Searched refs:find_sym2 (Results 1 – 4 of 4) sorted by relevance
/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() function 334 return find_sym2(dso, s, need_def, 0); in find_sym() 2206 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
|
/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() function 332 return find_sym2(dso, s, need_def, 0); in find_sym() 2239 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
|
/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() function 332 return find_sym2(dso, s, need_def, 0); in find_sym() 2240 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 802 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() function 916 return find_sym2(dso, &verinfo, need_def, 0, NULL); in find_sym() 1019 : find_sym2(ctx, &vinfo, type==REL_PLT, 0, dso->namespace); in do_relocs() 3741 find_sym2(p, &verinfo, 0, use_deps, ns); in do_dlsym()
|