Home | History | Annotate | Download | only in gas

Lines Matching refs:stdoutput

363   if ((unsigned int) align > bfd_get_section_alignment (stdoutput, seg))
364 bfd_set_section_alignment (stdoutput, seg, align);
373 return bfd_get_section_alignment (stdoutput, seg);
487 md_convert_frag (stdoutput, sec, fragP);
659 addr_mask <<= bfd_arch_bits_per_address (stdoutput) - 1;
1151 s = bfd_install_relocation (stdoutput, reloc,
1306 sympp = bfd_get_outsymbols (stdoutput);
1307 nsyms = bfd_get_symcount (stdoutput);
1325 bfd_set_reloc (stdoutput, sec, relocs, n);
1417 section_name = bfd_get_section_name (stdoutput, sec);
1535 bfd_section_name (stdoutput, sec) = compressed_name;
1564 x = bfd_set_section_contents (stdoutput, sec,
1568 as_fatal (_("can't write %s: %s"), stdoutput->filename,
1584 x = bfd_set_section_contents (stdoutput, sec,
1589 as_fatal (_("can't write %s: %s"), stdoutput->filename,
1616 (stdoutput, sec, buf, (file_ptr) offset,
1620 stdoutput->filename,
1659 asympp = (asymbol **) bfd_alloc (stdoutput, amt);
1673 result = bfd_set_symtab (stdoutput, asympp, nsyms);
1756 for (s = stdoutput->sections; s; s = s->next)
1769 size = bfd_elf_obj_attr_size (stdoutput);
1772 name = get_elf_backend_data (stdoutput)->obj_attrs_section;
1777 = get_elf_backend_data (stdoutput)->obj_attrs_section_type;
1778 bfd_set_section_flags (stdoutput, s, SEC_READONLY | SEC_DATA);
1781 bfd_elf_set_obj_attr_contents (stdoutput, (bfd_byte *)p, size);
1785 size_seg (stdoutput, s, NULL);
1817 bfd_section_list_remove (stdoutput, reg_section);
1818 bfd_section_list_remove (stdoutput, expr_section);
1819 stdoutput->section_count -= 2;
1821 bfd_map_over_sections (stdoutput, renumber_sections, &i);
1824 bfd_map_over_sections (stdoutput, chain_frchains_together, (char *) 0);
1858 bfd_map_over_sections (stdoutput, relax_seg, &rsi);
1873 bfd_map_over_sections (stdoutput, size_seg, (char *) 0);
2007 bfd_map_over_sections (stdoutput, adjust_reloc_syms, (char *) 0);
2016 bfd_map_over_sections (stdoutput, fix_segment, (char *) 0);
2175 bfd_map_over_sections (stdoutput, write_relocs, (char *) 0);
2189 bfd_map_over_sections (stdoutput, compress_debug, (char *) 0);
2191 bfd_map_over_sections (stdoutput, write_contents, (char *) 0);