/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 80 struct dso { struct 88 struct dso *next, *prev; argument 92 struct dso *cache_dso; argument 104 struct dso *syms_next, *lazy_next; argument 119 struct dso *fini_next; argument 131 struct dso **deps, *needed_by; argument 136 struct dso **parents; argument 137 struct dso **reloc_can_search_dso_list; argument 138 uint16_t reloc_can_search_dso_count; argument 139 uint16_t reloc_can_search_dso_capacity; argument [all …]
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
D | dso_lib.c | 52 int DSO_free(DSO *dso) in DSO_free() 87 int DSO_flags(DSO *dso) in DSO_flags() 92 int DSO_up_ref(DSO *dso) in DSO_up_ref() 109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 163 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func() 192 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() 221 const char *DSO_get_filename(DSO *dso) in DSO_get_filename() 230 int DSO_set_filename(DSO *dso, const char *filename) in DSO_set_filename() 253 char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) in DSO_merge() 270 char *DSO_convert_filename(DSO *dso, const char *filename) in DSO_convert_filename()
|
D | dso_dl.c | 53 static int dl_load(DSO *dso) in dl_load() 99 static int dl_unload(DSO *dso) in dl_unload() 122 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname) in dl_bind_func() 154 static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2) in dl_merger() 219 static char *dl_name_converter(DSO *dso, const char *filename) in dl_name_converter()
|
D | dso_vms.c | 84 static int vms_load(DSO *dso) in vms_load() 223 static int vms_unload(DSO *dso) in vms_unload() 269 void vms_bind_sym(DSO *dso, const char *symname, void **sym) in vms_bind_sym() 354 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname) in vms_bind_func() 361 static char *vms_merger(DSO *dso, const char *filespec1, in vms_merger() 454 static char *vms_name_converter(DSO *dso, const char *filename) in vms_name_converter()
|
D | dso_win32.c | 96 static int win32_load(DSO *dso) in win32_load() 134 static int win32_unload(DSO *dso) in win32_unload() 161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname) in win32_bind_func() 203 static struct file_st *win32_splitter(DSO *dso, const char *filename, in win32_splitter() 303 static char *win32_joiner(DSO *dso, const struct file_st *file_split) in win32_joiner() 389 static char *win32_merger(DSO *dso, const char *filespec1, in win32_merger() 452 static char *win32_name_converter(DSO *dso, const char *filename) in win32_name_converter()
|
D | dso_dlfcn.c | 96 static int dlfcn_load(DSO *dso) in dlfcn_load() 142 static int dlfcn_unload(DSO *dso) in dlfcn_unload() 165 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname) in dlfcn_bind_func() 195 static char *dlfcn_merger(DSO *dso, const char *filespec1, in dlfcn_merger() 253 static char *dlfcn_name_converter(DSO *dso, const char *filename) in dlfcn_name_converter()
|
/third_party/openssl/crypto/dso/ |
D | dso_lib.c | 52 int DSO_free(DSO *dso) in DSO_free() 87 int DSO_flags(DSO *dso) in DSO_flags() 92 int DSO_up_ref(DSO *dso) in DSO_up_ref() 109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 163 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func() 192 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() 221 const char *DSO_get_filename(DSO *dso) in DSO_get_filename() 230 int DSO_set_filename(DSO *dso, const char *filename) in DSO_set_filename() 253 char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) in DSO_merge() 270 char *DSO_convert_filename(DSO *dso, const char *filename) in DSO_convert_filename()
|
D | dso_dl.c | 53 static int dl_load(DSO *dso) in dl_load() 99 static int dl_unload(DSO *dso) in dl_unload() 122 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname) in dl_bind_func() 154 static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2) in dl_merger() 219 static char *dl_name_converter(DSO *dso, const char *filename) in dl_name_converter()
|
D | dso_vms.c | 84 static int vms_load(DSO *dso) in vms_load() 223 static int vms_unload(DSO *dso) in vms_unload() 269 void vms_bind_sym(DSO *dso, const char *symname, void **sym) in vms_bind_sym() 354 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname) in vms_bind_func() 361 static char *vms_merger(DSO *dso, const char *filespec1, in vms_merger() 454 static char *vms_name_converter(DSO *dso, const char *filename) in vms_name_converter()
|
D | dso_win32.c | 96 static int win32_load(DSO *dso) in win32_load() 134 static int win32_unload(DSO *dso) in win32_unload() 161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname) in win32_bind_func() 203 static struct file_st *win32_splitter(DSO *dso, const char *filename, in win32_splitter() 303 static char *win32_joiner(DSO *dso, const struct file_st *file_split) in win32_joiner() 389 static char *win32_merger(DSO *dso, const char *filespec1, in win32_merger() 452 static char *win32_name_converter(DSO *dso, const char *filename) in win32_name_converter()
|
D | dso_dlfcn.c | 96 static int dlfcn_load(DSO *dso) in dlfcn_load() 142 static int dlfcn_unload(DSO *dso) in dlfcn_unload() 165 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname) in dlfcn_bind_func() 195 static char *dlfcn_merger(DSO *dso, const char *filespec1, in dlfcn_merger() 253 static char *dlfcn_name_converter(DSO *dso, const char *filename) in dlfcn_name_converter()
|
/third_party/musl/ldso/ |
D | dynlink.c | 53 struct dso { struct 61 struct dso *next, *prev; argument 71 struct dso *syms_next, *lazy_next; argument 83 struct dso **deps, *needed_by; argument 94 struct dso *fini_next; argument 111 struct dso *dso; argument 244 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 258 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 279 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 301 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() [all …]
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 53 struct dso { struct 61 struct dso *next, *prev; argument 71 struct dso *syms_next, *lazy_next; argument 81 struct dso **deps, *needed_by; argument 92 struct dso *fini_next; argument 109 struct dso *dso; argument 242 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 256 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 277 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() [all …]
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 53 struct dso { struct 61 struct dso *next, *prev; argument 71 struct dso *syms_next, *lazy_next; argument 81 struct dso **deps, *needed_by; argument 92 struct dso *fini_next; argument 109 struct dso *dso; argument 242 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 256 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 277 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 299 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2() [all …]
|
/third_party/musl/porting/linux/user/src/exit/ |
D | atexit.c | 21 void *dso; member 64 static void append_node(void (*func)(void *), void *arg, void *dso, struct dso *internal_dso) { in append_node() argument 132 void __cxa_finalize(void *dso) in __cxa_finalize() 160 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
D | ldso_cfi_test.cpp | 22 struct dso { struct 28 extern "C" int init_cfi_shadow(struct dso* dso_list, struct dso* ldso); argument
|
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
D | ldso_cfi_check.c | 25 struct dso { struct 31 extern int init_cfi_shadow(struct dso *dso_list, struct dso *ldso); argument
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.c | 30 struct dso *dso; member 38 void *add_handle_node(void *handle, struct dso *dso) in add_handle_node() 63 void *find_handle_by_dso(struct dso *dso) in find_handle_by_dso()
|
D | cfi.c | 220 struct dso *dso = NULL; in cfi_slowpath_common() local 273 int map_dso_to_cfi_shadow(struct dso *dso) in map_dso_to_cfi_shadow() 310 void unmap_dso_from_cfi_shadow(struct dso *dso) in unmap_dso_from_cfi_shadow() 357 static int add_dso_to_cfi_shadow(struct dso *dso) in add_dso_to_cfi_shadow()
|
D | dynlink.c | 99 struct dso *dso; member 553 static Sym *sysv_lookup(struct verinfo *verinfo, struct sym_info_pair s_info_p, struct dso *dso) in sysv_lookup() 577 static Sym *gnu_lookup(struct sym_info_pair s_info_p, uint32_t *hashtab, struct dso *dso, struct ve… in gnu_lookup() 611 static bool check_sym_accessible(struct dso *dso, ns_t *ns) in check_sym_accessible() 630 static inline bool is_dso_accessible(struct dso *dso, ns_t *ns) in is_dso_accessible() 773 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns) in find_sym_impl() 825 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int u… in find_sym2() 863 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def… in find_sym_by_deps() 902 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() 939 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() [all …]
|
/third_party/musl/src/exit/ |
D | atexit.c | 39 void __cxa_finalize(void *dso) in __cxa_finalize() 43 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
/third_party/musl/src/ldso/ |
D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo()
|
/third_party/openssl/Configurations/platform/ |
D | BASE.pm | 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
/third_party/node/deps/openssl/openssl/Configurations/platform/ |
D | BASE.pm | 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
/third_party/openssl/crypto/conf/ |
D | conf_mod.c | 39 DSO *dso; member 282 DSO *dso = NULL; in module_load_dso() local 320 static CONF_MODULE *module_add(DSO *dso, const char *name, in module_add()
|