HomeSort by: relevance | last modified time | path
    Searched refs:DW_CFA_def_cfa (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/gas/
scfidw2gen.c 199 case DW_CFA_def_cfa:
dw2gencfi.c 604 /* Add a DW_CFA_def_cfa record to the CFI data. */
609 cfi_add_CFA_insn_reg_offset (DW_CFA_def_cfa, regno, offset);
708 { "cfi_def_cfa", dot_cfi, DW_CFA_def_cfa },
848 case DW_CFA_def_cfa:
1725 case DW_CFA_def_cfa:
1735 out_one (DW_CFA_def_cfa);
2165 case DW_CFA_def_cfa:
2313 case DW_CFA_def_cfa:
scfi.c 391 op->dw2cfi_op = DW_CFA_def_cfa;
739 the SCFI op with DW_CFA_def_cfa. Note that the register and offset are
1157 case DW_CFA_def_cfa:
1158 scfi_dot_cfi (DW_CFA_def_cfa, op->loc.base, 0, op->loc.offset,
  /src/external/gpl3/binutils.old/dist/gas/
scfidw2gen.c 199 case DW_CFA_def_cfa:
dw2gencfi.c 604 /* Add a DW_CFA_def_cfa record to the CFI data. */
609 cfi_add_CFA_insn_reg_offset (DW_CFA_def_cfa, regno, offset);
708 { "cfi_def_cfa", dot_cfi, DW_CFA_def_cfa },
848 case DW_CFA_def_cfa:
1726 case DW_CFA_def_cfa:
1736 out_one (DW_CFA_def_cfa);
2166 case DW_CFA_def_cfa:
2314 case DW_CFA_def_cfa:
scfi.c 391 op->dw2cfi_op = DW_CFA_def_cfa;
739 the SCFI op with DW_CFA_def_cfa. Note that the register and offset are
1157 case DW_CFA_def_cfa:
1158 scfi_dot_cfi (DW_CFA_def_cfa, op->loc.base, 0, op->loc.offset,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/x86/
switchcontext.S 159 .byte 0xc # DW_CFA_def_cfa
229 .byte 0xc # DW_CFA_def_cfa
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-invalid-stack-middle.S 309 .byte 0xc # DW_CFA_def_cfa
334 .byte 0xc # DW_CFA_def_cfa
357 .byte 0xc # DW_CFA_def_cfa
380 .byte 0xc # DW_CFA_def_cfa
403 .byte 0xc # DW_CFA_def_cfa
442 .byte 0xc # DW_CFA_def_cfa
465 .byte 0xc # DW_CFA_def_cfa
488 .byte 0xc # DW_CFA_def_cfa
507 .byte 0xc # DW_CFA_def_cfa
533 .byte 0xc # DW_CFA_def_cfa
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-invalid-stack-middle.S 309 .byte 0xc # DW_CFA_def_cfa
334 .byte 0xc # DW_CFA_def_cfa
357 .byte 0xc # DW_CFA_def_cfa
380 .byte 0xc # DW_CFA_def_cfa
403 .byte 0xc # DW_CFA_def_cfa
442 .byte 0xc # DW_CFA_def_cfa
465 .byte 0xc # DW_CFA_def_cfa
488 .byte 0xc # DW_CFA_def_cfa
507 .byte 0xc # DW_CFA_def_cfa
533 .byte 0xc # DW_CFA_def_cfa
    [all...]
  /src/sys/lib/libunwind/
dwarf2.h 34 DW_CFA_def_cfa = 0xC,
DwarfParser.hpp 404 case DW_CFA_def_cfa:
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-execute_cfa.h 174 case DW_CFA_def_cfa:
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 319 case DW_CFA_def_cfa:
736 case dwarf::DW_CFA_def_cfa:
780 DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/powerpc/
switchcontext.S 411 .byte 0xc ; DW_CFA_def_cfa
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 735 case DW_CFA_def_cfa:
920 /* Construct a "DW_CFA_def_cfa <register> <offset>" instruction,
928 cfi->dw_cfi_opc = DW_CFA_def_cfa;
2461 case DW_CFA_def_cfa:
3478 case DW_CFA_def_cfa:
3589 case DW_CFA_def_cfa:
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 735 case DW_CFA_def_cfa:
920 /* Construct a "DW_CFA_def_cfa <register> <offset>" instruction,
928 cfi->dw_cfi_opc = DW_CFA_def_cfa;
2456 case DW_CFA_def_cfa:
3475 case DW_CFA_def_cfa:
3586 case DW_CFA_def_cfa:
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_frame.c 753 case DW_CFA_def_cfa:
762 printf("DW_CFA_def_cfa(reg=%ju,uoff=%ju)\n", reg, uoff);
1056 case DW_CFA_def_cfa:
1399 case DW_CFA_def_cfa:
dwarf.h 919 #define DW_CFA_def_cfa 0x0c
dwarf_dump.c 538 case DW_CFA_def_cfa:
539 *s = "DW_CFA_def_cfa"; break;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
clztest.S 138 .byte 0xc # DW_CFA_def_cfa
193 .byte 0xc # DW_CFA_def_cfa
typeddwarf.S 337 .byte 0xc # DW_CFA_def_cfa
416 .byte 0xc # DW_CFA_def_cfa
434 .byte 0xc # DW_CFA_def_cfa
513 .byte 0xc # DW_CFA_def_cfa
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
clztest.S 138 .byte 0xc # DW_CFA_def_cfa
193 .byte 0xc # DW_CFA_def_cfa
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 718 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
753 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
789 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
824 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
860 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 380 case DW_CFA_def_cfa:
547 DW_CFA_def_cfa, 1, 4, /* DW_CFA_def_cfa: r1 ofs 4 */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 378 case DW_CFA_def_cfa:
545 DW_CFA_def_cfa, 1, 4, /* DW_CFA_def_cfa: r1 ofs 4 */

Completed in 37 milliseconds

1 2 3