Searched refs:cfi_def_cfa (Results 1 – 10 of 10) sorted by relevance
/third_party/libffi/include/ |
D | ffi_cfi.h | 14 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off macro 36 # define cfi_def_cfa(reg, off) macro
|
/third_party/libffi/src/riscv/ |
D | sysv.S | 89 .cfi_def_cfa 11, FRAME_LEN # interim CFA based on a1 97 .cfi_def_cfa 8, 0 # our frame is fully set up 137 .cfi_def_cfa 2, FRAME_LEN
|
/third_party/libffi/src/alpha/ |
D | osf.S | 56 cfi_def_cfa($17, 32) 99 cfi_def_cfa($sp, 0)
|
/third_party/libffi/src/x86/ |
D | win64.S | 56 cfi_def_cfa(%rbp, 16) 90 cfi_def_cfa(%rsp, 8)
|
D | win64_intel.S | 56 cfi_def_cfa(rbp, 16) 90 cfi_def_cfa(rsp, 8)
|
D | sysv.S | 112 # cfi_def_cfa(%ebp, 8) 178 # cfi_def_cfa(%esp, 4) 449 # cfi_def_cfa(%esp, 8)
|
/third_party/libffi/src/s390/ |
D | sysv.S | 111 .cfi_def_cfa r15, 96 259 .cfi_def_cfa r15, 160
|
/third_party/elfutils/tests/ |
D | testfile-macros-0xff.s | 19 .cfi_def_cfa 7, 8
|
/third_party/libffi/src/aarch64/ |
D | sysv.S | 82 cfi_def_cfa(x1, 32);
|
/third_party/libffi/src/m68k/ |
D | sysv.S | 38 #define CFI_DEF_CFA(reg,off) .cfi_def_cfa reg,off
|