| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_sections.c | 43 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 D | DWARFDebugInfoEntry.cpp | 391 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 D | SymbolFileDWARF.cpp | 3378 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 D | pep.sc | 267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 269 *(.debug_ranges)
|
| H A D | pe.sc | 267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 269 *(.debug_ranges)
|
| H A D | elf.sc | 512 .debug_ranges 0 : { *(.debug_ranges) }
|
| /freebsd-12.1/sys/conf/ |
| H A D | ldscript.i386 | 196 .debug_ranges 0 : { *(.debug_ranges) }
|
| H A D | ldscript.amd64 | 238 .debug_ranges 0 : { *(.debug_ranges) }
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux.ld | 301 .debug_ranges 0 : { *(.debug_ranges) }
|
| H A D | cvmx-shared-linux-n32.ld | 302 .debug_ranges 0 : { *(.debug_ranges) }
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 346 /// Whether to use DWARF base address specifiers in .debug_ranges.
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog | 191 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
|
| H A D | ChangeLog-0001 | 76 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 890 HANDLE_DWARF_SECTION(DebugRanges, ".debug_ranges", "debug-ranges")
|
| /freebsd-12.1/contrib/binutils/bfd/po/ |
| H A D | bfd.pot | 557 msgid "Dwarf Error: Can't find .debug_ranges section."
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-2006 | 759 (out_debug_ranges): New function to emit .debug_ranges section
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Options.td | 1832 Flags<[CC1Option]>, HelpText<"Use DWARF base address selection entries in debug_ranges">;
|