Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dsysv.S41 #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/
Dcfi-rel-offset.s10 .cfi_rel_offset 6,16
14 .cfi_rel_offset 6,0
Dcfi-rel-offset2.s6 .cfi_rel_offset 6,16
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dcfi-rel-offset.s10 .cfi_rel_offset 6,16
14 .cfi_rel_offset 6,0
Dcfi-rel-offset2.s6 .cfi_rel_offset 6,16
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-x86_64.S66 .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/
Dsanitizer_asm.h27 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1153 main CFA reg; update cfi_rel_offset.