HomeSort by relevance Sort by last modified time
    Searched refs:stdoutput (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/
output-file.c 28 bfd *stdoutput; variable
36 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT)))
46 bfd_set_format (stdoutput, bfd_object);
47 bfd_set_arch_mach (stdoutput, TARGET_ARCH, TARGET_MACH);
49 stdoutput->flags |= BFD_TRADITIONAL_FORMAT;
57 if (stdoutput == NULL)
64 res = bfd_close (stdoutput);
68 stdoutput = NULL;
subsegs.c 70 bfd_set_section_userdata (stdoutput, seg, seginfo);
153 ? bfd_get_section_name (stdoutput, now_seg)
163 secptr = bfd_make_section_old_way (stdoutput, segname);
165 secptr = bfd_make_section_anyway (stdoutput, segname);
173 bfd_set_section_userdata (stdoutput, secptr, seginfo);
266 return (bfd_get_section_flags (stdoutput, sec) & SEC_CODE) != 0;
304 for (s = stdoutput->sections; s; s = s->next)
subsegs.h 115 ((segment_info_type *) bfd_get_section_userdata (stdoutput, sec))
write.c 362 if (align > bfd_get_section_alignment (stdoutput, seg))
363 bfd_set_section_alignment (stdoutput, seg, align);
372 return bfd_get_section_alignment (stdoutput, seg);
486 md_convert_frag (stdoutput, sec, fragP);
663 addr_mask <<= bfd_arch_bits_per_address (stdoutput) - 1;
1155 s = bfd_install_relocation (stdoutput, reloc,
    [all...]
debug.c 31 for (s = stdoutput->sections; s; s = s->next)
as.h 183 extern bfd *stdoutput;
233 #define segment_name(SEG) bfd_get_section_name (stdoutput, SEG)
  /toolchain/binutils/binutils-2.27/gas/config/
te-solaris.h 39 (bfd_get_arch_size (stdoutput) == 64 ? SEC_READONLY : SEC_NO_FLAGS)
obj-ecoff.c 82 for (sec = stdoutput->sections; sec != NULL; sec = sec->next)
88 bfd_section_list_remove (stdoutput, sec);
93 bfd_set_section_vma (stdoutput, sec, addr);
94 addr += bfd_section_size (stdoutput, sec);
100 bfd_set_section_vma (stdoutput, secs[i], addr);
101 addr += bfd_section_size (stdoutput, secs[i]);
105 bfd_section_list_prepend (stdoutput, secs[i]);
123 if (! bfd_ecoff_set_gp_value (stdoutput, alpha_gp_value))
130 if (! bfd_ecoff_set_regmasks (stdoutput, gprmask, fprmask, cprmask))
141 = &ecoff_backend (stdoutput)->debug_swap
    [all...]
obj-som.c 108 if (! bfd_som_attach_compilation_unit (stdoutput, filename, language_name,
111 bfd_perror (stdoutput->filename);
112 as_fatal (_("FATAL: Attaching compiler header %s"), stdoutput->filename);
150 if (!bfd_som_attach_aux_hdr (stdoutput, VERSION_AUX_ID, version))
152 stdoutput->filename, bfd_errmsg (bfd_get_error ()));
192 if (!bfd_som_attach_aux_hdr (stdoutput, COPYRIGHT_AUX_ID, copyright))
194 stdoutput->filename, bfd_errmsg (bfd_get_error ()));
218 space = bfd_make_section_old_way (stdoutput, "$GDB_DEBUG$");
227 bfd_set_section_alignment (stdoutput, space, 2);
234 bfd_set_section_alignment (stdoutput, seg, 2)
    [all...]
obj-aout.c 124 if (bfd_section_size (stdoutput, text_section) != 0)
125 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0,
127 else if (bfd_section_size (stdoutput, data_section) != 0)
128 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0,
tc-xc16x.c 77 if (stdoutput != NULL)
78 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16xl))
85 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16xs))
92 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16x))
237 int align = bfd_get_section_alignment (stdoutput, segment);
311 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
obj-elf.c 203 s = bfd_get_section_by_name (stdoutput, TEXT_SECTION_NAME);
205 s = bfd_get_section_by_name (stdoutput, DATA_SECTION_NAME);
207 s = bfd_get_section_by_name (stdoutput, BSS_SECTION_NAME);
584 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section,
594 bed = get_elf_backend_data (stdoutput);
595 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
725 bfd_set_section_flags (stdoutput, sec, flags);
    [all...]
obj-macho.c 182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname);
230 oldflags = bfd_get_section_flags (stdoutput, sec);
248 if (! bfd_set_section_flags (stdoutput, sec, flags))
250 bfd_section_name (stdoutput, sec),
337 sectype = bfd_mach_o_get_section_type_from_name (stdoutput, p);
501 size &= ((offsetT) 2 << (stdoutput->arch_info->bits_per_address - 1)) - 1;
602 xlat = bfd_mach_o_section_data_for_bfd_name (stdoutput, nam, &segn);
611 sec = bfd_get_section_by_name (stdoutput, nam);
965 if (!bfd_set_private_flags (stdoutput,
    [all...]
obj-coff-seh.c 52 name = bfd_get_section_name (stdoutput, seg);
99 flags = bfd_get_section_flags (stdoutput, cseg)
108 if (!bfd_set_section_flags (stdoutput, r, flags))
165 cseg_name = bfd_get_section_name (stdoutput, seh_ctx_cur->code_seg);
166 nseg_name = bfd_get_section_name (stdoutput, now_seg);
204 if (!stdoutput)
206 switch (bfd_get_arch (stdoutput))
213 switch (bfd_get_mach (stdoutput))
tc-xtensa.h 353 #define tc_init_after_args() xtensa_file_arch_init (stdoutput)
379 bfd_map_over_sections (stdoutput, renumber_sections, &i); \
tc-or1k.c 168 int align = bfd_get_section_alignment (stdoutput, segment);
343 reloc->howto = bfd_reloc_type_lookup (stdoutput, code);
384 elf_elfheader (stdoutput)->e_flags |= EF_OR1K_NODELAY;
obj-coff.c 211 oldflags = bfd_get_section_flags (stdoutput, sec);
214 if (!bfd_set_section_flags (stdoutput, sec,
217 bfd_section_name (stdoutput, sec),
254 s = bfd_make_debug_symbol (stdoutput, NULL, 0);
565 bfd_set_section_flags (stdoutput, sec,
567 & bfd_applicable_section_flags (stdoutput)));
785 || (streq (bfd_get_section_name (stdoutput,
    [all...]
tc-rx.c 484 if ((sec = bfd_get_section_by_name (stdoutput, name)) == NULL)
509 bfd_set_section_alignment (stdoutput, now_seg, align);
1265 int align = bfd_get_section_alignment (stdoutput, segment);
    [all...]
tc-hppa.c     [all...]
tc-mt.c 179 bfd_set_private_flags (stdoutput, mt_flags);
182 bfd_default_set_arch_mach (stdoutput, bfd_arch_mt, mt_mach);
336 int align = bfd_get_section_alignment (stdoutput, segment);
tc-pj.c 218 bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
487 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
495 rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
tc-mmix.h 199 bfd_map_over_sections (stdoutput, renumber_sections, &i); \
tc-ppc.c     [all...]
tc-ip2k.c 165 bfd_default_set_arch_mach (stdoutput, bfd_arch_ip2k, ip2k_mach);
217 int align = bfd_get_section_alignment (stdoutput, segment);
tc-lm32.c 196 if (! bfd_set_arch_mach (stdoutput, bfd_arch_lm32, bfd_mach_lm32))
280 int align = bfd_get_section_alignment (stdoutput, seg);

Completed in 498 milliseconds

1 2 3 4