Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp38 UUID::UUID(UUID::CvRecordPdb70 debug_info) { in UUID() argument
39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID()
40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID()
41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID()
42 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
43 if (debug_info.Age) in UUID()
44 *this = UUID(&debug_info, sizeof(debug_info)); in UUID()
46 *this = UUID(&debug_info.Uuid, sizeof(debug_info.Uuid)); in UUID()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c38 dwarf_get_section_max_offsets_b(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets_b() argument
53 SET(debug_info, 0); in dwarf_get_section_max_offsets_b()
70 SET(debug_info, sz); in dwarf_get_section_max_offsets_b()
99 dwarf_get_section_max_offsets(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets() argument
107 return (dwarf_get_section_max_offsets_b(dbg, debug_info, debug_abbrev, in dwarf_get_section_max_offsets()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit() local
65 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit()
66 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
71 for (size_t i = 0; i < debug_info.GetNumUnits(); ++i) { in FindSingleCompileUnit()
73 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
H A DDWARFUnit.cpp929 const DWARFDataExtractor &debug_info, in extract() argument
931 assert(debug_info.ValidOffset(*offset_ptr)); in extract()
942 llvm::DWARFDataExtractor debug_info_llvm = debug_info.GetAsLLVMDWARF(); in extract()
H A DDWARFUnit.h48 const DWARFDataExtractor &debug_info, DIERef::Section section,
H A DSymbolFileDWARF.cpp2009 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded() local
2015 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2200 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext() local
2201 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()
2226 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset, in ResolveSymbolContext()
3011 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type() local
3014 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp31 UUID::CvRecordPdb70 debug_info; in LLDB_PLUGIN_DEFINE() local
32 memcpy(&debug_info.Uuid, IS.getGuid().Guid, sizeof(debug_info.Uuid)); in LLDB_PLUGIN_DEFINE()
33 debug_info.Age = DS.getAge(); in LLDB_PLUGIN_DEFINE()
34 return UUID(debug_info); in LLDB_PLUGIN_DEFINE()
/freebsd/sys/conf/
H A Ddebuginfo.ldscript22 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp255 const DWARFDataExtractor &debug_info, in extract() argument
262 debug_info.getInitialLength(offset_ptr, &Err); in extract()
263 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
265 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
266 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
267 AbbrOffset = debug_info.getRelocatedValue( in extract()
270 AbbrOffset = debug_info.getRelocatedValue( in extract()
272 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
282 TypeOffset = debug_info.getUnsigned( in extract()
[all …]
/freebsd/stand/uboot/arch/arm/
H A Darm.ldscript120 .debug_info 0 : { *(.debug_info) }
/freebsd/stand/powerpc/ofw/
H A Dppc-common.ldscript125 .debug_info 0 : { *(.debug_info) }
/freebsd/stand/uboot/arch/powerpc/
H A Dpowerpc.ldscript123 .debug_info 0 : { *(.debug_info) }
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dpowerpc64.ldscript124 .debug_info 0 : { *(.debug_info) }
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h51 UUID(CvRecordPdb70 debug_info);
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c102 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; in iwl_dbg_tlv_alloc_debug_info()
104 if (le32_to_cpu(tlv->length) != sizeof(*debug_info)) in iwl_dbg_tlv_alloc_debug_info()
108 if (strnlen(debug_info->debug_cfg_name, in iwl_dbg_tlv_alloc_debug_info()
109 sizeof(debug_info->debug_cfg_name)) == in iwl_dbg_tlv_alloc_debug_info()
110 sizeof(debug_info->debug_cfg_name)) in iwl_dbg_tlv_alloc_debug_info()
114 debug_info->debug_cfg_name); in iwl_dbg_tlv_alloc_buf_alloc()
101 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; iwl_dbg_tlv_alloc_debug_info() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h84 Error extract(DWARFContext &Context, const DWARFDataExtractor &debug_info,
/freebsd/sys/dev/liquidio/
H A Dlio_sysctl.c739 char debug_info[30] = "Debugging is disabled"; in lio_get_regs() local
741 return (sysctl_handle_string(oidp, debug_info, in lio_get_regs()
742 strlen(debug_info), req)); in lio_get_regs()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c2439 struct iwl_fw_ini_debug_info_tlv *debug_info =
2443 sizeof(debug_info->debug_cfg_name));
2445 cfg_name->image_type = debug_info->image_type;
2448 memcpy(cfg_name->cfg_name, debug_info->debug_cfg_name,
2324 struct iwl_fw_ini_debug_info_tlv *debug_info = global() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1283 HANDLE_DWARF_SECTION(DebugInfo, ".debug_info", "debug-info", OffsetOption)
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2899 SYSCTL_NODE(_hw_ntb, OID_AUTO, debug_info, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,