Searched refs:sym_info_pair (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 75 struct sym_info_pair { struct 238 struct sym_info_pair gnu_hash(const char *s0); 240 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/ |
D | cfi.c | 134 struct sym_info_pair s_info_p = gnu_hash(verinfo.s); in find_cfi_check_sym()
|
D | dynlink.c | 504 static struct sym_info_pair sysv_hash(const char *s0) in sysv_hash() 506 struct sym_info_pair s_info_p; in sysv_hash() 518 struct sym_info_pair gnu_hash(const char *s0) in gnu_hash() 520 struct sym_info_pair s_info_p; in gnu_hash() 530 static Sym *sysv_lookup(struct verinfo *verinfo, struct sym_info_pair s_info_p, struct dso *dso) in sysv_lookup() 554 static Sym *gnu_lookup(struct sym_info_pair s_info_p, uint32_t *hashtab, struct dso *dso, struct ve… in gnu_lookup() 750 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns) in find_sym_impl() 804 struct sym_info_pair s_info_p = gnu_hash(verinfo->s); in find_sym2() 841 struct sym_info_pair s_info_p = gnu_hash(verinfo->s); in find_sym_by_deps() 879 struct sym_info_pair s_info_p = gnu_hash(verinfo->s); in find_sym_by_saved_so_list()
|