Home
last modified time | relevance | path

Searched defs:dso (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h80 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/musl/src/internal/
Ddynlink.h90 struct dso { struct
98 struct dso *next, *prev; argument
102 struct dso *cache_dso; argument
114 struct dso *syms_next, *lazy_next; argument
129 struct dso *fini_next; argument
141 struct dso **deps, *needed_by; argument
143 struct dso **deps_all; argument
148 struct dso **parents; argument
149 struct dso **reloc_can_search_dso_list; argument
150 uint16_t reloc_can_search_dso_count; argument
[all …]
/third_party/openssl/crypto/dso/
Ddso_lib.c52 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()
Ddso_dl.c53 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()
Ddso_vms.c84 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()
Ddso_win32.c96 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()
Ddso_dlfcn.c96 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/node/deps/openssl/openssl/crypto/dso/
Ddso_lib.c52 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()
Ddso_dl.c53 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()
Ddso_vms.c84 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()
Ddso_win32.c96 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()
Ddso_dlfcn.c96 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/porting/liteos_a/user_debug/ldso/
Ddynlink.c53 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/
Ddynlink.c53 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/ldso/
Ddynlink.c61 struct dso { struct
69 struct dso *next, *prev; argument
79 struct dso *syms_next, *lazy_next; argument
93 struct dso **deps, *needed_by; argument
104 struct dso *fini_next; argument
121 struct dso *dso; member
257 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup()
271 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup()
292 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
314 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/
Datexit.c21 void *dso; member
64 static void append_node(void (*func)(void *), void *arg, void *dso, struct dso *internal_dso) in append_node() argument
134 void __cxa_finalize(void *dso) in __cxa_finalize()
163 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/third_party/musl/src/exit/linux/
Datexit.c21 void *dso; member
64 static void append_node(void (*func)(void *), void *arg, void *dso, struct dso *internal_dso) { in append_node() argument
133 void __cxa_finalize(void *dso) in __cxa_finalize()
162 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/
Dldso_cfi_test.cpp22 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/
Dldso_cfi_check.c25 struct dso { struct
31 extern int init_cfi_shadow(struct dso *dso_list, struct dso *ldso); argument
/third_party/musl/ldso/linux/
Ddynlink_rand.c30 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()
Dcfi.c223 struct dso *dso = NULL; in cfi_slowpath_common() local
280 int map_dso_to_cfi_shadow(struct dso *dso) in map_dso_to_cfi_shadow()
317 void unmap_dso_from_cfi_shadow(struct dso *dso) in unmap_dso_from_cfi_shadow()
364 static int add_dso_to_cfi_shadow(struct dso *dso) in add_dso_to_cfi_shadow()
/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c30 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()
Dcfi.c220 struct dso *dso = NULL; in cfi_slowpath_common() local
279 int map_dso_to_cfi_shadow(struct dso *dso) in map_dso_to_cfi_shadow()
316 void unmap_dso_from_cfi_shadow(struct dso *dso) in unmap_dso_from_cfi_shadow()
363 static int add_dso_to_cfi_shadow(struct dso *dso) in add_dso_to_cfi_shadow()
/third_party/musl/src/exit/
Datexit.c39 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/
Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo()

12