Home
last modified time | relevance | path

Searched defs:WRAP (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h120 # define WRAP(x) wrap_##x macro
126 # define WRAP(x) __asan_wrap_##x macro
134 # define WRAP(x) __interceptor_ ## x macro
144 # define WRAP(x) __interceptor_ ## x macro
/openbsd/lib/libc/sys/
H A Dptrace.c9 WRAP(ptrace)(int request, pid_t pid, caddr_t addr, int data) in WRAP() function
H A Dw_sigaction.c26 WRAP(sigaction)(int sig, const struct sigaction *act, struct sigaction *oact) in WRAP() function
H A Dw_sigprocmask.c26 WRAP(sigprocmask)(int how, const sigset_t *set, sigset_t *oset) in WRAP() function
H A Dw_vfork.c23 WRAP(vfork)(void) in WRAP() function
H A Dw_fork.c39 WRAP(fork)(void) in WRAP() function
H A Dw_clock_gettime.c23 WRAP(clock_gettime)(clockid_t clock_id, struct timespec *tp) in WRAP() function
H A Dw_gettimeofday.c21 WRAP(gettimeofday)(struct timeval *tp, struct timezone *tzp) in WRAP() function
/openbsd/lib/libc/include/
H A Dnamespace.h41 #define WRAP(x) _libc_##x##_wrap macro
/openbsd/gnu/usr.bin/perl/
H A Dtime64.c112 #define WRAP(a,b,m) ((a) = ((a) < 0 ) ? ((b)--, (a) + (m)) : (a)) macro
/openbsd/sys/dev/ic/
H A Dac97.c119 #define WRAP(a) &a, sizeof(a) macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dlinker.c536 #define WRAP "__wrap_" in bfd_wrapped_link_hash_lookup() macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dlinker.c539 #define WRAP "__wrap_" in bfd_wrapped_link_hash_lookup() macro