/third_party/openssl/crypto/dso/ |
D | dso_lib.c | 62 int DSO_free(DSO *dso) in DSO_free() 97 int DSO_flags(DSO *dso) in DSO_flags() 102 int DSO_up_ref(DSO *dso) in DSO_up_ref() 119 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 173 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func() 202 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() 231 const char *DSO_get_filename(DSO *dso) in DSO_get_filename() 240 int DSO_set_filename(DSO *dso, const char *filename) in DSO_set_filename() 263 char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) in DSO_merge() 280 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() 95 static int dl_unload(DSO *dso) in dl_unload() 118 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname) in dl_bind_func() 146 static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2) in dl_merger() 211 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() 356 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname) in vms_bind_func() 363 static char *vms_merger(DSO *dso, const char *filespec1, in vms_merger() 457 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() 204 static struct file_st *win32_splitter(DSO *dso, const char *filename, in win32_splitter() 304 static char *win32_joiner(DSO *dso, const struct file_st *file_split) in win32_joiner() 390 static char *win32_merger(DSO *dso, const char *filespec1, in win32_merger() 453 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 | 49 struct dso { struct 57 struct dso *next, *prev; argument 67 struct dso *syms_next, *lazy_next; argument 79 struct dso **deps, *needed_by; argument 90 struct dso *fini_next; argument 107 struct dso *dso; argument 240 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 254 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 275 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 297 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 | 49 struct dso { struct 57 struct dso *next, *prev; argument 67 struct dso *syms_next, *lazy_next; argument 77 struct dso **deps, *needed_by; argument 88 struct dso *fini_next; argument 105 struct dso *dso; argument 238 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 252 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 273 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 295 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 | 49 struct dso { struct 57 struct dso *next, *prev; argument 67 struct dso *syms_next, *lazy_next; argument 77 struct dso **deps, *needed_by; argument 88 struct dso *fini_next; argument 105 struct dso *dso; argument 238 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup() 252 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup() 273 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered() 295 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/ldso/ |
D | dynlink.c | 110 struct dso { struct 118 struct dso *next, *prev; argument 121 /* mark the dso status */ argument 125 struct dso *cache_dso; argument 138 struct dso *syms_next, *lazy_next; argument 152 struct dso **deps, *needed_by; argument 164 struct dso *fini_next; argument 176 struct dso **parents; argument 181 struct dso **reloc_can_search_dso_list; argument 182 size_t reloc_can_search_dso_count; argument [all …]
|
D | dynlink_rand.c | 32 struct dso *dso; member 40 void *add_handle_node(void *handle, struct dso *dso) in add_handle_node() 65 static void *find_handle_by_dso(struct dso *dso) in find_handle_by_dso()
|
D | namespace.c | 164 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso()
|
/third_party/musl/porting/linux/user/src/exit/ |
D | atexit.c | 14 void *dso[COUNT]; member 36 void __cxa_finalize(void *dso) in __cxa_finalize() 58 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
/third_party/musl/src/exit/ |
D | atexit.c | 32 void __cxa_finalize(void *dso) in __cxa_finalize() 36 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/crypto/conf/ |
D | conf_mod.c | 28 DSO *dso; member 191 DSO *dso = NULL; in module_load_dso() local 230 static CONF_MODULE *module_add(DSO *dso, const char *name, in module_add()
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
D | hardware.h | 40 void* dso; member
|
/third_party/openssl/crypto/ |
D | init.c | 188 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local 799 DSO *dso = NULL; in OPENSSL_atexit() local
|
/third_party/mesa3d/include/android_stub/hardware/ |
D | hardware.h | 145 void* dso; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Context.cpp | 206 void Inputs::updateDescriptorSets(const DescriptorSet::Array &dso, in updateDescriptorSets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_supplicant.c | 515 struct driver_signal_override *dso; in wpas_clear_driver_signal_override() local 8640 struct driver_signal_override *dso; local 8685 struct driver_signal_override *dso; local
|
D | ctrl_iface.c | 443 struct driver_signal_override *dso = NULL, *tmp, parsed; in wpas_ctrl_iface_set_dso() local
|