Home
last modified time | relevance | path

Searched refs:DW_CFA_offset (Results 1 – 15 of 15) sorted by relevance

/external/libffi/src/s390/
Dsysv.S181 .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/
Dlinux64.S173 .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
Ddarwin.S230 .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/
DAsmPrinterDwarf.cpp87 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/
Dosf.S329 .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/
Dlinux.S318 .byte 0x83 ;# DW_CFA_offset, column 0x3
331 .byte 0x84 ;# DW_CFA_offset, column 0x4
345 .byte 0x83 ;# DW_CFA_offset, column 0x3
Dhpux32.S329 .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/
Dn32.S505 .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/
Ddwarf.h519 DW_CFA_offset = 0x80, enumerator
/external/llvm/include/llvm/Support/
DDwarf.h551 DW_CFA_offset = 0x80, enumerator
/external/llvm/lib/Support/
DDwarf.cpp630 case DW_CFA_offset: return "DW_CFA_offset"; in CallFrameString()
/external/qemu/elff/
Ddwarf.h833 #define DW_CFA_offset 0x80 macro
/external/llvm/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp128 JCE->emitByte(dwarf::DW_CFA_offset + Reg); in EmitFrameMoves()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c1856 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/
DMCDwarf.cpp629 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()