Searched defs:need_def (Results 1 - 5 of 5) sorted by relevance
/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 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument
|
/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 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument
|
/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 345 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 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 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 942 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 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 | 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 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 977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() argument 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...] |
Completed in 34 milliseconds