Home
last modified time | relevance | path

Searched refs:interpos_func_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A Dlibc_interposing_table.c37 [INTERPOS_##a] = (interpos_func_t)b
38 interpos_func_t __libc_interposing[INTERPOS_MAX] = {
49 interpos_func_t *
/freebsd/lib/libsys/
H A Dinterposing_table.c36 [INTERPOS_##a] = (interpos_func_t)b
37 static interpos_func_t __libsys_interposing[INTERPOS_MAX] = {
79 interpos_func_t *
/freebsd/lib/libc/include/
H A Dlibc_private.h204 typedef void (*interpos_func_t)(void); typedef
205 interpos_func_t *__libc_interposing_slot(int interposno);
206 extern interpos_func_t __libc_interposing[] __hidden;
207 interpos_func_t *__libsys_interposing_slot(int interposno);
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c653 (interpos_func_t)__thr_##name; in __thr_interpose_libc()
663 (interpos_func_t)__thr_##name; in __thr_interpose_libc()
706 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()