Home
last modified time | relevance | path

Searched refs:debug_ranges (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c43 Dwarf_Unsigned *debug_ranges, Dwarf_Unsigned *debug_pubtypes, in dwarf_get_section_max_offsets_b() argument
62 SET(debug_ranges, 0); in dwarf_get_section_max_offsets_b()
88 SET(debug_ranges, sz); in dwarf_get_section_max_offsets_b()
104 Dwarf_Unsigned *debug_ranges, Dwarf_Unsigned *debug_pubtypes) in dwarf_get_section_max_offsets() argument
109 debug_pubnames, debug_str, debug_frame, debug_ranges, in dwarf_get_section_max_offsets()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp391 static dw_offset_t GetRangesOffset(const DWARFDebugRangesBase *debug_ranges, in GetRangesOffset() argument
394 return debug_ranges->GetOffset(form_value.Unsigned()); in GetRangesOffset()
473 const DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges(); in GetDIENamesAndRanges() local
474 if (debug_ranges) in GetDIENamesAndRanges()
475 debug_ranges->FindRanges(cu, GetRangesOffset(debug_ranges, form_value), ranges); in GetDIENamesAndRanges()
1077 if (DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges()) in GetAttributeAddressRanges() local
1078 debug_ranges->FindRanges(cu, GetRangesOffset(debug_ranges, form_value), in GetAttributeAddressRanges()
1733 DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges(); in LookupAddress() local
1734 debug_ranges->FindRanges( in LookupAddress()
1735 cu, GetRangesOffset(debug_ranges, form_value), ranges); in LookupAddress()
H A DSymbolFileDWARF.cpp3378 const DWARFDebugRangesBase *debug_ranges = DebugRanges(); in ParseVariableDIE() local
3379 debug_ranges->FindRanges(die.GetCU(), in ParseVariableDIE()
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Dpep.sc267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
269 *(.debug_ranges)
H A Dpe.sc267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
269 *(.debug_ranges)
H A Delf.sc512 .debug_ranges 0 : { *(.debug_ranges) }
/freebsd-12.1/sys/conf/
H A Dldscript.i386196 .debug_ranges 0 : { *(.debug_ranges) }
H A Dldscript.amd64238 .debug_ranges 0 : { *(.debug_ranges) }
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-shared-linux.ld301 .debug_ranges 0 : { *(.debug_ranges) }
H A Dcvmx-shared-linux-n32.ld302 .debug_ranges 0 : { *(.debug_ranges) }
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def346 /// Whether to use DWARF base address specifiers in .debug_ranges.
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog191 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
H A DChangeLog-000176 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def890 HANDLE_DWARF_SECTION(DebugRanges, ".debug_ranges", "debug-ranges")
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot557 msgid "Dwarf Error: Can't find .debug_ranges section."
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-2006759 (out_debug_ranges): New function to emit .debug_ranges section
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1832 Flags<[CC1Option]>, HelpText<"Use DWARF base address selection entries in debug_ranges">;