Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp31 if (debug_info.ValidOffset(*offset_ptr)) { in Extract()
34 cu_sp->m_length = debug_info.GetDWARFInitialLength(offset_ptr); in Extract()
35 cu_sp->m_is_dwarf64 = debug_info.IsDWARF64(); in Extract()
36 cu_sp->m_version = debug_info.GetU16(offset_ptr); in Extract()
39 cu_sp->m_unit_type = debug_info.GetU8(offset_ptr); in Extract()
40 cu_sp->m_addr_size = debug_info.GetU8(offset_ptr); in Extract()
41 abbr_offset = debug_info.GetDWARFOffset(offset_ptr); in Extract()
44 cu_sp->m_dwo_id = debug_info.GetU64(offset_ptr); in Extract()
46 abbr_offset = debug_info.GetDWARFOffset(offset_ptr); in Extract()
47 cu_sp->m_addr_size = debug_info.GetU8(offset_ptr); in Extract()
[all …]
H A DDebugNamesDWARFIndex.h24 DWARFDataExtractor debug_str, DWARFDebugInfo *debug_info);
54 DWARFDebugInfo &debug_info) in DebugNamesDWARFIndex() argument
55 : DWARFIndex(module), m_debug_info(debug_info), in DebugNamesDWARFIndex()
58 m_fallback(module, &debug_info, GetUnits(*m_debug_names_up)) {} in DebugNamesDWARFIndex()
H A DDIERef.cpp24 DWARFDebugInfo *debug_info = actual_dwarf->DebugInfo(); in DIERef() local
25 if (debug_info) { in DIERef()
27 debug_info->GetCompileUnitContainingDIEOffset(die_offset); in DIERef()
H A DDWARFDebugAranges.cpp80 DWARFDebugInfo *debug_info = dwarf2Data->DebugInfo(); in Generate() local
81 if (debug_info) { in Generate()
85 DWARFUnit *cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
H A DManualDWARFIndex.cpp29 DWARFDebugInfo &debug_info = *m_debug_info; in Index() local
33 Timer scoped_timer(func_cat, "%p", static_cast<void *>(&debug_info)); in Index()
36 units_to_index.reserve(debug_info.GetNumCompileUnits()); in Index()
37 for (size_t U = 0; U < debug_info.GetNumCompileUnits(); ++U) { in Index()
38 DWARFUnit *unit = debug_info.GetCompileUnitAtIndex(U); in Index()
H A DManualDWARFIndex.h20 ManualDWARFIndex(Module &module, DWARFDebugInfo *debug_info,
22 : DWARFIndex(module), m_debug_info(debug_info), in DWARFIndex()
H A DDebugNamesDWARFIndex.cpp30 DWARFDebugInfo *debug_info) { in Create() argument
31 if (!debug_info) { in Create()
41 module, std::move(index_up), debug_names, debug_str, *debug_info)); in Create()
H A DDWARFCompileUnit.h18 const lldb_private::DWARFDataExtractor &debug_info,
/freebsd-12.1/contrib/gdb/gdb/
H A Dmdebugread.c380 fdrs = debug_info->fdr; in get_rfd()
416 debug_info = info; in mdebug_build_psymtabs()
561 int f_idx = fh - debug_info->fdr; in is_pending_symbol()
576 int f_idx = fh - debug_info->fdr; in add_pending()
2059 cur_fdr = debug_info->fdr; in parse_external()
2654 (debug_info->external_aux in parse_partial_symbols()
3736 &(debug_info->external_aux in handle_psymbol_enumerators()
3847 debug_info = DEBUG_INFO (pst); in psymtab_to_symtab_1()
3857 : debug_info->fdr + cur_fd); in psymtab_to_symtab_1()
4272 xref_fd = fh - debug_info->fdr; in cross_ref()
[all …]
/freebsd-12.1/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-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp236 const DWARFDataExtractor &debug_info, in extract() argument
245 Length = debug_info.getU32(offset_ptr); in extract()
249 FormParams.Version = debug_info.getU16(offset_ptr); in extract()
251 UnitType = debug_info.getU8(offset_ptr); in extract()
252 FormParams.AddrSize = debug_info.getU8(offset_ptr); in extract()
253 AbbrOffset = debug_info.getU32(offset_ptr); in extract()
255 AbbrOffset = debug_info.getRelocatedValue(4, offset_ptr); in extract()
256 FormParams.AddrSize = debug_info.getU8(offset_ptr); in extract()
276 TypeHash = debug_info.getU64(offset_ptr); in extract()
277 TypeOffset = debug_info.getU32(offset_ptr); in extract()
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Decoff.c866 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_slurp_symbol_table()
905 fdr_ptr = ecoff_data (abfd)->debug_info.fdr; in _bfd_ecoff_slurp_symbol_table()
945 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_get_symtab_upper_bound()
994 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; in ecoff_emit_aggregate() local
1013 if (debug_info->external_rfd == NULL) in ecoff_emit_aggregate()
1014 fdr = debug_info->fdr + ifd; in ecoff_emit_aggregate()
1020 ((char *) debug_info->external_rfd in ecoff_emit_aggregate()
1024 fdr = debug_info->fdr + rfd; in ecoff_emit_aggregate()
1030 ((char *) debug_info->external_sym in ecoff_emit_aggregate()
1041 + debug_info->symbolic_header.iextMax)); in ecoff_emit_aggregate()
[all …]
H A Decofflink.c1781 struct ecoff_debug_info * const debug_info;
1793 fdr_start = debug_info->fdr;
1826 sym_ptr = ((char *) debug_info->external_sym
1923 struct ecoff_debug_info * const debug_info;
2029 sym_ptr = ((char *) debug_info->external_sym
2128 pdr_ptr = ((char *) debug_info->external_pdr
2224 ((char *) debug_info->external_ext
2235 line_info->cache.filename = (debug_info->ss
2240 ((char *) debug_info->external_sym
2345 debug_info->ss + fdr_ptr->issBase + sym.iss;
[all …]
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-ecoff.c150 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; in ecoff_frob_file()
157 ecoff_data (stdoutput)->debug_info.ptr = NULL; \ in ecoff_frob_file()
160 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \ in ecoff_frob_file()
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Delf32cr16.sc43 .debug_info .gnu.linkonce.wi.foo */
165 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/freebsd-12.1/stand/arm/uboot/
H A Dldscript.arm121 .debug_info 0 : { *(.debug_info) }
/freebsd-12.1/stand/mips/uboot/
H A Dldscript.mips121 .debug_info 0 : { *(.debug_info) }
/freebsd-12.1/sys/conf/
H A Dldscript.powerpcspe130 .debug_info 0 : { *(.debug_info) }
H A Dldscript.riscv130 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpc129 .debug_info 0 : { *(.debug_info) }
H A Dldscript.arm64135 .debug_info 0 : { *(.debug_info) }
H A Dldscript.arm140 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpc64155 .debug_info 0 : { *(.debug_info) }
/freebsd-12.1/stand/powerpc/uboot/
H A Dldscript.powerpc124 .debug_info 0 : { *(.debug_info) }
/freebsd-12.1/stand/powerpc/ofw/
H A Dldscript.powerpc124 .debug_info 0 : { *(.debug_info) }

123