Searched refs:need_def (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 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 | dynlink.c | 750 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns) in find_sym_impl() argument 784 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym)) in find_sym_impl() 802 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() argument 824 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 839 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def… in find_sym_by_deps() argument 861 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_deps() 877 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() argument 898 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_saved_so_list() 913 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 916 return find_sym2(dso, &verinfo, need_def, 0, NULL); in find_sym()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
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/ |
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/ldso/ |
D | dynlink.c | 301 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() argument 317 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2() 332 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 334 return find_sym2(dso, s, need_def, 0); in find_sym()
|