/toolchain/binutils/binutils-2.25/gas/config/ |
tc-microblaze.c | [all...] |
tc-i370.c | 501 bfd_set_private_flags (stdoutput, i370_flags); 685 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); [all...] |
tc-alpha.c | 786 bfd_map_over_sections (stdoutput, alpha_adjust_relocs, NULL); [all...] |
tc-tic54x.c | [all...] |
tc-mips.c | [all...] |
tc-xtensa.c | [all...] |
tc-dlx.c | 243 leading_char = bfd_get_symbol_leading_char (stdoutput); 1193 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
|
tc-msp430.c | 691 bfd_set_arch_mach (stdoutput, TARGET_ARCH, 1003 bfd_set_arch_mach (stdoutput, TARGET_ARCH, [all...] |
tc-v850.c | 231 bfd_set_section_flags (stdoutput, seg->s, seg->flags); 356 applicable = bfd_applicable_section_flags (stdoutput); 523 bfd_set_arch_mach (stdoutput, v850_target_arch, machine); [all...] |
tc-avr.c | 543 bfd_set_arch_mach (stdoutput, TARGET_ARCH, avr_mcu->mach); 654 bfd_set_arch_mach (stdoutput, TARGET_ARCH, avr_mcu->mach); [all...] |
tc-xstormy16.c | 282 int align = bfd_get_section_alignment (stdoutput, segment);
|
tc-mn10200.c | 684 int align = bfd_get_section_alignment (stdoutput, seg); 781 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); 1257 reloc_howto = bfd_reloc_type_lookup (stdoutput,
|
tc-score.c | [all...] |
tc-score7.c | [all...] |
tc-tic4x.c | 1010 if (bfd_get_section_flags (stdoutput, seg) == SEC_NO_FLAGS) 1012 if (!bfd_set_section_flags (stdoutput, seg, SEC_DATA)) [all...] |
tc-nds32.c | [all...] |
tc-sh.c | [all...] |
tc-nios2.c | 1041 opcode = nios2_find_opcode_hash (value, bfd_get_mach (stdoutput)); [all...] |
tc-spu.c | 877 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); 894 int align = bfd_get_section_alignment (stdoutput, seg);
|
tc-tic6x.c | 760 bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0); 786 applicable = bfd_applicable_section_flags (stdoutput); 787 bfd_set_section_flags (stdoutput, sbss_section, applicable & SEC_ALLOC); 1007 elf32_tic6x_set_use_rela_p (stdoutput, tic6x_generate_rela); [all...] |
tc-ia64.c | 1125 size &= ((offsetT) 2 << (stdoutput->arch_info->bits_per_address - 1)) - 1; 1165 cur_size = bfd_section_size (stdoutput, now_seg); 1172 bfd_section_size (stdoutput, now_seg) = size; [all...] |
tc-d30v.c | 305 int align = bfd_get_section_alignment (stdoutput, seg); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | [all...] |
read.c | 288 int n = (stdoutput->arch_info->bits_per_address - 1) / 8; [all...] |
symbols.c | 145 symbolP->bsym = bfd_make_empty_symbol (stdoutput); 275 && !bfd_is_local_label_name (stdoutput, sym_name)) 444 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) 523 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) [all...] |