Searched defs:hashtab (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/internal/ |
D | vdso.c | 62 Elf_Symndx *hashtab = 0; in __vdsosym() local
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 62 Elf_Symndx *hashtab; member
|
/third_party/musl/ldso/ |
D | dynlink.c | 63 Elf_Symndx *hashtab; member 244 Elf_Symndx *hashtab = dso->hashtab; in sysv_lookup() local 254 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 275 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 63 Elf_Symndx *hashtab; member 242 Elf_Symndx *hashtab = dso->hashtab; in sysv_lookup() local 252 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 273 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 63 Elf_Symndx *hashtab; member 242 Elf_Symndx *hashtab = dso->hashtab; in sysv_lookup() local 252 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 273 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 132 Elf_Symndx *hashtab; member 615 Elf_Symndx *hashtab = dso->hashtab; in sysv_lookup() local 634 static Sym *gnu_lookup(struct sym_info_pair s_info_p, uint32_t *hashtab, struct dso *dso, struct ve… in gnu_lookup()
|