Home
last modified time | relevance | path

Searched refs:find_sym2 (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/ldso/
Ddynlink.c301 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/
Ddynlink.c299 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/
Ddynlink.c299 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/
Ddynlink.c802 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()