Lines Matching refs:stdoutput
416 if ((unsigned int) align > bfd_get_section_alignment (stdoutput, seg)) in record_alignment()
417 bfd_set_section_alignment (stdoutput, seg, align); in record_alignment()
430 return bfd_get_section_alignment (stdoutput, seg); in get_recorded_alignment()
581 md_convert_frag (stdoutput, sec, fragP); in cvt_frag_to_fill()
954 s = bfd_install_relocation (stdoutput, reloc, in write_relocs()
1026 s = bfd_install_relocation (stdoutput, reloc[j], in write_relocs()
1055 sympp = bfd_get_outsymbols (stdoutput); in write_relocs()
1056 nsyms = bfd_get_symcount (stdoutput); in write_relocs()
1070 bfd_set_reloc (stdoutput, sec, relocs, n); in write_relocs()
1123 x = bfd_set_section_contents (stdoutput, sec, in write_contents()
1128 bfd_perror (stdoutput->filename); in write_contents()
1129 as_perror (_("FATAL: Can't write %s"), stdoutput->filename); in write_contents()
1146 x = bfd_set_section_contents (stdoutput, sec, in write_contents()
1152 bfd_perror (stdoutput->filename); in write_contents()
1154 stdoutput->filename); in write_contents()
1182 (stdoutput, sec, buf, (file_ptr) offset, in write_contents()
1333 asympp = (asymbol **) bfd_alloc (stdoutput, amt); in set_symtab()
1343 result = bfd_set_symtab (stdoutput, asympp, nsyms); in set_symtab()
1471 seclist = &stdoutput->sections; in write_object_file()
1476 bfd_section_list_remove (stdoutput, seclist); in write_object_file()
1477 stdoutput->section_count--; in write_object_file()
1483 bfd_map_over_sections (stdoutput, renumber_sections, &i); in write_object_file()
1486 bfd_map_over_sections (stdoutput, chain_frchains_together, (char *) 0); in write_object_file()
1529 bfd_map_over_sections (stdoutput, relax_seg, &changed); in write_object_file()
1543 bfd_map_over_sections (stdoutput, size_seg, (char *) 0); in write_object_file()
1834 bfd_seek (stdoutput, (file_ptr) 0, 0); in write_object_file()
1835 bfd_bwrite (the_object_file, (bfd_size_type) object_file_size, stdoutput); in write_object_file()
1872 bfd_map_over_sections (stdoutput, adjust_reloc_syms, (char *) 0); in write_object_file()
1881 bfd_map_over_sections (stdoutput, fix_segment, (char *) 0); in write_object_file()
2010 bfd_map_over_sections (stdoutput, write_relocs, (char *) 0); in write_object_file()
2019 bfd_map_over_sections (stdoutput, write_contents, (char *) 0); in write_object_file()