| /third_party/musl/src/ldso/ |
| H A D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo() argument
|
| /third_party/musl/src/exit/ |
| H A D | atexit.c | 39 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 D | BASE.pm | 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
| /third_party/openssl/Configurations/platform/ |
| H A D | BASE.pm | 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
| /third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
| H A D | hardware.h | 40 void* dso; member
|
| /third_party/mesa3d/include/android_stub/hardware/ |
| H A D | hardware.h | 145 void* dso; member
|
| /third_party/musl/porting/linux/user/src/exit/ |
| H A 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 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 D | dynlink_rand.c | 30 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 D | cfi.c | 220 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 D | namespace.c | 171 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso() argument
|
| /third_party/musl/src/exit/linux/ |
| H A 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 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 D | ldso_cfi_test.cpp | 22 struct dso { struct
|
| /third_party/musl/ldso/linux/ |
| H A D | dynlink_rand.c | 30 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 D | dso_lib.c | 52 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 D | dso_dl.c | 53 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 D | dso_dlfcn.c | 96 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 D | dso_vms.c | 84 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 D | dso_lib.c | 52 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 D | dso_dl.c | 53 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 D | dso_dlfcn.c | 96 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 D | dso_vms.c | 84 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 D | ldso_cfi_check.c | 25 struct dso { struct [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | init.c | 156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
|
| /third_party/openssl/crypto/ |
| H A D | init.c | 156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Context.cpp | 206 void Inputs::updateDescriptorSets(const DescriptorSet::Array &dso, in updateDescriptorSets() argument
|