Searched refs:debug_frame (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_sections.c | 42 Dwarf_Unsigned *debug_str, Dwarf_Unsigned *debug_frame, in dwarf_get_section_max_offsets_b() argument 61 SET(debug_frame, 0); in dwarf_get_section_max_offsets_b() 86 SET(debug_frame, sz); in dwarf_get_section_max_offsets_b() 103 Dwarf_Unsigned *debug_str, Dwarf_Unsigned *debug_frame, 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 | 25 .debug_frame 0 : { *(.debug_frame) }
|
/freebsd/stand/uboot/arch/arm/ |
H A D | arm.ldscript | 123 .debug_frame 0 : { *(.debug_frame) }
|
/freebsd/stand/powerpc/ofw/ |
H A D | ppc-common.ldscript | 128 .debug_frame 0 : { *(.debug_frame) }
|
/freebsd/stand/uboot/arch/powerpc/ |
H A D | powerpc.ldscript | 126 .debug_frame 0 : { *(.debug_frame) }
|
/freebsd/stand/kboot/kboot/arch/powerpc64/ |
H A D | powerpc64.ldscript | 127 .debug_frame 0 : { *(.debug_frame) }
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | FuncUnwinders.cpp | 150 DWARFCallFrameInfo *debug_frame = m_unwind_table.GetDebugFrameInfo(); in GetDebugFrameUnwindPlan() local 151 if (debug_frame) { in GetDebugFrameUnwindPlan() 154 if (!debug_frame->GetUnwindPlan(m_range, *m_unwind_plan_debug_frame_sp)) in GetDebugFrameUnwindPlan()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1291 HANDLE_DWARF_SECTION(DebugFrame, ".debug_frame", "debug-frame", OffsetOption)
|