/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 168 struct symdef { struct 251 struct symdef find_sym_impl(
|
/third_party/musl/src/internal/ |
D | dynlink.h | 178 struct symdef { struct 263 struct symdef find_sym_impl(
|
/third_party/musl/ldso/linux/ |
D | cfi.c | 129 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() 380 struct symdef cfi_check_sym = find_cfi_check_sym(p); in add_dso_to_cfi_shadow()
|
D | dynlink.c | 775 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 u… 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… 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 def; in do_relocs() [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | cfi.c | 129 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()
|
D | dynlink.c | 775 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 u… 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… 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 def; in do_relocs() [all …]
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 107 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/ |
D | dynlink.c | 107 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/ |
D | dynlink.c | 111 struct symdef { struct 303 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() 307 struct symdef def = {0}; in find_sym2() 334 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() 349 struct symdef def; in do_relocs() 390 ? (struct symdef){ .dso = dso, .sym = sym } in do_relocs() 1739 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); 1763 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); 2274 struct symdef def = find_sym2(p, s, 0, use_deps);
|