DT_JMPREL vanished (binutils-2.26.1); check all DT_RELA.

modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser
2016-10-09 21:50:45 -07:00
parent 97e975b4f6
commit d688a05ac7
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@
DT_STRTAB = 5, /* String table */
DT_SYMTAB = 6, /* Symbol table */
DT_RELA = 7, /* Relocations which do contain an addend */
DT_RELASZ = 8, /* Total size of Rela relocs */
DT_RELAENT = 9, /* Size of one RELA relocation */
DT_INIT = 12, /* Address of init function */
DT_REL = 17, /* Relocations which contain no addend */