/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_info.c | 230 cu->cu_unit_type = is_info ? DW_UT_compile : DW_UT_type; in _dwarf_info_load() 248 if (!is_info || cu->cu_unit_type == DW_UT_type || in _dwarf_info_load()
|
H A D | dwarf.h | 54 #define DW_UT_type 0x02 macro
|
H A D | dwarf_dump.c | 1566 case DW_UT_type: in dwarf_get_UT_name()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 102 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit() 366 case dwarf::DW_UT_type: in isMatchingUnitTypeAndTag()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dwarf_reader.h | 723 (is_type_unit ? elfcpp::DW_UT_type : elfcpp::DW_UT_compile); in Dwarf_info_reader() 738 return (this->unit_type_ == elfcpp::DW_UT_type in is_type_unit()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dwarf_reader.h | 723 (is_type_unit ? elfcpp::DW_UT_type : elfcpp::DW_UT_compile); in Dwarf_info_reader() 738 return (this->unit_type_ == elfcpp::DW_UT_type in is_type_unit()
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | dwarf2.h | 459 DW_UT_type = 0x02, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 477 case DW_UT_type: in isUnitType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 251 UnitType = DW_UT_type; in extract()
|
H A D | DWARFVerifier.cpp | 314 case dwarf::DW_UT_type: in verifyUnitSection()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | dwarf2.def | 820 DW_UT (DW_UT_type, 0x02)
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | dwarf2.def | 811 DW_UT (DW_UT_type, 0x02)
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | dwarf2.def | 811 DW_UT (DW_UT_type, 0x02)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1735 : dwarf::DW_UT_type); in emitHeader()
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | dwarf.c | 2153 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in build_address_map()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 3879 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info() 3961 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info() 4082 && compunit.cu_unit_type != DW_UT_type in process_debug_info()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 3703 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info() 3790 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info() 3928 && compunit.cu_unit_type != DW_UT_type in process_debug_info()
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | dwarf.c | 2169 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in build_address_map()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | dwarf2.c | 4349 if (unit_type == DW_UT_type) in parse_comp_unit()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 4426 case DW_UT_type: in parse_comp_unit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 11187 case DW_UT_type: name = "DW_UT_type"; break; in output_compilation_unit_header() 11484 ? DW_UT_split_type : DW_UT_type); in output_comdat_type_unit()
|
H A D | ChangeLog-2016 | 7565 (use_debug_types): Adjust comment for DWARF5 DW_UT_type units. 7569 comments for DWARF5 DW_UT_type units. 7580 DW_UT_type or DW_UT_split_type units rather than .debug_types.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 11025 case DW_UT_type: name = "DW_UT_type"; break; in output_compilation_unit_header() 11322 ? DW_UT_split_type : DW_UT_type); in output_comdat_type_unit()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 16664 only DW_UT_type. Use signature and type_offset_in_tu from struct
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 16664 only DW_UT_type. Use signature and type_offset_in_tu from struct
|