/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFCompileUnit.cpp | 32 DWARFDebugAranges *debug_aranges) { in BuildAddressRangeTable() 33 // This function is usually called if there in no .debug_aranges section in in BuildAddressRangeTable() 37 size_t num_debug_aranges = debug_aranges->GetNumRanges(); in BuildAddressRangeTable() 47 debug_aranges->AppendRange(cu_offset, range.GetRangeBase(), in BuildAddressRangeTable() 54 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable() 68 debug_map_sym_file->AddOSOARanges(&m_dwarf, debug_aranges); in BuildAddressRangeTable() 73 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable() 87 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable() 31 BuildAddressRangeTable(DWARFDebugAranges * debug_aranges) BuildAddressRangeTable() argument
|
H A D | DWARFTypeUnit.h | 23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override {} in BuildAddressRangeTable() argument
|
H A D | DWARFCompileUnit.h | 23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override;
|
H A D | DWARFDebugInfoEntry.cpp | 594 DWARFUnit *cu, DWARFDebugAranges *debug_aranges) const { in BuildFunctionAddressRangeTable() 600 debug_aranges->AppendRange(GetOffset(), r.GetRangeBase(), in BuildFunctionAddressRangeTable() 607 child->BuildFunctionAddressRangeTable(cu, debug_aranges); in BuildFunctionAddressRangeTable()
|
H A D | DWARFDebugInfoEntry.h | 50 DWARFDebugAranges *debug_aranges) const;
|
H A D | DWARFUnit.h | 132 virtual void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) = 0;
|
H A D | SymbolFileDWARFDebugMap.h | 393 DWARFDebugAranges *debug_aranges);
|
H A D | SymbolFileDWARFDebugMap.cpp | 1509 DWARFDebugAranges *debug_aranges) { in AddOSOARanges() argument 1511 if (debug_aranges && dwarf2Data) { in AddOSOARanges() 1519 debug_aranges->AppendRange(*dwarf2Data->GetFileIndex(), in AddOSOARanges()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_sections.c | 40 Dwarf_Unsigned *debug_loc, Dwarf_Unsigned *debug_aranges, in dwarf_get_section_max_offsets_b() argument 57 SET(debug_aranges, 0); in dwarf_get_section_max_offsets_b() 78 SET(debug_aranges, sz); in dwarf_get_section_max_offsets_b() 101 Dwarf_Unsigned *debug_loc, Dwarf_Unsigned *debug_aranges, in dwarf_get_section_max_offsets() argument 108 debug_line, debug_loc, debug_aranges, debug_macinfo, in dwarf_get_section_max_offsets()
|
/freebsd/sys/conf/ |
H A D | debuginfo.ldscript | 19 .debug_aranges 0 : { *(.debug_aranges) }
|
/freebsd/stand/uboot/arch/arm/ |
H A D | arm.ldscript | 117 .debug_aranges 0 : { *(.debug_aranges) }
|
/freebsd/stand/powerpc/ofw/ |
H A D | ppc-common.ldscript | 122 .debug_aranges 0 : { *(.debug_aranges) }
|
/freebsd/stand/uboot/arch/powerpc/ |
H A D | powerpc.ldscript | 120 .debug_aranges 0 : { *(.debug_aranges) }
|
/freebsd/stand/kboot/kboot/arch/powerpc64/ |
H A D | powerpc64.ldscript | 121 .debug_aranges 0 : { *(.debug_aranges) }
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1281 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges",
|