Searched refs:cfi_rel_offset (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | sysv.S | 41 #define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off macro 107 cfi_rel_offset (x29, 0) 108 cfi_rel_offset (x30, 8) 115 cfi_rel_offset (x21, 0 - ffi_call_SYSV_FS) 116 cfi_rel_offset (x22, 8 - ffi_call_SYSV_FS) 119 cfi_rel_offset (x23, 16 - ffi_call_SYSV_FS) 120 cfi_rel_offset (x24, 24 - ffi_call_SYSV_FS) 254 cfi_rel_offset (x29, 0) 255 cfi_rel_offset (x30, 8) 263 cfi_rel_offset (x21, -16) [all …]
|
/external/llvm/test/MC/ELF/ |
D | cfi-rel-offset.s | 10 .cfi_rel_offset 6,16 14 .cfi_rel_offset 6,0
|
D | cfi-rel-offset2.s | 6 .cfi_rel_offset 6,16
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | cfi-rel-offset.s | 10 .cfi_rel_offset 6,16 14 .cfi_rel_offset 6,0
|
D | cfi-rel-offset2.s | 6 .cfi_rel_offset 6,16
|
/external/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-x86_64.S | 66 .cfi_rel_offset r12, -8 135 .cfi_rel_offset r12, -8 137 .cfi_rel_offset r13, -16 139 .cfi_rel_offset r14, -24 141 .cfi_rel_offset r15, -32 143 .cfi_rel_offset rbx, -40 145 .cfi_rel_offset rbp, -48 313 .cfi_rel_offset r12, -8 315 .cfi_rel_offset r13, -16 317 .cfi_rel_offset r14, -24 [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_asm.h | 27 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 153 main CFA reg; update cfi_rel_offset.
|