Searched refs:cfi_rel_offset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | memchr.S | 77 .cfi_rel_offset 4, 0 78 .cfi_rel_offset 5, 4 79 .cfi_rel_offset 6, 8 80 .cfi_rel_offset 7, 12 134 .cfi_rel_offset 4, 0 135 .cfi_rel_offset 5, 4 136 .cfi_rel_offset 6, 8 137 .cfi_rel_offset 7, 12
|
H A D | strcmp.S | 147 .cfi_rel_offset 4, 0 148 .cfi_rel_offset 5, 4 151 .cfi_rel_offset 6, 8 152 .cfi_rel_offset 7, 12
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | x86_64-gf2m.S | 242 .cfi_rel_offset %r14,8*10 244 .cfi_rel_offset %r13,8*11 246 .cfi_rel_offset %r12,8*12 248 .cfi_rel_offset %rbp,8*13 250 .cfi_rel_offset %rbx,8*14
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memmove-slm.S | 49 #ifndef cfi_rel_offset 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off macro 84 cfi_rel_offset (REG, 0)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_asm.h | 26 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n
|