H A D | asan_rtl_x86_64.S | 9 #define NAME(n, reg, op, s, i) n##_##op##_##i##_##s##_##reg argument 11 #define FNAME(reg, op, s, i) NAME(__asan_check, reg, op, s, i) argument 12 #define RLABEL(reg, op, s, i) NAME(.return, reg, op, s, i) argument 13 #define CLABEL(reg, op, s, i) NAME(.check, reg, op, s, i) argument 14 #define FLABEL(reg, op, s, i) NAME(.fail, reg, op, s, i) argument 16 #define BEGINF(reg, op, s, i) \ argument 17 .section .text.FNAME(reg, op, s, i),"ax",@progbits ;\ 18 .globl FNAME(reg, op, s, i) ;\ 19 .hidden FNAME(reg, op, s, i) ;\ 20 ASM_TYPE_FUNCTION(FNAME(reg, op, s, i)) ;\ [all …]
|