Searched defs:dso (Results 1 - 7 of 7) sorted by relevance
| /src/distrib/utils/zcat/ |
| H A D | misc.c | 31 void __cxa_finalize(void *dso) { } argument 35 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
|
| /src/tests/libexec/ld.elf_so/ |
| H A D | h_thread_local_dtor.c | 59 void *dso; local in function:main
|
| H A D | h_locking.c | 63 void *dso; local in function:test_dl_iterate_phdr 84 void *dso; local in function:init_fini_helper
|
| /src/lib/libc/stdlib/ |
| H A D | atexit.c | 91 atexit_handler_alloc(void *dso) argument 143 __aeabi_atexit(void *arg, void (*func)(void *), void *dso) argument 150 __cxa_atexit_internal(void (*func)(void *), void *arg, void *dso) argument 176 __cxa_atexit(void (* func)(void *),void * arg,void * dso) argument 206 __cxa_finalize(void * dso) argument [all...] |
| /src/sys/dev/ic/ |
| H A D | lan9118.c | 362 unsigned tdfree, totlen, dso; local in function:lan9118_start
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_interceptors.cc | 1143 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso) { argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 416 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { argument 423 setup_at_exit_wrapper(ThreadState * thr,uptr pc,void (* f)(),void * arg,void * dso) argument
|
Completed in 14 milliseconds