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

/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_atexit.c34 __aeabi_atexit(void *object, void (*func)(void*), void *dso) argument
/barrelfish-master/lib/libc/stdlib/
H A Dcxa_thread_atexit.c66 void *dso; member in struct:cxa_thread_dtor
H A Datexit.c174 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
199 __cxa_finalize(void *dso) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_beos.c113 beos_load(DSO *dso) argument
148 beos_unload(DSO *dso) argument
175 beos_bind_var(DSO *dso, const char *symname) argument
205 beos_bind_func(DSO *dso, const char *symname) argument
236 beos_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_dl.c122 dl_load(DSO *dso) argument
162 dl_unload(DSO *dso) argument
186 dl_bind_var(DSO *dso, const char *symname) argument
217 dl_bind_func(DSO *dso, const char *symname) argument
248 dl_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
324 dl_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_vms.c137 vms_load(DSO *dso) argument
240 vms_unload(DSO *dso) argument
282 vms_bind_sym(DSO *dso, const char *symname, void **sym) argument
361 vms_bind_var(DSO *dso, const char *symname) argument
368 vms_bind_func(DSO *dso, const char *symname) argument
375 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
496 vms_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_dlfcn.c165 dlfcn_load(DSO *dso) argument
206 dlfcn_unload(DSO *dso) argument
230 dlfcn_bind_var(DSO *dso, const char *symname) argument
260 dlfcn_bind_func(DSO *dso, const char *symname) argument
294 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
369 dlfcn_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_lib.c81 DSO_METHOD *DSO_get_method(DSO *dso) argument
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) argument
131 int DSO_free(DSO *dso) argument
176 DSO_flags(DSO *dso) argument
182 DSO_up_ref(DSO *dso) argument
194 DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) argument
255 DSO_bind_var(DSO *dso, const char *symname) argument
278 DSO_bind_func(DSO *dso, const char *symname) argument
309 DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) argument
340 DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC *oldcb) argument
355 DSO_get_filename(DSO *dso) argument
365 DSO_set_filename(DSO *dso, const char *filename) argument
393 DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) argument
413 DSO_convert_filename(DSO *dso, const char *filename) argument
450 DSO_get_loaded_filename(DSO *dso) argument
[all...]
H A Ddso_win32.c166 win32_load(DSO *dso) argument
210 win32_unload(DSO *dso) argument
241 win32_bind_var(DSO *dso, const char *symname) argument
272 win32_bind_func(DSO *dso, const char *symname) argument
312 win32_splitter(DSO *dso, const char *filename, int assume_last_is_dir) argument
434 win32_joiner(DSO *dso, const struct file_st *file_split) argument
546 win32_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
630 win32_name_converter(DSO *dso, const char *filename) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_mod.c80 DSO *dso; member in struct:conf_module_st
248 DSO *dso = NULL; local
291 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_4758cca.c164 static DSO *dso = NULL; variable
[all...]

Completed in 47 milliseconds