| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | UUID.cpp | 38 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 61 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 D | DWARFUnit.cpp | 985 const DWARFDataExtractor &debug_info, in extract() argument 987 assert(debug_info.ValidOffset(*offset_ptr)); in extract() 991 DWARFUnitHeader::extract(debug_info, section, context, offset_ptr); in extract()
|
| H A D | DWARFUnit.h | 96 const DWARFDataExtractor &debug_info, DIERef::Section section,
|
| H A D | SymbolFileDWARF.cpp | 1970 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded() local 1976 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded() 2159 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext() local 2160 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext() 2185 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset, in ResolveSymbolContext() 2947 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type() local 2950 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_sections.c | 38 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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 31 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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 258 debug_info.getInitialLength(offset_ptr, &Err); in extract() 259 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract() 261 UnitType = debug_info.getU8(offset_ptr, &Err); in extract() 262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 263 AbbrOffset = debug_info.getRelocatedValue( in extract() 266 AbbrOffset = debug_info.getRelocatedValue( in extract() 268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 277 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract() 278 TypeOffset = debug_info.getUnsigned( in extract() 281 DWOId = debug_info.getU64(offset_ptr, &Err); in extract() [all …]
|
| /freebsd-14.2/stand/uboot/arch/arm/ |
| H A D | arm.ldscript | 120 .debug_info 0 : { *(.debug_info) }
|
| /freebsd-14.2/stand/kboot/kboot/arch/powerpc64/ |
| H A D | powerpc64.ldscript | 124 .debug_info 0 : { *(.debug_info) }
|
| /freebsd-14.2/stand/powerpc/ofw/ |
| H A D | ppc-common.ldscript | 125 .debug_info 0 : { *(.debug_info) }
|
| /freebsd-14.2/stand/uboot/arch/powerpc/ |
| H A D | powerpc.ldscript | 123 .debug_info 0 : { *(.debug_info) }
|
| /freebsd-14.2/sys/conf/ |
| H A D | ldscript.powerpc | 152 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.powerpcspe | 153 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.riscv | 149 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.arm | 158 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.powerpc64le | 178 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.arm64 | 174 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.powerpc64 | 178 .debug_info 0 : { *(.debug_info) }
|
| H A D | ldscript.i386 | 186 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| H A D | ldscript.amd64 | 201 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | UUID.h | 51 UUID(CvRecordPdb70 debug_info);
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-dbg-tlv.c | 101 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; in iwl_dbg_tlv_alloc_debug_info() local 103 if (le32_to_cpu(tlv->length) != sizeof(*debug_info)) in iwl_dbg_tlv_alloc_debug_info() 107 debug_info->debug_cfg_name); in iwl_dbg_tlv_alloc_debug_info()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 84 Error extract(DWARFContext &Context, const DWARFDataExtractor &debug_info,
|
| /freebsd-14.2/sys/dev/liquidio/ |
| H A D | lio_sysctl.c | 739 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()
|