Home
last modified time | relevance | path

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

123

/NextBSD/contrib/gdb/gdb/
HDmdebugread.c117 struct ecoff_debug_info *debug_info; member
130 #define DEBUG_INFO(p) (PST_PRIVATE(p)->debug_info)
211 static struct ecoff_debug_info *debug_info; variable
380 fdrs = debug_info->fdr; in get_rfd()
386 ((char *) debug_info->external_rfd in get_rfd()
402 return debug_info->ss + f->issBase + f->rss; in fdr_name()
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()
623 name = debug_info->ssext + sh->iss; in parse_symbol()
[all …]
HDmipsread.c94 (abfd, (asection *) NULL, &ecoff_data (abfd)->debug_info))) in mipscoff_symfile_read()
98 &ecoff_data (abfd)->debug_info); in mipscoff_symfile_read()
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl() argument
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr)) in extractImpl()
20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
21 TypeOffset = debug_info.getU32(offset_ptr); in extractImpl()
HDDWARFUnit.cpp68 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() argument
69 Length = debug_info.getU32(offset_ptr); in extractImpl()
70 Version = debug_info.getU16(offset_ptr); in extractImpl()
71 uint64_t AbbrOffset = debug_info.getU32(offset_ptr); in extractImpl()
72 AddrSize = debug_info.getU8(offset_ptr); in extractImpl()
74 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extractImpl()
85 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract() argument
90 if (debug_info.isValidOffset(*offset_ptr)) { in extract()
91 if (extractImpl(debug_info, offset_ptr)) in extract()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_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()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugPubnames.cpp77 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubnames() local
78 if (debug_info) in GeneratePubnames()
88 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames()
218 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubBaseTypes() local
219 if (debug_info) in GeneratePubBaseTypes()
225 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes()
HDDWARFCompileUnit.cpp77 DWARFCompileUnit::Extract(const DWARFDataExtractor &debug_info, lldb::offset_t *offset_ptr) in Extract() argument
83 if (debug_info.ValidOffset(*offset_ptr)) in Extract()
87 m_length = debug_info.GetDWARFInitialLength(offset_ptr); in Extract()
88 m_is_dwarf64 = debug_info.IsDWARF64(); in Extract()
89 m_version = debug_info.GetU16(offset_ptr); in Extract()
90 abbr_offset = debug_info.GetDWARFOffset(offset_ptr); in Extract()
91 m_addr_size = debug_info.GetU8 (offset_ptr); in Extract()
93 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Extract()
301 const DWARFDataExtractor& debug_info = m_dwarf2Data->get_debug_info_data(); in Verify() local
302 bool valid_offset = debug_info.ValidOffset(m_offset); in Verify()
[all …]
HDDWARFDebugAranges.cpp93 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in Generate() local
94 if (debug_info) in Generate()
100 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
HDSymbolFileDWARF.cpp2386 DWARFDebugInfo* debug_info = DebugInfo(); in GetClangDeclContextContainingTypeUID() local
2387 if (debug_info && UserIDMatches(type_uid)) in GetClangDeclContextContainingTypeUID()
2390 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(type_uid, &cu_sp); in GetClangDeclContextContainingTypeUID()
2410 DWARFDebugInfo* debug_info = DebugInfo(); in ResolveTypeUID() local
2411 if (debug_info) in ResolveTypeUID()
2414 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp); in ResolveTypeUID()
2514 DWARFDebugInfo* debug_info = DebugInfo(); in ResolveClangOpaqueTypeDefinition() local
2516 DWARFCompileUnit *dwarf_cu = debug_info->GetCompileUnitContainingDIE (die->GetOffset()).get(); in ResolveClangOpaqueTypeDefinition()
2621 DWARFDebugInfo* debug_info = DebugInfo(); in ResolveClangOpaqueTypeDefinition() local
2628 …DWARFDebugInfoEntry *method_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &method_cu… in ResolveClangOpaqueTypeDefinition()
[all …]
/NextBSD/contrib/binutils/bfd/
HDecoff.c428 if (ecoff_data (abfd)->debug_info.symbolic_header.magic == in ecoff_slurp_symbolic_header()
458 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_slurp_symbolic_header()
503 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info); in _bfd_ecoff_slurp_symbolic_info()
866 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_slurp_symbol_table()
878 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table()
880 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table()
887 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table()
895 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr in _bfd_ecoff_slurp_symbol_table()
905 fdr_ptr = ecoff_data (abfd)->debug_info.fdr; in _bfd_ecoff_slurp_symbol_table()
906 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax; in _bfd_ecoff_slurp_symbol_table()
[all …]
HDecofflink.c1779 mk_fdrtab (abfd, debug_info, debug_swap, line_info) in mk_fdrtab() argument
1781 struct ecoff_debug_info * const debug_info;
1793 fdr_start = debug_info->fdr;
1794 fdr_end = fdr_start + debug_info->symbolic_header.ifdMax;
1826 sym_ptr = ((char *) debug_info->external_sym
1829 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss,
1921 lookup_line (abfd, debug_info, debug_swap, line_info) in lookup_line() argument
1923 struct ecoff_debug_info * const debug_info;
1939 && !mk_fdrtab (abfd, debug_info, debug_swap, line_info))
2029 sym_ptr = ((char *) debug_info->external_sym
[all …]
/NextBSD/contrib/binutils/gas/config/
HDobj-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()
/NextBSD/contrib/binutils/ld/scripttempl/
HDelf32cr16.sc43 .debug_info .gnu.linkonce.wi.foo */
165 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/NextBSD/libexec/rtld-elf/amd64/
HDelf_rtld.x118 .debug_info 0 : { *(.debug_info) }
/NextBSD/libexec/rtld-elf/i386/
HDelf_rtld.x118 .debug_info 0 : { *(.debug_info) }
/NextBSD/sys/boot/arm/uboot/
HDldscript.arm120 .debug_info 0 : { *(.debug_info) }
/NextBSD/sys/conf/
HDldscript.arm64136 .debug_info 0 : { *(.debug_info) }
HDldscript.powerpc130 .debug_info 0 : { *(.debug_info) }
HDldscript.powerpc64131 .debug_info 0 : { *(.debug_info) }
HDldscript.arm141 .debug_info 0 : { *(.debug_info) }
/NextBSD/sys/boot/powerpc/ofw/
HDldscript.powerpc124 .debug_info 0 : { *(.debug_info) }
/NextBSD/sys/boot/powerpc/uboot/
HDldscript.powerpc124 .debug_info 0 : { *(.debug_info) }
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFTypeUnit.h32 bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) override;
HDDWARFUnit.h138 virtual bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr);
176 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
/NextBSD/contrib/binutils/binutils/
HDdwarf.h87 debug_info; typedef

123