Lines Matching defs:ght
87 #define GNU_HASH_FILTER(ght, ghm, gho) \
88 const size_t *bloomwords = (const void *)(ght + 4); \
89 size_t f = bloomwords[gho & (ght[2] - 1)]; \
91 f >>= (gh >> ght[3]) % (8 * sizeof f); \
814 uint32_t *ght;
822 if ((ght = dso->ghashtab)) {
823 const size_t *bloomwords = (const void *)(ght + 4);
824 size_t f = bloomwords[gho & (ght[2] - 1)];
828 f >>= (gh >> ght[3]) % (8 * sizeof f);
832 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
866 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght;
876 if ((ght = dso->ghashtab)) {
877 GNU_HASH_FILTER(ght, ghm, gho)
878 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
905 uint32_t h = 0, gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght;
914 if ((ght = dso->ghashtab)) {
915 GNU_HASH_FILTER(ght, ghm, gho)
916 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
944 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght;
953 if ((ght = dso_searching->ghashtab)) {
954 GNU_HASH_FILTER(ght, ghm, gho)
955 sym = gnu_lookup(s_info_g, ght, dso_searching, verinfo);