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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-objcp-common.cc 375 case DW_AT_export_symbols:
413 case DW_AT_export_symbols:
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 461 case DW_AT_export_symbols:
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-objcp-common.cc 228 case DW_AT_export_symbols:
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 300 #define DW_AT_export_symbols 0x89
dwarf_dump.c 188 case DW_AT_export_symbols:
189 *s = "DW_AT_export_symbols"; break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 928 addFlag(Buffer, dwarf::DW_AT_export_symbols);
1062 addFlag(NDie, dwarf::DW_AT_export_symbols);
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 368 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 363 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 363 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 363 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 363 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 363 DW_AT (DW_AT_export_symbols, 0x89)
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 649 CASE_S (DW_AT_export_symbols);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 649 CASE_S (DW_AT_export_symbols);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25184 /* Add DW_AT_export_symbols to anonymous unions or structs. */
25188 DW_AT_export_symbols) != -1)
25191 if (type_die && get_AT (type_die, DW_AT_export_symbols) == NULL)
25192 add_AT_flag (type_die, DW_AT_export_symbols, 1);
27046 DW_AT_export_symbols) == 1)
27047 add_AT_flag (namespace_die, DW_AT_export_symbols, 1);
27571 /* For DWARF5, just DW_AT_export_symbols on the DW_TAG_namespace
27573 DW_AT_export_symbols add the implicit DW_TAG_imported_module anyway
27574 for the benefit of consumers unaware of DW_AT_export_symbols. */
27578 DW_AT_export_symbols) == 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 26909 DW_AT_export_symbols) == 1)
26910 add_AT_flag (namespace_die, DW_AT_export_symbols, 1);
27431 /* For DWARF5, just DW_AT_export_symbols on the DW_TAG_namespace
27433 DW_AT_export_symbols add the implicit DW_TAG_imported_module anyway
27434 for the benefit of consumers unaware of DW_AT_export_symbols. */
27438 DW_AT_export_symbols) == 1)

Completed in 65 milliseconds