Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_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()
/NextBSD/contrib/binutils/ld/scripttempl/
HDpep.sc267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
269 *(.debug_ranges)
HDpe.sc267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
269 *(.debug_ranges)
HDelf.sc512 .debug_ranges 0 : { *(.debug_ranges) }
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp811 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/
HDldscript.i386196 .debug_ranges 0 : { *(.debug_ranges) }
HDldscript.amd64223 .debug_ranges 0 : { *(.debug_ranges) }
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-shared-linux.ld301 .debug_ranges 0 : { *(.debug_ranges) }
HDcvmx-shared-linux-n32.ld302 .debug_ranges 0 : { *(.debug_ranges) }
/NextBSD/contrib/binutils/ld/
HDChangeLog191 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
HDChangeLog-000176 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
/NextBSD/contrib/binutils/bfd/po/
HDbfd.pot557 msgid "Dwarf Error: Can't find .debug_ranges section."
/NextBSD/contrib/binutils/gas/
HDChangeLog-2006759 (out_debug_ranges): New function to emit .debug_ranges section