Searched refs:ecoff_data (Results 1 – 8 of 8) sorted by relevance
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()[all …]
629 rptr->addend += ecoff_data (abfd)->gp; in alpha_adjust_reloc_in()658 rptr->addend = intern->r_symndx + ecoff_data (abfd)->gp; in alpha_adjust_reloc_in()669 rptr->addend = ecoff_data (abfd)->gp; in alpha_adjust_reloc_in()929 addend -= (ecoff_data (input_bfd)->gp in alpha_ecoff_get_relocated_section_contents()1351 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section; in alpha_relocate_section()1390 ecoff_data (input_bfd)->symndx_to_section = symndx_to_section; in alpha_relocate_section()1393 sym_hashes = ecoff_data (input_bfd)->sym_hashes; in alpha_relocate_section()1440 if (gp && !ecoff_data (output_bfd)->issued_multiple_gp_warning) in alpha_relocate_section()1446 ecoff_data (output_bfd)->issued_multiple_gp_warning = TRUE; in alpha_relocate_section()1555 addend = ecoff_data (input_bfd)->gp - gp; in alpha_relocate_section()[all …]
356 rptr->addend += ecoff_data (abfd)->gp; in mips_adjust_reloc_in()811 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section; in mips_relocate_section()845 ecoff_data (input_bfd)->symndx_to_section = symndx_to_section; in mips_relocate_section()848 sym_hashes = ecoff_data (input_bfd)->sym_hashes; in mips_relocate_section()960 addend = ecoff_data (input_bfd)->gp - gp; in mips_relocate_section()
1231 return ecoff_data (abfd)->gp_size; in bfd_get_gp_size()1259 ecoff_data (abfd)->gp_size = i; in bfd_set_gp_size()1277 return ecoff_data (abfd)->gp; in _bfd_get_gp_value()1295 ecoff_data (abfd)->gp = v; in _bfd_set_gp_value()
85 #define ecoff_data(abfd) ((abfd)->tdata.ecoff_obj_data) macro
3744 and line_info arguments, and use them instead of ecoff_data.3746 argument, add line_info argument. Use it instead of ecoff_data.
148 gas_assert (ecoff_data (stdoutput) != 0); in ecoff_frob_file()149 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; in ecoff_frob_file()156 ecoff_data (stdoutput)->debug_info.ptr = NULL; \ in ecoff_frob_file()159 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \ in ecoff_frob_file()
7179 * config/obj-ecoff.c (ecoff_frob_file): Ensure that ecoff_data for