Lines Matching defs:ght
60 #define GNU_HASH_FILTER(ght, ghm, gho) \
61 const size_t *bloomwords = (const void *)(ght+4); \
62 size_t f = bloomwords[gho & (ght[2]-1)]; \
64 f >>= (gh >> ght[3]) % (8 * sizeof f); \
780 uint32_t *ght;
788 if ((ght = dso->ghashtab)) {
789 const size_t *bloomwords = (const void *)(ght + 4);
790 size_t f = bloomwords[gho & (ght[2] - 1)];
794 f >>= (gh >> ght[3]) % (8 * sizeof f);
798 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
832 uint32_t gh = s_info_g.sym_h, gho = gh / (8*sizeof(size_t)), *ght;
841 if ((ght = dso->ghashtab)) {
842 GNU_HASH_FILTER(ght, ghm, gho)
843 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
870 uint32_t h = 0, gh = s_info_g.sym_h, gho = gh / (8*sizeof(size_t)), *ght;
879 if ((ght = dso->ghashtab)) {
880 GNU_HASH_FILTER(ght, ghm, gho)
881 sym = gnu_lookup(s_info_g, ght, dso, verinfo);
909 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght;
918 if ((ght = dso_searching->ghashtab)) {
919 GNU_HASH_FILTER(ght, ghm, gho)
920 sym = gnu_lookup(s_info_g, ght, dso_searching, verinfo);