Searched refs:DW_CFA_offset (Results 1 - 17 of 17) sorted by relevance

/external/libffi/src/s390/
H A 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, colum
[all...]
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s40 # DW_CFA_offset: r13 at cfa-56
41 # DW_CFA_offset: r14 at cfa-48
42 # DW_CFA_offset: r15 at cfa-40
H A Deh_frame_personality.s56 # DW_CFA_offset: r14 at cfa-48
57 # DW_CFA_offset: r15 at cfa-40
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp55 if (Val >= dwarf::DW_CFA_offset && Val < dwarf::DW_CFA_offset+64)
56 OutStreamer.AddComment("DW_CFA_offset + Reg (" +
57 Twine(Val-dwarf::DW_CFA_offset) + ")");
/external/libffi/src/powerpc/
H A 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
H A 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
/external/libffi/src/alpha/
H A 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/
H A 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
H A 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
/external/libffi/src/mips/
H A 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/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp117 case DW_CFA_offset:
/external/llvm/lib/Support/
H A DDwarf.cpp694 case DW_CFA_offset: return "DW_CFA_offset";
/external/elfutils/libdw/
H A Ddwarf.h636 DW_CFA_offset = 0x80, enumerator in enum:__anon18411
/external/llvm/include/llvm/Support/
H A DDwarf.h628 DW_CFA_offset = 0x80, enumerator in enum:llvm::dwarf::dwarf_constants
/external/qemu/elff/
H A Ddwarf.h833 #define DW_CFA_offset 0x80 macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1884 DW_CFA_offset = 2, enumerator in enum:dwarf_cfa_primary_ops
2950 if (hi2 == DW_CFA_offset) {
2960 VG_(printf)(" DW_CFA_offset: r%d at cfa%s%d\n",
3375 if (hi2 == DW_CFA_offset) {
3379 VG_(printf)(" DW_CFA_offset: r%d at cfa%s%d\n",
/external/llvm/lib/MC/
H A DMCDwarf.cpp1043 if (VerboseAsm) Streamer.AddComment(Twine("DW_CFA_offset + Reg(") +
1045 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);

Completed in 234 milliseconds