Lines Matching refs:stdoutput
585 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section_by_match, in change_section()
595 bed = get_elf_backend_data (stdoutput); in change_section()
596 ssect = (*bed->get_sec_type_attr) (stdoutput, sec); in change_section()
648 if (elf_tdata (stdoutput)->has_gnu_osabi) in change_section()
915 get_elf_backend_data (stdoutput); in obj_elf_parse_section_letters()
1486 bed = get_elf_backend_data (stdoutput); in obj_elf_section()
1496 elf_tdata (stdoutput)->has_gnu_osabi |= elf_gnu_osabi_mbind; in obj_elf_section()
1498 elf_tdata (stdoutput)->has_gnu_osabi |= elf_gnu_osabi_retain; in obj_elf_section()
2080 type = _bfd_elf_obj_attrs_arg_type (stdoutput, vendor, tag); in obj_elf_vendor_attribute()
2117 ok = bfd_elf_add_obj_attr_int_string (stdoutput, vendor, tag, i, s); in obj_elf_vendor_attribute()
2120 ok = bfd_elf_add_obj_attr_string (stdoutput, vendor, tag, s); in obj_elf_vendor_attribute()
2123 ok = bfd_elf_add_obj_attr_int (stdoutput, vendor, tag, i); in obj_elf_vendor_attribute()
2440 bed = get_elf_backend_data (stdoutput); in obj_elf_type()
2452 elf_tdata (stdoutput)->has_gnu_osabi |= elf_gnu_osabi_ifunc; in obj_elf_type()
2459 bed = get_elf_backend_data (stdoutput); in obj_elf_type()
2464 elf_tdata (stdoutput)->has_gnu_osabi |= elf_gnu_osabi_unique; in obj_elf_type()
2902 bfd_map_over_sections (stdoutput, build_additional_section_info, in elf_adjust_symtab()
2971 bfd_map_over_sections (stdoutput, adjust_stab_sections, NULL); in elf_frob_file()
3085 = get_elf_backend_data (stdoutput)->elf_backend_ecoff_debug_swap; in elf_frob_file_after_relocs()
3110 if (! bfd_ecoff_debug_externals (stdoutput, &debug, debug_swap, true, in elf_frob_file_after_relocs()
3115 sec = bfd_get_section_by_name (stdoutput, ".mdebug"); in elf_frob_file_after_relocs()
3118 know (!stdoutput->output_has_begun); in elf_frob_file_after_relocs()
3124 bfd_set_section_size (sec, bfd_ecoff_debug_size (stdoutput, &debug, in elf_frob_file_after_relocs()
3131 if (! bfd_set_section_contents (stdoutput, sec, buf, 0, 0)) in elf_frob_file_after_relocs()
3135 know (stdoutput->output_has_begun); in elf_frob_file_after_relocs()
3138 if (! bfd_ecoff_write_debug (stdoutput, &debug, debug_swap, in elf_frob_file_after_relocs()
3195 s = bfd_get_section_by_name (stdoutput, TEXT_SECTION_NAME); in elf_begin()
3197 s = bfd_get_section_by_name (stdoutput, DATA_SECTION_NAME); in elf_begin()
3199 s = bfd_get_section_by_name (stdoutput, BSS_SECTION_NAME); in elf_begin()