Home
last modified time | relevance | path

Searched refs:ASM_SYMBOL_INTERCEPTOR (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S19 .globl ASM_SYMBOL_INTERCEPTOR(__setjmp14)
20 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(__setjmp14))
21 ASM_SYMBOL_INTERCEPTOR(__setjmp14):
23 .globl ASM_SYMBOL_INTERCEPTOR(setjmp)
24 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(setjmp))
25 ASM_SYMBOL_INTERCEPTOR(setjmp):
60 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(__setjmp14))
62 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(setjmp))
66 .globl ASM_SYMBOL_INTERCEPTOR(_setjmp)
67 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(_setjmp))
[all …]
H A Dtsan_rtl_loongarch64.S7 .globl ASM_SYMBOL_INTERCEPTOR(setjmp)
8 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(setjmp))
9 ASM_SYMBOL_INTERCEPTOR(setjmp):
52 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(setjmp))
55 .globl ASM_SYMBOL_INTERCEPTOR(_setjmp)
56 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(_setjmp))
57 ASM_SYMBOL_INTERCEPTOR(_setjmp):
100 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(_setjmp))
103 .globl ASM_SYMBOL_INTERCEPTOR(sigsetjmp)
104 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(sigsetjmp))
[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(sigsetjmp))
[all …]
H A Dtsan_rtl_s390x.S16 .globl ASM_SYMBOL_INTERCEPTOR(\symbol)
17 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(\symbol))
18 ASM_SYMBOL_INTERCEPTOR(\symbol):
41 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(\symbol))
/openbsd-src/gnu/llvm/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