| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | reduced_debug_output.cc | 255 unsigned char* debug_info = this->postprocessing_buffer(); in set_final_data_size() local 261 while (debug_info < debug_info_end) in set_final_data_size() 263 uint32_t compile_unit_start = read_from_pointer<32>(&debug_info); in set_final_data_size() 271 if (0 != read_from_pointer<32>(&debug_info)) in set_final_data_size() 279 if (debug_info + dwarf64_header_size >= debug_info_end) in set_final_data_size() 286 uint64_t compile_unit_size = read_from_pointer<64>(&debug_info); in set_final_data_size() 287 next_compile_unit = debug_info + compile_unit_size; in set_final_data_size() 288 uint16_t version = read_from_pointer<16>(&debug_info); in set_final_data_size() 289 uint64_t abbrev_offset = read_from_pointer<64>(&debug_info); in set_final_data_size() 290 uint8_t address_size = read_from_pointer<8>(&debug_info); in set_final_data_size() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | reduced_debug_output.cc | 255 unsigned char* debug_info = this->postprocessing_buffer(); in set_final_data_size() local 261 while (debug_info < debug_info_end) in set_final_data_size() 263 uint32_t compile_unit_start = read_from_pointer<32>(&debug_info); in set_final_data_size() 271 if (0 != read_from_pointer<32>(&debug_info)) in set_final_data_size() 279 if (debug_info + dwarf64_header_size >= debug_info_end) in set_final_data_size() 286 uint64_t compile_unit_size = read_from_pointer<64>(&debug_info); in set_final_data_size() 287 next_compile_unit = debug_info + compile_unit_size; in set_final_data_size() 288 uint16_t version = read_from_pointer<16>(&debug_info); in set_final_data_size() 289 uint64_t abbrev_offset = read_from_pointer<64>(&debug_info); in set_final_data_size() 290 uint8_t address_size = read_from_pointer<8>(&debug_info); in set_final_data_size() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ecofflink.c | 1750 struct ecoff_debug_info * const debug_info, in mk_fdrtab() argument 1762 fdr_start = debug_info->fdr; in mk_fdrtab() 1763 fdr_end = fdr_start + debug_info->symbolic_header.ifdMax; in mk_fdrtab() 1769 long ipdMax = debug_info->symbolic_header.ipdMax; in mk_fdrtab() 1806 || fdr_ptr->isymBase + 1 >= debug_info->symbolic_header.isymMax) in mk_fdrtab() 1809 sym_ptr = ((char *) debug_info->external_sym in mk_fdrtab() 1813 && fdr_ptr->issBase < debug_info->symbolic_header.issMax in mk_fdrtab() 1815 && sym.iss < (debug_info->symbolic_header.issMax in mk_fdrtab() 1817 && strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss, in mk_fdrtab() 1910 struct ecoff_debug_info * const debug_info, in lookup_line() argument [all …]
|
| H A D | ecoff.c | 127 _bfd_ecoff_free_ecoff_debug_info (&tdata->debug_info); in _bfd_ecoff_bfd_free_cached_info() 438 if (ecoff_data (abfd)->debug_info.symbolic_header.magic == in ecoff_slurp_symbolic_header() 467 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_slurp_symbolic_header() 526 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info); in _bfd_ecoff_slurp_symbolic_info() 899 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_slurp_symbol_table() 915 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table() 917 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table() 926 HDRR *symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in _bfd_ecoff_slurp_symbol_table() 934 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table() 948 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr in _bfd_ecoff_slurp_symbol_table() [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_sections.c | 41 dwarf_get_section_max_offsets_b(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets_b() argument 56 SET(debug_info, 0); in dwarf_get_section_max_offsets_b() 73 SET(debug_info, sz); in dwarf_get_section_max_offsets_b() 102 dwarf_get_section_max_offsets(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets() argument 110 return (dwarf_get_section_max_offsets_b(dbg, debug_info, debug_abbrev, in dwarf_get_section_max_offsets()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/alpha/ |
| H A D | vms-dwarf2.S | 44 .section .debug_info,NOWRT 46 .globl $dwarf2.debug_info 47 $dwarf2.debug_info:
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
| H A D | vms-dwarf2.S | 44 .section .debug_info,NOWRT 46 .globl $dwarf2.debug_info 47 $dwarf2.debug_info:
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ecoff.c | 418 if (ecoff_data (abfd)->debug_info.symbolic_header.magic == in ecoff_slurp_symbolic_header() 447 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_slurp_symbolic_header() 489 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info); in _bfd_ecoff_slurp_symbolic_info() 844 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_slurp_symbol_table() 860 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table() 862 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table() 871 if (internal_esym.asym.iss >= ecoff_data (abfd)->debug_info.symbolic_header.issExtMax in _bfd_ecoff_slurp_symbol_table() 875 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table() 887 if (internal_esym.ifd >= ecoff_data (abfd)->debug_info.symbolic_header.ifdMax) in _bfd_ecoff_slurp_symbol_table() 890 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr in _bfd_ecoff_slurp_symbol_table() [all …]
|
| H A D | ecofflink.c | 1724 struct ecoff_debug_info * const debug_info, in mk_fdrtab() argument 1736 fdr_start = debug_info->fdr; in mk_fdrtab() 1737 fdr_end = fdr_start + debug_info->symbolic_header.ifdMax; in mk_fdrtab() 1769 sym_ptr = ((char *) debug_info->external_sym in mk_fdrtab() 1772 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss, in mk_fdrtab() 1863 struct ecoff_debug_info * const debug_info, in lookup_line() argument 1879 && !mk_fdrtab (abfd, debug_info, debug_swap, line_info)) in lookup_line() 1969 sym_ptr = ((char *) debug_info->external_sym in lookup_line() 1972 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss, in lookup_line() 2068 pdr_ptr = ((char *) debug_info->external_pdr in lookup_line() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-ecoff.c | 150 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; in ecoff_frob_file() 154 ecoff_data (stdoutput)->debug_info.alloc_syments = true; in ecoff_frob_file() 158 ecoff_data (stdoutput)->debug_info.ptr = NULL; \ in ecoff_frob_file() 161 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \ in ecoff_frob_file()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 230 const DWARFDataExtractor &debug_info, in extract() argument 237 debug_info.getInitialLength(offset_ptr, &Err); in extract() 238 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract() 240 UnitType = debug_info.getU8(offset_ptr, &Err); in extract() 241 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 242 AbbrOffset = debug_info.getRelocatedValue( in extract() 245 AbbrOffset = debug_info.getRelocatedValue( in extract() 247 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 256 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract() 257 TypeOffset = debug_info.getUnsigned( in extract() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-ecoff.c | 150 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | DWARF.sc | 25 .debug_info 0 : { *(.debug_info${RELOCATING+ .gnu.linkonce.wi.*}) }
|
| H A D | alphavms.sc | 69 \$dwarf2.debug_info = .; 70 *(debug_info)
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | DWARF.sc | 25 .debug_info 0 : { *(.debug_info${RELOCATING+ .gnu.linkonce.wi.*}) }
|
| H A D | alphavms.sc | 69 \$dwarf2.debug_info = .; 70 *(debug_info)
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/doc/ |
| H A D | debug.options.texi | 41 Displays the contents of the @samp{.debug_info} section. Note: the 51 DW_AT_dwo_name attributes in the @samp{.debug_info} section. 158 Limit the dump of the @code{.debug_info} section to @var{n} children.
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/doc/ |
| H A D | debug.options.texi | 41 Displays the contents of the @samp{.debug_info} section. Note: the 51 DW_AT_dwo_name attributes in the @samp{.debug_info} section. 158 Limit the dump of the @code{.debug_info} section to @var{n} children.
|
| /netbsd-src/sys/arch/zaurus/stand/zbsdmod/ |
| H A D | Makefile | 16 -R .debug_info \
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| H A D | trace-crash.S | 76 .section .debug_info,"",@progbits 95 .section .debug_info,"",@progbits
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| H A D | trace-crash.S | 76 .section .debug_info,"",@progbits 95 .section .debug_info,"",@progbits
|
| /netbsd-src/sys/arch/x68k/stand/boot/ |
| H A D | boot.ldscript | 57 *(.debug_info)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 16 human-readable form. Only the .debug_info section is printed unless one of 155 `.debug_info` section is shown by default. Some entries
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dwarf.h | 200 debug_info; typedef
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dwarf.h | 197 debug_info; typedef
|