Home
last modified time | relevance | path

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

/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/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/ldso/
Ddynlink.c303 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() function
336 return find_sym2(dso, s, need_def, 0); in find_sym()
2274 struct symdef def = find_sym2(p, s, 0, use_deps);
/third_party/musl/ldso/linux/
Ddynlink.c828 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() function
945 return find_sym2(dso, &verinfo, need_def, 0, NULL); in find_sym()
1084 : find_sym2(ctx, &vinfo, type==REL_PLT, 0, dso->namespace); in do_relocs()
3830 find_sym2(p, &verinfo, 0, use_deps, ns); in do_dlsym()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c828 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() function
945 return find_sym2(dso, &verinfo, need_def, 0, NULL); in find_sym()
1084 : find_sym2(ctx, &vinfo, type==REL_PLT, 0, dso->namespace); in do_relocs()
3834 find_sym2(p, &verinfo, 0, use_deps, ns); in do_dlsym()