Searched refs:debug_info (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, argument
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr))
20 TypeHash = debug_info.getU64(offset_ptr);
21 TypeOffset = debug_info.getU32(offset_ptr);
H A DDWARFUnit.cpp54 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { argument
55 Length = debug_info.getU32(offset_ptr);
56 Version = debug_info.getU16(offset_ptr);
57 uint64_t abbrOffset = debug_info.getU32(offset_ptr);
58 AddrSize = debug_info.getU8(offset_ptr);
60 bool lengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1);
72 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { argument
77 if (debug_info.isValidOffset(*offset_ptr)) {
78 if (extractImpl(debug_info, offset_ptr))
318 // from DIEs in the .debug_info
[all...]
H A DDWARFTypeUnit.h29 bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE;
H A DDWARFUnit.h63 virtual bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr);
97 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
110 /// Size in bytes of the .debug_info data associated with this compile unit.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c118 struct ecoff_debug_info *debug_info;
131 #define DEBUG_INFO(p) (PST_PRIVATE(p)->debug_info)
214 static struct ecoff_debug_info *debug_info;
385 fdrs = debug_info->fdr;
391 ((char *) debug_info->external_rfd
407 return debug_info->ss + f->issBase + f->rss;
421 debug_info = info;
567 int f_idx = fh - debug_info->fdr;
582 int f_idx = fh - debug_info->fdr;
630 name = debug_info
117 struct ecoff_debug_info *debug_info; member in struct:symloc
211 static struct ecoff_debug_info *debug_info; variable in typeref:struct:ecoff_debug_info
[all...]
H A Dmipsread.c94 (abfd, (asection *) NULL, &ecoff_data (abfd)->debug_info)))
98 &ecoff_data (abfd)->debug_info);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c150 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header;
157 ecoff_data (stdoutput)->debug_info.ptr = NULL; \
160 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.h72 we extract from the.debug_info section. */
87 debug_info; typedef in typeref:struct:__anon406
/freebsd-9.3-release/sys/boot/arm/uboot/
H A Dldscript.arm120 .debug_info 0 : { *(.debug_info) }
/freebsd-9.3-release/sys/boot/powerpc/ofw/
H A Dldscript.powerpc123 .debug_info 0 : { *(.debug_info) }
/freebsd-9.3-release/sys/boot/powerpc/uboot/
H A Dldscript.powerpc123 .debug_info 0 : { *(.debug_info) }
/freebsd-9.3-release/sys/conf/
H A Dldscript.powerpc128 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpc64128 .debug_info 0 : { *(.debug_info) }
H A Dldscript.arm123 .debug_info 0 : { *(.debug_info) }
H A Dldscript.ia64140 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
H A Dldscript.mips283 .debug_info 0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }
H A Dldscript.mips.mips64284 .debug_info 0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }
H A Dldscript.sparc64252 .debug_info 0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }
H A Dldscript.amd64204 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Delf_rtld.x118 .debug_info 0 : { *(.debug_info) }
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Delf_rtld.x118 .debug_info 0 : { *(.debug_info) }
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c430 if (ecoff_data (abfd)->debug_info.symbolic_header.magic ==
460 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
505 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info);
869 &ecoff_data (abfd)->debug_info))
881 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext;
883 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
890 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
898 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
908 fdr_ptr = ecoff_data (abfd)->debug_info.fdr;
909 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info
994 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; local
1709 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; local
[all...]
H A Decofflink.c1783 mk_fdrtab (abfd, debug_info, debug_swap, line_info)
1785 struct ecoff_debug_info * const debug_info;
1797 fdr_start = debug_info->fdr;
1798 fdr_end = fdr_start + debug_info->symbolic_header.ifdMax;
1830 sym_ptr = ((char *) debug_info->external_sym
1833 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss,
1925 lookup_line (abfd, debug_info, debug_swap, line_info)
1927 struct ecoff_debug_info * const debug_info;
1943 && !mk_fdrtab (abfd, debug_info, debug_swap, line_info))
2033 sym_ptr = ((char *) debug_info
[all...]
H A Dlibecoff.h113 struct ecoff_debug_info debug_info; member in struct:ecoff_tdata
/freebsd-9.3-release/sys/boot/arm/at91/
H A Dlinker.cfg275 .debug_info 0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }

Completed in 213 milliseconds

12