Home
last modified time | relevance | path

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

12

/third_party/musl/src/ldso/
H A Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo() argument
/third_party/musl/src/exit/
H A Datexit.c39 void __cxa_finalize(void *dso) in __cxa_finalize() argument
43 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/third_party/node/deps/openssl/openssl/Configurations/platform/
H A DBASE.pm36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
/third_party/openssl/Configurations/platform/
H A DBASE.pm36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dhardware.h40 void* dso; member
/third_party/mesa3d/include/android_stub/hardware/
H A Dhardware.h145 void* dso; member
/third_party/musl/porting/linux/user/src/exit/
H A 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() argument
163 __cxa_atexit(void (*func)(void *), void *arg, void *dso) __cxa_atexit() argument
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c30 struct dso *dso; member
38 void *add_handle_node(void *handle, struct dso *dso) in add_handle_node() argument
63 void *find_handle_by_dso(struct dso *dso) in find_handle_by_dso() argument
[all...]
H A Dcfi.c220 struct dso *dso = NULL; cfi_slowpath_common() local
279 map_dso_to_cfi_shadow(struct dso *dso) map_dso_to_cfi_shadow() argument
316 unmap_dso_from_cfi_shadow(struct dso *dso) unmap_dso_from_cfi_shadow() argument
363 add_dso_to_cfi_shadow(struct dso *dso) add_dso_to_cfi_shadow() argument
[all...]
H A Dnamespace.c171 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso() argument
/third_party/musl/src/exit/linux/
H A 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() argument
162 __cxa_atexit(void (*func)(void *), void *arg, void *dso) __cxa_atexit() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_cfi_test.cpp22 struct dso { struct
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c30 struct dso *dso; member
38 void *add_handle_node(void *handle, struct dso *dso) in add_handle_node() argument
63 void *find_handle_by_dso(struct dso *dso) in find_handle_by_dso() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_lib.c52 int DSO_free(DSO *dso) in DSO_free() argument
87 DSO_flags(DSO *dso) DSO_flags() argument
92 DSO_up_ref(DSO *dso) DSO_up_ref() argument
109 DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) DSO_load() argument
163 DSO_bind_func(DSO *dso, const char *symname) DSO_bind_func() argument
192 DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) DSO_ctrl() argument
221 DSO_get_filename(DSO *dso) DSO_get_filename() argument
230 DSO_set_filename(DSO *dso, const char *filename) DSO_set_filename() argument
253 DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) DSO_merge() argument
270 DSO_convert_filename(DSO *dso, const char *filename) DSO_convert_filename() argument
[all...]
H A Ddso_dl.c53 static int dl_load(DSO *dso) in dl_load() argument
99 dl_unload(DSO *dso) dl_unload() argument
122 dl_bind_func(DSO *dso, const char *symname) dl_bind_func() argument
154 dl_merger(DSO *dso, const char *filespec1, const char *filespec2) dl_merger() argument
219 dl_name_converter(DSO *dso, const char *filename) dl_name_converter() argument
[all...]
H A Ddso_dlfcn.c96 static int dlfcn_load(DSO *dso) in dlfcn_load() argument
142 dlfcn_unload(DSO *dso) dlfcn_unload() argument
165 dlfcn_bind_func(DSO *dso, const char *symname) dlfcn_bind_func() argument
195 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) dlfcn_merger() argument
253 dlfcn_name_converter(DSO *dso, const char *filename) dlfcn_name_converter() argument
[all...]
H A Ddso_vms.c84 static int vms_load(DSO *dso) in vms_load() argument
223 static int vms_unload(DSO *dso) in vms_unload() argument
269 vms_bind_sym(DSO *dso, const char *symname, void **sym) vms_bind_sym() argument
354 vms_bind_func(DSO *dso, const char *symname) vms_bind_func() argument
361 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) vms_merger() argument
454 vms_name_converter(DSO *dso, const char *filename) vms_name_converter() argument
[all...]
/third_party/openssl/crypto/dso/
H A Ddso_lib.c52 int DSO_free(DSO *dso) in DSO_free() argument
87 DSO_flags(DSO *dso) DSO_flags() argument
92 DSO_up_ref(DSO *dso) DSO_up_ref() argument
109 DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) DSO_load() argument
163 DSO_bind_func(DSO *dso, const char *symname) DSO_bind_func() argument
192 DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) DSO_ctrl() argument
221 DSO_get_filename(DSO *dso) DSO_get_filename() argument
230 DSO_set_filename(DSO *dso, const char *filename) DSO_set_filename() argument
253 DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) DSO_merge() argument
270 DSO_convert_filename(DSO *dso, const char *filename) DSO_convert_filename() argument
[all...]
H A Ddso_dl.c53 static int dl_load(DSO *dso) in dl_load() argument
99 dl_unload(DSO *dso) dl_unload() argument
122 dl_bind_func(DSO *dso, const char *symname) dl_bind_func() argument
154 dl_merger(DSO *dso, const char *filespec1, const char *filespec2) dl_merger() argument
219 dl_name_converter(DSO *dso, const char *filename) dl_name_converter() argument
[all...]
H A Ddso_dlfcn.c96 static int dlfcn_load(DSO *dso) in dlfcn_load() argument
142 dlfcn_unload(DSO *dso) dlfcn_unload() argument
165 dlfcn_bind_func(DSO *dso, const char *symname) dlfcn_bind_func() argument
195 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) dlfcn_merger() argument
253 dlfcn_name_converter(DSO *dso, const char *filename) dlfcn_name_converter() argument
[all...]
H A Ddso_vms.c84 static int vms_load(DSO *dso) in vms_load() argument
223 static int vms_unload(DSO *dso) in vms_unload() argument
269 vms_bind_sym(DSO *dso, const char *symname, void **sym) vms_bind_sym() argument
354 vms_bind_func(DSO *dso, const char *symname) vms_bind_func() argument
361 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) vms_merger() argument
454 vms_name_converter(DSO *dso, const char *filename) vms_name_converter() argument
[all...]
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
H A Dldso_cfi_check.c25 struct dso { struct
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
/third_party/openssl/crypto/
H A Dinit.c156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp206 void Inputs::updateDescriptorSets(const DescriptorSet::Array &dso, in updateDescriptorSets() argument

Completed in 21 milliseconds

12