Searched refs:DT_GNU_HASH (Results 1 – 24 of 24) sorted by relevance
76 else if (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_name()85 res = addrrntags[tag - DT_GNU_HASH]; in ebl_dynamic_tag_name()
46 || (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_check()
666 * ebldynamictagname.c: Add support for DT_GNU_HASH.
46 - Tag: DT_GNU_HASH100 - Tag: DT_GNU_HASH149 - Tag: DT_GNU_HASH201 - Tag: DT_GNU_HASH270 - Tag: DT_GNU_HASH
55 - Tag: DT_GNU_HASH249 - Tag: DT_GNU_HASH299 - Tag: DT_GNU_HASH359 - Tag: DT_GNU_HASH403 - Tag: DT_GNU_HASH
76 - Tag: DT_GNU_HASH77 ## PT_LOAD's p_vaddr is 0x0. DT_GNU_HASH value is 0x2c (size of .hash = 0x2c).78 ## llvm-readelf will read .gnu.hash content from PT_LOAD's p_offset + (DT_GNU_HASH value - p_vaddr).229 - Tag: DT_GNU_HASH505 - Tag: DT_GNU_HASH624 - Tag: DT_GNU_HASH681 - Tag: DT_GNU_HASH
243 - Tag: DT_GNU_HASH492 # PHENTSIZE-WARN-NEXT: warning: '[[FILE]]': unable to parse DT_GNU_HASH: invalid e_phentsize: 1
28 - Tag: DT_GNU_HASH
59 DT_POSFLAG_1, DT_SYMINSZ, DT_SYMINENT, DT_GNU_HASH, in main()
169 - Tag: DT_GNU_HASH384 - Tag: DT_GNU_HASH
1133 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
1131 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
407 case DT_GNU_HASH: in populateDynamic()
870 case DT_GNU_HASH: in find_dynsym()
629 #define DT_GNU_HASH 0x6ffffef5 macro
766 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
777 elflint: Compare DT_GNU_HASH tests.811 elflint, readelf: add support for DT_GNU_HASH
918 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
1389 case ELF::DT_GNU_HASH: in parseDynamicTable()1675 case DT_GNU_HASH: in printValue()
1856 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic()1862 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
4436 * elflint.c: Add testing of DT_GNU_HASH.4437 * readelf.c: Implement showing histogram for DT_GNU_HASH section.
880 - elflint: Compare DT_GNU_HASH tests.
2109 case ELF::DT_GNU_HASH: in parseDynamicTable()2571 case DT_GNU_HASH: in getDynamicEntry()
1460 addInSec(DT_GNU_HASH, part.gnuHashTab); in finalizeContents()