/toolchain/binutils/binutils-2.25/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))
|
debug.c | 31 for (s = stdoutput->sections; s; s = s->next)
|
write.c | 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, [all...] |
as.c | 1078 applicable = bfd_applicable_section_flags (stdoutput); 1079 bfd_set_section_flags (stdoutput, text_section, 1082 bfd_set_section_flags (stdoutput, data_section, 1085 bfd_set_section_flags (stdoutput, bss_section, applicable & SEC_ALLOC); [all...] |
as.h | 198 extern bfd *stdoutput; 248 #define segment_name(SEG) bfd_get_section_name (stdoutput, SEG)
|
/toolchain/binutils/binutils-2.25/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 ())); 217 space = bfd_make_section_old_way (stdoutput, "$GDB_DEBUG$"); 226 bfd_set_section_alignment (stdoutput, space, 2); 233 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); 582 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, 592 bed = get_elf_backend_data (stdoutput); 593 ssect = (*bed->get_sec_type_attr) (stdoutput, sec); 719 bfd_set_section_flags (stdoutput, sec, flags); [all...] |
obj-macho.c | 182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname); 239 oldflags = bfd_get_section_flags (stdoutput, sec); 257 if (! bfd_set_section_flags (stdoutput, sec, flags)) 259 bfd_section_name (stdoutput, sec), 346 sectype = bfd_mach_o_get_section_type_from_name (stdoutput, p); 511 size &= ((offsetT) 2 << (stdoutput->arch_info->bits_per_address - 1)) - 1; 612 xlat = bfd_mach_o_section_data_for_bfd_name (stdoutput, nam, &segn); 621 sec = bfd_get_section_by_name (stdoutput, nam); 975 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 | 352 #define tc_init_after_args() xtensa_file_arch_init (stdoutput) 378 bfd_map_over_sections (stdoutput, renumber_sections, &i); \
|
tc-or1k.c | 168 int align = bfd_get_section_alignment (stdoutput, segment); 316 reloc->howto = bfd_reloc_type_lookup (stdoutput, fx->fx_r_type); 352 elf_elfheader (stdoutput)->e_flags |= EF_OR1K_NODELAY;
|
obj-coff.c | 214 oldflags = bfd_get_section_flags (stdoutput, sec); 217 if (!bfd_set_section_flags (stdoutput, sec, 220 bfd_section_name (stdoutput, sec), 257 s = bfd_make_debug_symbol (stdoutput, NULL, 0); 567 bfd_set_section_flags (stdoutput, sec, 569 & bfd_applicable_section_flags (stdoutput))); 791 || (streq (bfd_get_section_name (stdoutput, [all...] |
tc-rx.c | 460 if ((sec = bfd_get_section_by_name (stdoutput, name)) == NULL) 485 bfd_set_section_alignment (stdoutput, now_seg, align); 1237 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); 483 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type); 491 rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
|
tc-mmix.h | 205 bfd_map_over_sections (stdoutput, renumber_sections, &i); \
|
tc-ip2k.c | 182 bfd_default_set_arch_mach (stdoutput, bfd_arch_ip2k, ip2k_mach); 234 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);
|