| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | dynlink.h | 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 | 291 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns);
|
| /third_party/musl/porting/liteos_a/user/ldso/ |
| H A D | dynlink.c | 299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() argument 315 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 332 return find_sym2(dso, s, need_def, 0); in find_sym()
|
| /third_party/musl/porting/liteos_a/user_debug/ldso/ |
| H A D | dynlink.c | 299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() argument 315 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 332 return find_sym2(dso, s, need_def, 0); in find_sym()
|
| /third_party/musl/porting/linux/user/ldso/ |
| H A D | dynlink.c | 776 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) in find_sym_impl() 810 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym)) in find_sym_impl() 828 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int use_deps, ns_t *ns) in find_sym2() argument 851 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 866 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def, ns_t *ns) in find_sym_by_deps() argument 889 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_deps() 905 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() 927 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_saved_so_list() 942 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 945 return find_sym2(dso, &verinfo, need_def, in find_sym() 775 find_sym_impl( struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) find_sym_impl() argument 904 find_sym_by_saved_so_list( int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) find_sym_by_saved_so_list() argument [all...] |
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 810 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) in find_sym_impl() 844 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym)) in find_sym_impl() 862 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int use_deps, ns_t *ns) in find_sym2() argument 886 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 901 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def, ns_t *ns) in find_sym_by_deps() argument 924 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_deps() 940 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() 962 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_saved_so_list() 977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 980 return find_sym2(dso, &verinfo, need_def, in find_sym() 809 find_sym_impl( struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) find_sym_impl() argument 939 find_sym_by_saved_so_list( int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) find_sym_by_saved_so_list() argument [all...] |
| /third_party/musl/ldso/ |
| H A D | dynlink.c | 314 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() argument 330 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 345 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 347 return find_sym2(dso, s, need_def, 0); in find_sym()
|