Searched refs:debug_ranges (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | 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()
|
| /NextBSD/contrib/binutils/ld/scripttempl/ |
| HD | pep.sc | 267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 269 *(.debug_ranges)
|
| HD | pe.sc | 267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 269 *(.debug_ranges)
|
| HD | elf.sc | 512 .debug_ranges 0 : { *(.debug_ranges) }
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugInfoEntry.cpp | 811 const DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in GetDIENamesAndRanges() local 812 debug_ranges->FindRanges(form_value.Unsigned(), ranges); in GetDIENamesAndRanges() 1500 DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in GetAttributeAddressRanges() local 1502 debug_ranges->FindRanges(debug_ranges_offset, ranges); in GetAttributeAddressRanges() 2233 DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in LookupAddress() local 2234 debug_ranges->FindRanges(debug_ranges_offset, ranges); in LookupAddress()
|
| /NextBSD/sys/conf/ |
| HD | ldscript.i386 | 196 .debug_ranges 0 : { *(.debug_ranges) }
|
| HD | ldscript.amd64 | 223 .debug_ranges 0 : { *(.debug_ranges) }
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-shared-linux.ld | 301 .debug_ranges 0 : { *(.debug_ranges) }
|
| HD | cvmx-shared-linux-n32.ld | 302 .debug_ranges 0 : { *(.debug_ranges) }
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog | 191 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
|
| HD | ChangeLog-0001 | 76 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
|
| /NextBSD/contrib/binutils/bfd/po/ |
| HD | bfd.pot | 557 msgid "Dwarf Error: Can't find .debug_ranges section."
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-2006 | 759 (out_debug_ranges): New function to emit .debug_ranges section
|