Searched refs:DT_GNU_HASH (Results 1 – 12 of 12) sorted by relevance
99 else if (tag >= DT_GNU_HASH && tag <= DT_SYMINFO)108 res = addrrntags[tag - DT_GNU_HASH];
69 || (tag >= DT_GNU_HASH && tag <= DT_SYMINFO)
216 * ebldynamictagname.c: Add support for DT_GNU_HASH.
1699 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
703 case DT_GNU_HASH: in find_dynsym()
277 elflint: Compare DT_GNU_HASH tests.311 elflint, readelf: add support for DT_GNU_HASH
387 - elflint: Compare DT_GNU_HASH tests.
725 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
866 case DT_GNU_HASH: in printValue()
1781 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic()1787 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
1601 * elflint.c: Add testing of DT_GNU_HASH.1602 * readelf.c: Implement showing histogram for DT_GNU_HASH section.