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

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 268 #define DW_AT_signature 0x69
dwarf_dump.c 272 case DW_AT_signature:
273 *s = "DW_AT_signature"; break;
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 336 DW_AT (DW_AT_signature, 0x69)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 331 DW_AT (DW_AT_signature, 0x69)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 331 DW_AT (DW_AT_signature, 0x69)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 331 DW_AT (DW_AT_signature, 0x69)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 331 DW_AT (DW_AT_signature, 0x69)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 331 DW_AT (DW_AT_signature, 0x69)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 370 addAttribute(Die, dwarf::DW_AT_signature, dwarf::DW_FORM_ref_sig8,
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 567 CASE_S (DW_AT_signature);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 567 CASE_S (DW_AT_signature);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 8307 add_AT_die_ref (clone, DW_AT_signature, die);
8340 add_AT_die_ref (clone, DW_AT_signature, die);
8398 if (dw_die_ref c = get_AT_ref (die, DW_AT_signature))
8489 remove_AT (new_decl, DW_AT_signature);
8963 if (dw_attr_node *a = get_AT (die, DW_AT_signature))
9172 && (c = get_AT_ref (die, DW_AT_signature)))
9215 add_AT_die_ref (stub, DW_AT_signature, type);
9291 gcc_assert (a->dw_attr != DW_AT_signature);
31547 innermost context with DW_AT_signature pointing to the
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 8265 add_AT_die_ref (clone, DW_AT_signature, die);
8298 add_AT_die_ref (clone, DW_AT_signature, die);
8356 if (dw_die_ref c = get_AT_ref (die, DW_AT_signature))
8447 remove_AT (new_decl, DW_AT_signature);
8921 if (dw_attr_node *a = get_AT (die, DW_AT_signature))
9130 && (c = get_AT_ref (die, DW_AT_signature)))
9173 add_AT_die_ref (stub, DW_AT_signature, type);
9249 gcc_assert (a->dw_attr != DW_AT_signature);
31400 innermost context with DW_AT_signature pointing to the
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12809 attr = die->attr (DW_AT_signature);
13288 || dwarf2_attr (die, DW_AT_signature, cu) != NULL)
13445 attr = die->attr (DW_AT_signature);
21248 /* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
21255 /* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
21272 "DW_AT_signature has bad form %s in DIE at %s"
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 11095 attr = die->attr (DW_AT_signature);
11581 || dwarf2_attr (die, DW_AT_signature, cu) != NULL)
11751 attr = die->attr (DW_AT_signature);
18789 /* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
18796 /* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
18813 "DW_AT_signature has bad form %s in DIE at %s"

Completed in 83 milliseconds