Searched refs:cfi_rel_offset (Results 1 – 19 of 19) 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/libffi/src/s390/ |
D | sysv.S | 52 .cfi_rel_offset r6, 44 53 .cfi_rel_offset r12, 48 54 .cfi_rel_offset r13, 52 55 .cfi_rel_offset r14, 56 145 .cfi_rel_offset r6, 24 146 .cfi_rel_offset r12, 48 147 .cfi_rel_offset r13, 52 148 .cfi_rel_offset r14, 56 149 .cfi_rel_offset r15, 60 206 .cfi_rel_offset r6, 88 [all …]
|
/external/libffi/src/aarch64/ |
D | sysv.S | 87 cfi_rel_offset (x29, 0) 88 cfi_rel_offset (x30, 8) 229 cfi_rel_offset (x29, 0) 230 cfi_rel_offset (x30, 8) 252 cfi_rel_offset (x29, 0) 253 cfi_rel_offset (x30, 8) 388 cfi_rel_offset (x29, 0) 389 cfi_rel_offset (x30, 8) 411 cfi_rel_offset (x29, 0) 412 cfi_rel_offset (x30, 8)
|
/external/libffi/include/ |
D | ffi_cfi.h | 19 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off macro 41 # define cfi_rel_offset(reg, off) macro
|
/external/llvm-project/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/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/libffi/src/alpha/ |
D | osf.S | 63 cfi_rel_offset($26, 0) 64 cfi_rel_offset($15, 8) 149 cfi_rel_offset($26, 0) 175 cfi_rel_offset($26, 0)
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | cfi-unknown-register.s | 5 .cfi_rel_offset 99, 0
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_asm.h | 27 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_asm.h | 26 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n
|
/external/libffi/src/x86/ |
D | sysv.S | 113 # cfi_rel_offset(%ebp, 0) 125 # cfi_rel_offset(%ebx, 8) 584 # cfi_rel_offset(%ebx, raw_closure_S_FS-4) 694 # cfi_rel_offset(%eip, 0) 700 # cfi_rel_offset(%ebx, raw_closure_T_FS-4)
|
D | win64.S | 57 cfi_rel_offset(%rbp, 0)
|
D | win64_intel.S | 57 cfi_rel_offset(rbp, 0)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cfi-inserter-callee-save-register-2.mir | 3 # Test that CFI inserter inserts .cfi_offset/.cfi_register/.cfi_rel_offset
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 153 main CFA reg; update cfi_rel_offset.
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 153 main CFA reg; update cfi_rel_offset.
|
D | ChangeLog.old | 161 main CFA reg; update cfi_rel_offset.
|