Home
last modified time | relevance | path

Searched refs:symbolic_header (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gcc/
HDmips-tfile.c1489 static HDRR symbolic_header; /* symbolic header */ variable
3792 file_offset = sizeof (symbolic_header) + orig_file_header.f_symptr; in update_headers()
3793 symbolic_header.magic = orig_sym_hdr.magic; in update_headers()
3794 symbolic_header.vstamp = orig_sym_hdr.vstamp; in update_headers()
3797 symbolic_header.issExtMax = ext_strings.num_allocated; in update_headers()
3798 symbolic_header.idnMax = dense_num.num_allocated; in update_headers()
3799 symbolic_header.ifdMax = file_desc.num_allocated; in update_headers()
3800 symbolic_header.iextMax = ext_symbols.num_allocated; in update_headers()
3801 symbolic_header.ilineMax = orig_sym_hdr.ilineMax; in update_headers()
3802 symbolic_header.ioptMax = orig_sym_hdr.ioptMax; in update_headers()
[all …]
/trueos/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()
518 internal_symhdr = &debug->symbolic_header; in _bfd_ecoff_slurp_symbolic_info()
880 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax 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()
1041 + debug_info->symbolic_header.iextMax)); in ecoff_emit_aggregate()
1417 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax); in _bfd_ecoff_print_symbol()
1463 ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in _bfd_ecoff_print_symbol()
1516 ->debug_info.symbolic_header.iextMax))); in _bfd_ecoff_print_symbol()
1597 ->debug_info.symbolic_header.iextMax))); in ecoff_slurp_reloc_table()
[all …]
HDecofflink.c536 output_debug->symbolic_header.issMax = 1;
608 HDRR * const output_symhdr = &output_debug->symbolic_header;
609 HDRR * const input_symhdr = &input_debug->symbolic_header;
1081 symhdr = &debug->symbolic_header;
1131 HDRR *output_symhdr = &output_debug->symbolic_header;
1252 HDRR * const symhdr = &debug->symbolic_header;
1322 HDRR * const symhdr = &debug->symbolic_header;
1371 HDRR * const symhdr = &debug->symbolic_header;
1438 tot += debug->symbolic_header.count * size
1468 HDRR * const symhdr = &debug->symbolic_header;
[all …]
HDelf64-alpha.c1343 symhdr = &debug->symbolic_header; in elf64_alpha_read_ecoff_info()
1479 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); in elf64_alpha_find_nearest_line()
1490 + fi->d.symbolic_header.ifdMax * external_fdr_size); in elf64_alpha_find_nearest_line()
4934 HDRR *symhdr = &debug.symbolic_header; in elf64_alpha_final_link()
5077 + (input_debug.symbolic_header.iextMax in elf64_alpha_final_link()
5102 < input_debug.symbolic_header.ifdMax); in elf64_alpha_final_link()
HDelfxx-mips.c885 symhdr = &debug->symbolic_header; in _bfd_mips_elf_read_ecoff_info()
976 HDRR *hdr = &debug->symbolic_header; in mips_elf_create_procedure_table()
9897 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); in _bfd_mips_elf_find_nearest_line()
9908 + fi->d.symbolic_header.ifdMax * external_fdr_size); in _bfd_mips_elf_find_nearest_line()
10232 HDRR *symhdr = &debug.symbolic_header; in _bfd_mips_elf_final_link()
10507 + (input_debug.symbolic_header.iextMax in _bfd_mips_elf_final_link()
10532 < input_debug.symbolic_header.ifdMax); in _bfd_mips_elf_final_link()
/trueos/contrib/binutils/gas/config/
HDobj-ecoff.c150 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; in ecoff_frob_file()
HDobj-elf.c2066 ecoff_build_debug (&debug.symbolic_header, &buf, debug_swap); in elf_frob_file_after_relocs()
2070 debug.ptr = (type) (buf + debug.symbolic_header.offset) in elf_frob_file_after_relocs()
/trueos/contrib/binutils/include/coff/
HDecoff.h289 HDRR symbolic_header; member
/trueos/contrib/gdb/gdb/
HDmdebugread.c431 (info->symbolic_header.ifdMax in mdebug_build_psymtabs()
435 + info->symbolic_header.ifdMax * swap->external_fdr_size); in mdebug_build_psymtabs()
2225 HDRR *hdr = &debug_info->symbolic_header; in parse_partial_symbols()