Home
last modified time | relevance | path

Searched refs:ghashtab (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h97 uint32_t *ghashtab; member
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c762 if ((ght = dso->ghashtab)) { in find_sym_impl()
814 if ((ght = dso->ghashtab)) { in find_sym2()
851 if ((ght = dso->ghashtab)) { in find_sym_by_deps()
889 if ((ght = dso_searching->ghashtab)) { in find_sym_by_saved_so_list()
1721 p->ghashtab = laddr(p, *dyn); in decode_dyn()
1735 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4); in count_syms()
1737 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
1742 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
3981 uint32_t *buckets= p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4); in find_addr_by_gnu()
3987 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in find_addr_by_gnu()
[all …]
/third_party/musl/ldso/
Ddynlink.c68 uint32_t *ghashtab; member
309 if ((ght = dso->ghashtab)) { in find_sym2()
927 p->ghashtab = laddr(p, *dyn); in decode_dyn()
937 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4); in count_syms()
939 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
944 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c68 uint32_t *ghashtab; member
307 if ((ght = dso->ghashtab)) { in find_sym2()
939 p->ghashtab = laddr(p, *dyn); in decode_dyn()
949 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4); in count_syms()
951 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
956 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c68 uint32_t *ghashtab; member
307 if ((ght = dso->ghashtab)) { in find_sym2()
939 p->ghashtab = laddr(p, *dyn); in decode_dyn()
949 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4); in count_syms()
951 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
956 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_dynlink.c751 dso.ghashtab = buf; in dynlink_test_2009()