Lines Matching refs:ecoff_data

109   ecoff = ecoff_data (abfd);  in _bfd_ecoff_mkobject_hook()
435 if (ecoff_data (abfd)->debug_info.symbolic_header.magic == in ecoff_slurp_symbolic_header()
440 if (ecoff_data (abfd)->sym_filepos == 0) in ecoff_slurp_symbolic_header()
462 if (bfd_seek (abfd, ecoff_data (abfd)->sym_filepos, SEEK_SET) != 0 in ecoff_slurp_symbolic_header()
465 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_slurp_symbolic_header()
509 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info); in _bfd_ecoff_slurp_symbolic_info()
513 if (ecoff_data (abfd)->raw_syments != NULL) in _bfd_ecoff_slurp_symbolic_info()
515 if (ecoff_data (abfd)->sym_filepos == 0) in _bfd_ecoff_slurp_symbolic_info()
527 raw_base = (ecoff_data (abfd)->sym_filepos in _bfd_ecoff_slurp_symbolic_info()
561 ecoff_data (abfd)->sym_filepos = 0; in _bfd_ecoff_slurp_symbolic_info()
568 pos = ecoff_data (abfd)->sym_filepos; in _bfd_ecoff_slurp_symbolic_info()
577 ecoff_data (abfd)->raw_syments = raw; in _bfd_ecoff_slurp_symbolic_info()
770 if (asym->value > ecoff_data (abfd)->gp_size) in ecoff_set_symbol_info()
868 if (ecoff_data (abfd)->canonical_symbols != NULL) in _bfd_ecoff_slurp_symbol_table()
873 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_slurp_symbol_table()
884 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table()
886 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table()
895 if (internal_esym.asym.iss >= ecoff_data (abfd)->debug_info.symbolic_header.issExtMax in _bfd_ecoff_slurp_symbol_table()
899 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table()
911 if (internal_esym.ifd >= ecoff_data (abfd)->debug_info.symbolic_header.ifdMax) in _bfd_ecoff_slurp_symbol_table()
914 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr in _bfd_ecoff_slurp_symbol_table()
925 fdr_ptr = ecoff_data (abfd)->debug_info.fdr; in _bfd_ecoff_slurp_symbol_table()
926 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax; in _bfd_ecoff_slurp_symbol_table()
932 lraw_src = ((char *) ecoff_data (abfd)->debug_info.external_sym in _bfd_ecoff_slurp_symbol_table()
942 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ss in _bfd_ecoff_slurp_symbol_table()
964 abfd, ecoff_data (abfd)->debug_info.symbolic_header.isymMax, in _bfd_ecoff_slurp_symbol_table()
965 ecoff_data (abfd)->debug_info.symbolic_header.ifdMax); in _bfd_ecoff_slurp_symbol_table()
968 ecoff_data (abfd)->canonical_symbols = internal; in _bfd_ecoff_slurp_symbol_table()
979 &ecoff_data (abfd)->debug_info)) in _bfd_ecoff_get_symtab_upper_bound()
1002 symbase = ecoff_data (abfd)->canonical_symbols; in _bfd_ecoff_canonicalize_symtab()
1028 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; in ecoff_emit_aggregate()
1101 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase; in ecoff_type_to_string()
1449 - (char *) ecoff_data (abfd)->debug_info.external_sym) in _bfd_ecoff_print_symbol()
1451 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax); in _bfd_ecoff_print_symbol()
1462 - (char *) ecoff_data (abfd)->debug_info.external_ext) in _bfd_ecoff_print_symbol()
1497 ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in _bfd_ecoff_print_symbol()
1501 aux_base = (ecoff_data (abfd)->debug_info.external_aux in _bfd_ecoff_print_symbol()
1549 + (ecoff_data (abfd) in _bfd_ecoff_print_symbol()
1630 < (ecoff_data (abfd) in ecoff_slurp_reloc_table()
1744 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; in _bfd_ecoff_find_nearest_line()
1752 if (ecoff_data (abfd)->find_line_info == NULL) in _bfd_ecoff_find_nearest_line()
1756 ecoff_data (abfd)->find_line_info = in _bfd_ecoff_find_nearest_line()
1758 if (ecoff_data (abfd)->find_line_info == NULL) in _bfd_ecoff_find_nearest_line()
1764 line_info = ecoff_data (abfd)->find_line_info; in _bfd_ecoff_find_nearest_line()
1786 struct ecoff_debug_info *iinfo = &ecoff_data (ibfd)->debug_info; in _bfd_ecoff_bfd_copy_private_bfd_data()
1787 struct ecoff_debug_info *oinfo = &ecoff_data (obfd)->debug_info; in _bfd_ecoff_bfd_copy_private_bfd_data()
1800 ecoff_data (obfd)->gp = ecoff_data (ibfd)->gp; in _bfd_ecoff_bfd_copy_private_bfd_data()
1801 ecoff_data (obfd)->gprmask = ecoff_data (ibfd)->gprmask; in _bfd_ecoff_bfd_copy_private_bfd_data()
1802 ecoff_data (obfd)->fprmask = ecoff_data (ibfd)->fprmask; in _bfd_ecoff_bfd_copy_private_bfd_data()
1804 ecoff_data (obfd)->cprmask[i] = ecoff_data (ibfd)->cprmask[i]; in _bfd_ecoff_bfd_copy_private_bfd_data()
2015 ecoff_data (abfd)->rdata_in_text = rdata_in_text; in ecoff_compute_section_file_positions()
2106 ecoff_data (abfd)->reloc_filepos = file_sofar; in ecoff_compute_section_file_positions()
2132 reloc_base = ecoff_data (abfd)->reloc_filepos; in ecoff_compute_reloc_file_positions()
2152 sym_base = ecoff_data (abfd)->reloc_filepos + reloc_size; in ecoff_compute_reloc_file_positions()
2162 ecoff_data (abfd)->sym_filepos = sym_base; in ecoff_compute_reloc_file_positions()
2225 return ecoff_data (abfd)->gp; in bfd_ecoff_get_gp_value()
2241 ecoff_data (abfd)->gp = gp_value; in bfd_ecoff_set_gp_value()
2264 tdata = ecoff_data (abfd); in bfd_ecoff_set_regmasks()
2332 input_debug = &ecoff_data (input_bfd)->debug_info; in ecoff_get_extr()
2367 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info; in _bfd_ecoff_write_object_contents()
2487 && ecoff_data (abfd)->rdata_in_text) in _bfd_ecoff_write_object_contents()
2549 internal_f.f_symptr = ecoff_data (abfd)->sym_filepos; in _bfd_ecoff_write_object_contents()
2612 internal_a.gp_value = ecoff_data (abfd)->gp; in _bfd_ecoff_write_object_contents()
2614 internal_a.gprmask = ecoff_data (abfd)->gprmask; in _bfd_ecoff_write_object_contents()
2615 internal_a.fprmask = ecoff_data (abfd)->fprmask; in _bfd_ecoff_write_object_contents()
2617 internal_a.cprmask[i] = ecoff_data (abfd)->cprmask[i]; in _bfd_ecoff_write_object_contents()
2642 if (! ecoff_data (abfd)->linker) in _bfd_ecoff_write_object_contents()
2763 ecoff_data (abfd)->sym_filepos)) in _bfd_ecoff_write_object_contents()
2778 if (bfd_seek (abfd, (file_ptr) ecoff_data (abfd)->sym_filepos - 1, in _bfd_ecoff_write_object_contents()
2783 if (bfd_seek (abfd, (file_ptr) ecoff_data (abfd)->sym_filepos - 1, in _bfd_ecoff_write_object_contents()
3287 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in ecoff_link_add_externals()
3294 ecoff_data (abfd)->sym_hashes = (struct ecoff_link_hash_entry **) sym_hash; in ecoff_link_add_externals()
3381 if (value > ecoff_data (abfd)->gp_size) in ecoff_link_add_externals()
3492 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_link_add_object_symbols()
3748 struct ecoff_debug_info * const debug = &ecoff_data (input_bfd)->debug_info; in ecoff_final_link_debug_accumulate()
3776 if (ecoff_data (input_bfd)->raw_syments == NULL) in ecoff_final_link_debug_accumulate()
3795 (handle, output_bfd, &ecoff_data (output_bfd)->debug_info, in ecoff_final_link_debug_accumulate()
3800 if (ecoff_data (input_bfd)->raw_syments == NULL) in ecoff_final_link_debug_accumulate()
4222 debug = &ecoff_data (h->abfd)->debug_info; in ecoff_link_write_external()
4267 h->indx = ecoff_data (output_bfd)->debug_info.symbolic_header.iextMax; in ecoff_link_write_external()
4271 (output_bfd, &ecoff_data (output_bfd)->debug_info, in ecoff_link_write_external()
4285 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info; in _bfd_ecoff_bfd_final_link()
4341 = ecoff_data (input_bfd)->debug_info.symbolic_header.vstamp; in _bfd_ecoff_bfd_final_link()
4353 ecoff_data (abfd)->gprmask |= ecoff_data (input_bfd)->gprmask; in _bfd_ecoff_bfd_final_link()
4354 ecoff_data (abfd)->fprmask |= ecoff_data (input_bfd)->fprmask; in _bfd_ecoff_bfd_final_link()
4355 ecoff_data (abfd)->cprmask[0] |= ecoff_data (input_bfd)->cprmask[0]; in _bfd_ecoff_bfd_final_link()
4356 ecoff_data (abfd)->cprmask[1] |= ecoff_data (input_bfd)->cprmask[1]; in _bfd_ecoff_bfd_final_link()
4357 ecoff_data (abfd)->cprmask[2] |= ecoff_data (input_bfd)->cprmask[2]; in _bfd_ecoff_bfd_final_link()
4358 ecoff_data (abfd)->cprmask[3] |= ecoff_data (input_bfd)->cprmask[3]; in _bfd_ecoff_bfd_final_link()
4391 ecoff_data (abfd)->sym_filepos)) in _bfd_ecoff_bfd_final_link()
4406 if (ecoff_data (abfd)->gp == 0) in _bfd_ecoff_bfd_final_link()
4413 ecoff_data (abfd)->gp = (h->u.def.value in _bfd_ecoff_bfd_final_link()
4432 ecoff_data (abfd)->gp = lo + 0x8000; in _bfd_ecoff_bfd_final_link()
4471 ecoff_data (abfd)->linker = TRUE; in _bfd_ecoff_bfd_final_link()