Searched refs:DW_CFA_offset (Results 1 – 15 of 15) sorted by relevance
/external/libffi/src/s390/ |
D | sysv.S | 181 .byte 0x8f # DW_CFA_offset, column 0xf 183 .byte 0x8e # DW_CFA_offset, column 0xe 185 .byte 0x8d # DW_CFA_offset, column 0xd 187 .byte 0x8c # DW_CFA_offset, column 0xc 189 .byte 0x8b # DW_CFA_offset, column 0xb 191 .byte 0x8a # DW_CFA_offset, column 0xa 193 .byte 0x89 # DW_CFA_offset, column 0x9 195 .byte 0x88 # DW_CFA_offset, column 0x8 197 .byte 0x87 # DW_CFA_offset, column 0x7 199 .byte 0x86 # DW_CFA_offset, column 0x6 [all …]
|
/external/libffi/src/powerpc/ |
D | linux64.S | 173 .byte 0x9f # DW_CFA_offset, column 0x1f 175 .byte 0x9e # DW_CFA_offset, column 0x1e 177 .byte 0x9d # DW_CFA_offset, column 0x1d 179 .byte 0x9c # DW_CFA_offset, column 0x1c
|
D | darwin.S | 230 .byte 0x9f ; DW_CFA_offset, column 0x1f 232 .byte 0x9e ; DW_CFA_offset, column 0x1e 234 .byte 0x9d ; DW_CFA_offset, column 0x1d 236 .byte 0x9c ; DW_CFA_offset, column 0x1c
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 87 if (Val >= dwarf::DW_CFA_offset && Val < dwarf::DW_CFA_offset+64) in EmitCFAByte() 89 Twine(Val-dwarf::DW_CFA_offset) + ")"); in EmitCFAByte()
|
/external/libffi/src/alpha/ |
D | osf.S | 329 .byte 0x9a # DW_CFA_offset, column 26 331 .byte 0x8f # DW_CFA_offset, column 15 358 .byte 0x9a # DW_CFA_offset, column 26
|
/external/libffi/src/pa/ |
D | linux.S | 318 .byte 0x83 ;# DW_CFA_offset, column 0x3 331 .byte 0x84 ;# DW_CFA_offset, column 0x4 345 .byte 0x83 ;# DW_CFA_offset, column 0x3
|
D | hpux32.S | 329 .byte 0x83 ;# DW_CFA_offset, column 0x3 342 .byte 0x84 ;# DW_CFA_offset, column 0x4 356 .byte 0x83 ;# DW_CFA_offset, column 0x3
|
/external/libffi/src/mips/ |
D | n32.S | 505 .byte 0x9e # DW_CFA_offset of $fp 507 .byte 0x9f # DW_CFA_offset of ra 527 .byte 0x9c # DW_CFA_offset of $gp ($28) 529 .byte 0x9f # DW_CFA_offset of ra ($31)
|
/external/elfutils/libdw/ |
D | dwarf.h | 519 DW_CFA_offset = 0x80, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 551 DW_CFA_offset = 0x80, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 630 case DW_CFA_offset: return "DW_CFA_offset"; in CallFrameString()
|
/external/qemu/elff/ |
D | dwarf.h | 833 #define DW_CFA_offset 0x80 macro
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 128 JCE->emitByte(dwarf::DW_CFA_offset + Reg); in EmitFrameMoves()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf.c | 1856 DW_CFA_offset = 2, enumerator 2917 if (hi2 == DW_CFA_offset) { in run_CF_instruction() 3342 if (hi2 == DW_CFA_offset) { in show_CF_instruction()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 629 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
|