Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h71 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
75 "ld $t9, %got_disp(" i_func ")($t8)\n" \
78 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
82 "lw $t9, %got(" i_func ")($gp)\n" \
85 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
86 SANITIZER_STRINGIFY(ASM_TAIL_CALL) " " i_func