HomeSort by: relevance | last modified time | path
    Searched refs:DW_AT_main_subprogram (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
main-subprogram.exp 49 {DW_AT_main_subprogram 1 flag}
64 # This should happen because we used DW_AT_main_subprogram to tell gdb
dw2-common-block.S 407 # DW_AT_main_subprogram
720 .uleb128 0x6a # (DW_AT_main_subprogram)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
main-subprogram.exp 49 {DW_AT_main_subprogram 1 flag}
64 # This should happen because we used DW_AT_main_subprogram to tell gdb
dw2-common-block.S 407 # DW_AT_main_subprogram
720 .uleb128 0x6a # (DW_AT_main_subprogram)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-indexer.c 190 /* DWARF 4 has defined a dedicated DW_AT_main_subprogram
192 case DW_AT_main_subprogram:
read.c 8383 defined a dedicated DW_AT_main_subprogram attribute to indicate the
8391 if (dwarf2_flag_true_p (die, DW_AT_main_subprogram, cu))
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 269 #define DW_AT_main_subprogram 0x6a
dwarf_dump.c 228 case DW_AT_main_subprogram:
229 *s = "DW_AT_main_subprogram"; break;
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 337 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 332 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 332 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 332 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 332 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 332 DW_AT (DW_AT_main_subprogram, 0x6a)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1288 addFlag(SPDie, dwarf::DW_AT_main_subprogram);
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 568 CASE_S (DW_AT_main_subprogram);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 568 CASE_S (DW_AT_main_subprogram);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 9954 defined a dedicated DW_AT_main_subprogram attribute to indicate the
9962 if (dwarf2_flag_true_p (die, DW_AT_main_subprogram, cu))
16396 /* DWARF 4 has defined a dedicated DW_AT_main_subprogram
16398 case DW_AT_main_subprogram:
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 22439 DW_AT_main_subprogram, which we add below, but some tools still
22444 add_AT_flag (subr_die, DW_AT_main_subprogram, 1);
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 22342 DW_AT_main_subprogram, which we add below, but some tools still
22347 add_AT_flag (subr_die, DW_AT_main_subprogram, 1);

Completed in 154 milliseconds