Searched refs:sym_info_pair (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 75 struct sym_info_pair { struct 250 struct sym_info_pair gnu_hash(const char *s0); 252 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns);
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 85 struct sym_info_pair { struct 289 struct sym_info_pair gnu_hash(const char *s0); 291 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 530 static struct sym_info_pair sysv_hash(const char *s0) in sysv_hash() 532 struct sym_info_pair s_info_p; in sysv_hash() 544 struct sym_info_pair gnu_hash(const char *s0) in gnu_hash() 546 struct sym_info_pair s_info_p; in gnu_hash() 556 static Sym *sysv_lookup(struct verinfo *verinfo, struct sym_info_pair s_info_p, struct dso *dso) in sysv_lookup() 580 static Sym *gnu_lookup(struct sym_info_pair s_info_p, uint32_t *hashtab, struct dso *dso, struct verinfo *verinfo) in gnu_lookup() 776 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) in find_sym_impl() 779 struct sym_info_pair s_info_s = {0, 0}; in find_sym_impl() 830 struct sym_info_pair s_info_g = gnu_hash(verinfo->s); in find_sym2() 831 struct sym_info_pair s_info_ in find_sym2() [all...] |
H A D | cfi.c | 134 struct sym_info_pair s_info_p = gnu_hash(verinfo.s); in find_cfi_check_sym()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 564 static struct sym_info_pair sysv_hash(const char *s0) in sysv_hash() 566 struct sym_info_pair s_info_p; in sysv_hash() 578 struct sym_info_pair gnu_hash(const char *s0) in gnu_hash() 580 struct sym_info_pair s_info_p; in gnu_hash() 590 static Sym *sysv_lookup(struct verinfo *verinfo, struct sym_info_pair s_info_p, struct dso *dso) in sysv_lookup() 614 static Sym *gnu_lookup(struct sym_info_pair s_info_p, uint32_t *hashtab, struct dso *dso, struct verinfo *verinfo) in gnu_lookup() 810 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) in find_sym_impl() 813 struct sym_info_pair s_info_s = {0, 0}; in find_sym_impl() 864 struct sym_info_pair s_info_g = gnu_hash(verinfo->s); in find_sym2() 865 struct sym_info_pair s_info_ in find_sym2() [all...] |
H A D | cfi.c | 141 struct sym_info_pair s_info_p = gnu_hash(verinfo.s); in find_cfi_check_sym()
|
Completed in 13 milliseconds