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

1 2

  /src/sys/lib/libunwind/
dwarf2.h 51 DW_CFA_GNU_args_size = 0x2E,
DwarfParser.hpp 501 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-execute_cfa.h 301 case DW_CFA_GNU_args_size:
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 309 case DW_CFA_GNU_args_size:
663 case dwarf::DW_CFA_GNU_args_size:
801 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 112 /* Tracking for DW_CFA_GNU_args_size. The "true" sizes are those we find
506 cfi->dw_cfi_opc = DW_CFA_GNU_args_size;
3514 case DW_CFA_GNU_args_size:
3621 case DW_CFA_GNU_args_size:
3624 fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size);
dwarf2out.cc 553 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 112 /* Tracking for DW_CFA_GNU_args_size. The "true" sizes are those we find
506 cfi->dw_cfi_opc = DW_CFA_GNU_args_size;
3511 case DW_CFA_GNU_args_size:
3618 case DW_CFA_GNU_args_size:
3621 fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size);
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 805 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 794 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 794 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 1151 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2.c 1223 case DW_CFA_GNU_args_size:
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 1461 Streamer.emitInt8(dwarf::DW_CFA_GNU_args_size);
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 2009 /* Handle DW_CFA_GNU_args_size in .cfi_escape.
2011 The purpose of DW_CFA_GNU_args_size is to adjust SP when performing stack
2013 DW_CFA_GNU_args_size can be ignored, when CFA is FP-based. This is because
2017 frame. If CFA restoration does not need SP, DW_CFA_GNU_args_size can be
2021 where the CFA is SP based and there is a DW_CFA_GNU_args_size for
2036 /* Check for (DW_CFA_GNU_args_size offset) sequence. */
2135 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 484 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 482 case DW_CFA_GNU_args_size:
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 373 case DW_CFA_GNU_args_size:
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 373 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 372 case DW_CFA_GNU_args_size:
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 373 case DW_CFA_GNU_args_size:
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 10084 case DW_CFA_GNU_args_size:
10580 case DW_CFA_GNU_args_size:
10583 printf (" DW_CFA_GNU_args_size: %" PRIu64 "\n", ofs);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 10000 case DW_CFA_GNU_args_size:
10490 case DW_CFA_GNU_args_size:
10493 printf (" DW_CFA_GNU_args_size: %" PRIu64 "\n", ofs);

Completed in 102 milliseconds

1 2