Home
last modified time | relevance | path

Searched refs:TRAMPOLINE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h148 # define TRAMPOLINE(x) WRAP(x) macro
154 # define TRAMPOLINE(x) WRAP(x) macro
179 # define TRAMPOLINE(x) __interceptor_trampoline_ ## x macro
196 extern "C" ret_type TRAMPOLINE(func)(__VA_ARGS__); \
202 ".set " #func ", " SANITIZER_STRINGIFY(TRAMPOLINE(func)) "\n" \
203 ".globl " SANITIZER_STRINGIFY(TRAMPOLINE(func)) "\n" \
204 ".type " SANITIZER_STRINGIFY(TRAMPOLINE(func)) ", " \
206 SANITIZER_STRINGIFY(TRAMPOLINE(func)) ":\n" \
208 C_ASM_TAIL_CALL(SANITIZER_STRINGIFY(TRAMPOLINE(func)), \
212 ".size " SANITIZER_STRINGIFY(TRAMPOLINE(func)) ", " \
[all …]
H A Dinterception_linux.h38 (::__interception::uptr) &TRAMPOLINE(func))
47 (::__interception::uptr)&TRAMPOLINE(func))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5487 extern "C" uptr TRAMPOLINE(__tls_get_offset)(void *arg);