Searched refs:ASM_SYMBOL_INTERCEPTOR (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S179 .globl ASM_SYMBOL_INTERCEPTOR(__setjmp14)
180 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(__setjmp14))
181 ASM_SYMBOL_INTERCEPTOR(__setjmp14):
183 .globl ASM_SYMBOL_INTERCEPTOR(setjmp)
184 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(setjmp))
185 ASM_SYMBOL_INTERCEPTOR(setjmp):
219 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(__setjmp14))
221 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(setjmp))
225 .globl ASM_SYMBOL_INTERCEPTOR(_setjmp)
226 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(_setjm
[all...]
H A Dtsan_rtl_aarch64.S37 .globl ASM_SYMBOL_INTERCEPTOR(setjmp)
38 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(setjmp))
39 ASM_SYMBOL_INTERCEPTOR(setjmp):
85 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(setjmp))
88 .globl ASM_SYMBOL_INTERCEPTOR(_setjmp)
89 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(_setjmp))
90 ASM_SYMBOL_INTERCEPTOR(_setjmp):
136 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(_setjmp))
139 .globl ASM_SYMBOL_INTERCEPTOR(sigsetjmp)
140 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(sigsetjm
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol macro
57 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol macro

Completed in 140 milliseconds