Searched refs:symdef (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 156 struct symdef { struct 239 struct symdef find_sym_impl(
|
/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() 238 struct symdef cfi_check_sym = find_cfi_check_sym(dso); in cfi_slowpath_common() 373 struct symdef cfi_check_sym = find_cfi_check_sym(p); in add_dso_to_cfi_shadow()
|
D | dynlink.c | 749 struct symdef find_sym_impl( in find_sym_impl() 758 struct symdef def = {0}; in find_sym_impl() 802 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() 807 struct symdef def = {0}; in find_sym2() 839 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def… in find_sym_by_deps() 844 struct symdef def = {0}; in find_sym_by_deps() 876 static inline struct symdef find_sym_by_saved_so_list( in find_sym_by_saved_so_list() 882 struct symdef def = {0}; in find_sym_by_saved_so_list() 913 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() 971 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 | 109 struct symdef { struct 301 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() 305 struct symdef def = {0}; in find_sym2() 332 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() 347 struct symdef def; in do_relocs() 388 ? (struct symdef){ .dso = dso, .sym = sym } in do_relocs() 1696 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2() 1720 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b() 2206 struct symdef def = find_sym2(p, s, 0, use_deps); in do_dlsym()
|