Searched refs:debug_ranges (Results 1 – 6 of 6) sorted by relevance
/freebsd/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/sys/conf/ |
H A D | debuginfo.ldscript | 36 .debug_ranges 0 : { *(.debug_ranges) }
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 1026 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset() local 1027 if (!debug_ranges) in FindRnglistFromOffset() 1030 return debug_ranges->FindRanges(this, offset); in FindRnglistFromOffset()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 140 /// Whether to use DWARF base address specifiers in .debug_ranges.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1302 HANDLE_DWARF_SECTION(DebugRanges, ".debug_ranges", "debug-ranges", BoolOption)
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4291 "Use DWARF base address selection entries in .debug_ranges">,
|