Searched refs:DT_GNU_HASH (Results 1 – 15 of 15) 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()
559 * ebldynamictagname.c: Add support for DT_GNU_HASH.
58 DT_POSFLAG_1, DT_SYMINSZ, DT_SYMINENT, DT_GNU_HASH, in main()
1131 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
1133 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
870 case DT_GNU_HASH: in find_dynsym()
642 elflint: Compare DT_GNU_HASH tests.676 elflint, readelf: add support for DT_GNU_HASH
766 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
909 #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()
1852 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic()1858 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
4030 * elflint.c: Add testing of DT_GNU_HASH.4031 * readelf.c: Implement showing histogram for DT_GNU_HASH section.
1473 case ELF::DT_GNU_HASH: in parseDynamicTable()1778 case DT_GNU_HASH: in printValue()
682 - elflint: Compare DT_GNU_HASH tests.