Searched refs:DT_GNU_HASH (Results 1 – 12 of 12) sorted by relevance
74 else if (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_name()83 res = addrrntags[tag - DT_GNU_HASH]; in ebl_dynamic_tag_name()
46 || (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_check()
389 * ebldynamictagname.c: Add support for DT_GNU_HASH.
58 DT_POSFLAG_1, DT_SYMINSZ, DT_SYMINENT, DT_GNU_HASH, in main()
1105 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
942 case ELF::DT_GNU_HASH: in ELFDumper()1472 case DT_GNU_HASH: in printValue()
486 elflint: Compare DT_GNU_HASH tests.520 elflint, readelf: add support for DT_GNU_HASH
863 case DT_GNU_HASH: in find_dynsym()
767 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
1835 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic()1841 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
2967 * elflint.c: Add testing of DT_GNU_HASH.2968 * readelf.c: Implement showing histogram for DT_GNU_HASH section.
581 - elflint: Compare DT_GNU_HASH tests.