Home
last modified time | relevance | path

Searched refs:symdef (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h168 struct symdef { struct
251 struct symdef find_sym_impl(
/third_party/musl/src/internal/
H A Ddynlink.h182 struct symdef { struct
290 struct symdef find_sym_impl(
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c129 static struct symdef find_cfi_check_sym(struct dso *p) in find_cfi_check_sym()
241 struct symdef cfi_check_sym = find_cfi_check_sym(dso); in cfi_slowpath_common()
379 struct symdef cfi_check_sym = find_cfi_check_sym(p); in add_dso_to_cfi_shadow()
H A Ddynlink.c775 struct symdef find_sym_impl( in find_sym_impl()
784 struct symdef def = {0}; in find_sym_impl()
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()
834 struct symdef def = {0}; in find_sym2()
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()
872 struct symdef def = {0}; in find_sym_by_deps()
904 static inline struct symdef find_sym_by_saved_so_list( in find_sym_by_saved_so_list()
911 struct symdef def = {0}; in find_sym_by_saved_so_list()
942 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
1032 struct symdef de in do_relocs()
[all...]
/third_party/musl/ldso/linux/
H A Dcfi.c136 static struct symdef find_cfi_check_sym(struct dso *p) in find_cfi_check_sym()
257 struct symdef cfi_check_sym = find_cfi_check_sym(dso); in cfi_slowpath_common()
408 struct symdef cfi_check_sym = find_cfi_check_sym(p); in add_dso_to_cfi_shadow()
H A Ddynlink.c809 struct symdef find_sym_impl( in find_sym_impl()
818 struct symdef def = {0}; in find_sym_impl()
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()
868 struct symdef def = {0}; in find_sym2()
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()
907 struct symdef def = {0}; in find_sym_by_deps()
939 static inline struct symdef find_sym_by_saved_so_list( in find_sym_by_saved_so_list()
946 struct symdef def = {0}; in find_sym_by_saved_so_list()
977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
1067 struct symdef de in do_relocs()
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c107 struct symdef { struct
299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2()
303 struct symdef def = {0}; in find_sym2()
330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
345 struct symdef def; in do_relocs()
386 ? (struct symdef){ .dso = dso, .sym = sym } in do_relocs()
1713 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
1737 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
2240 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c107 struct symdef { struct
299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2()
303 struct symdef def = {0}; in find_sym2()
330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
345 struct symdef def; in do_relocs()
386 ? (struct symdef){ .dso = dso, .sym = sym } in do_relocs()
1712 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
1736 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
2239 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
/third_party/musl/ldso/
H A Ddynlink.c119 struct symdef { struct
314 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2()
318 struct symdef def = {0}; in find_sym2()
345 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
350 static struct symdef get_lfs64(const char *name) in get_lfs64()
381 return (struct symdef){ 0 }; in get_lfs64()
394 struct symdef def; in do_relocs()
435 ? (struct symdef){ .dso = dso, .sym = sym } in do_relocs()
1807 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
1831 struct symdef dls3_de
[all...]

Completed in 22 milliseconds