diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-14 23:32:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-14 23:32:23 (GMT) |
commit | a1c2bc0c3b6f4b4fda9c50beeb09a1f699419e2a (patch) | |
tree | 7856d9bc8fd702d0499f8a09156a555406eaaea9 /ChangeLog | |
parent | 16d37d997b84c75c1f9b877fe446b3b3e5ce2495 (diff) |
Shown label of loaded symbols when possible.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@441 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +14-12-15 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/output.c: + Show label of loaded symbols when possible. + + * src/format/elf/elf_def.h: + Define R_ARM_JUMP_SLOT value. + + * src/format/elf/helper_arm.c: + * src/format/elf/helper_arm.h: + New entries: load symbols from ARM relocations. + + * src/format/elf/Makefile.am: + Add the new 'helper_arm.[ch]' files to libformatelf_la_SOURCES. + + * src/format/elf/symbols.c: + Define an entry point and provide a way to get a full symbol definition. + Sort all loaded symbols. + + * src/format/symbol.c: + * src/format/symbol.h: + Create a function to compare two symbols and provide labels when requested. + 14-12-10 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferline.c: |