Lines Matching refs:stdoutput
83 for (sec = stdoutput->sections; sec != NULL; sec = sec->next) in ecoff_frob_file_before_fix()
89 bfd_section_list_remove (stdoutput, sec); in ecoff_frob_file_before_fix()
106 bfd_section_list_prepend (stdoutput, secs[i]); in ecoff_frob_file_before_fix()
124 if (! bfd_ecoff_set_gp_value (stdoutput, alpha_gp_value)) in ecoff_frob_file_before_fix()
131 if (! bfd_ecoff_set_regmasks (stdoutput, gprmask, fprmask, cprmask)) in ecoff_frob_file_before_fix()
142 = &ecoff_backend (stdoutput)->debug_swap; in ecoff_frob_file()
149 gas_assert (ecoff_data (stdoutput) != 0); in ecoff_frob_file()
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()
187 = &ecoff_backend (stdoutput)->debug_swap; in obj_ecoff_set_ext()
195 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native); in obj_ecoff_set_ext()