Home
last modified time | relevance | path

Searched refs:pc_relative (Results 1 – 25 of 90) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-i386.c119 if (howto->pc_relative && howto->pcrel_offset) in coff_i386_reloc()
189 return ! howto->pc_relative && howto->type != R_IMAGEBASE in in_reloc_p()
392 && howto_table[reloc.r_type].pc_relative) \
457 if (howto->pc_relative) in coff_i386_rtype_to_howto()
491 if (howto->pc_relative) in coff_i386_rtype_to_howto()
Dcoff-x86_64.c118 if(howto->pc_relative && howto->pcrel_offset) in coff_amd64_reloc()
195 return ! howto->pc_relative && howto->type != R_AMD64_IMAGEBASE in in_reloc_p()
502 && howto_table[reloc.r_type].pc_relative) \
569 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
602 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
Dpe-mips.c148 return ! howto->pc_relative && howto->type != MIPS_R_RVA; in in_reloc_p()
385 && howto_table[reloc.r_type].pc_relative) \
408 if (howto->pc_relative) in coff_mips_rtype_to_howto()
442 if (howto->pc_relative) in coff_mips_rtype_to_howto()
659 if (howto->pc_relative && howto->pcrel_offset) in coff_pe_mips_relocate_section()
Dnlm32-i386.c188 if (rel->howto->pc_relative) in nlm_i386_write_import()
203 if (! rel->howto->pc_relative) in nlm_i386_write_import()
301 && rel->howto->pc_relative in nlm_i386_mangle_relocs()
Delf32-d30v.c93 if (howto->pc_relative) in bfd_elf_d30v_reloc()
113 if (howto->pc_relative && howto->bitsize == 32) in bfd_elf_d30v_reloc()
202 if (howto->pc_relative) in bfd_elf_d30v_reloc_21()
Dcoff-m68k.c152 if (internal->pc_relative) in m68k_howto2rtype()
240 if (howto != NULL && howto->pc_relative) in m68kcoff_rtype_to_howto()
398 if (howto->pc_relative) in m68kcoff_common_addend_rtype_to_howto()
Dnlm32-ppc.c674 || rel->howto->pc_relative in nlm_powerpc_write_import()
780 && howto->pc_relative == rel->howto->pc_relative in nlm_powerpc_write_reloc()
Dcoff-apollo.c76 if (internal->pc_relative) in apollo_howto2rtype()
Dcoff-mcore.c314 else if (howto->pc_relative) in coff_mcore_rtype_to_howto()
339 return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA; in in_reloc_p()
Delf32-i960.c59 && reloc_entry->howto->pc_relative in elf32_i960_relocate()
Dcpu-ns32k.c205 if (howto->pc_relative) in do_ns32k_reloc()
799 if (howto->pc_relative) in _bfd_ns32k_final_link_relocate()
Dnlm32-sparc.c152 && tmp->pc_relative == rel->howto->pc_relative in nlm_sparc_write_reloc()
Dreloc.c646 if (howto->pc_relative) in bfd_perform_relocation()
1028 if (howto->pc_relative) in bfd_install_relocation()
1356 if (howto->pc_relative) in _bfd_final_link_relocate()
Dcoff-mips.c1065 if (howto->pc_relative) in mips_relocate_section()
1103 if (howto->pc_relative) in mips_relocate_section()
1172 if (howto->pc_relative) in mips_relocate_section()
Daout-ns32k.c182 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */ in MY()
Dmach-o-i386.c208 rinfo->r_pcrel = rel->howto->pc_relative; in bfd_mach_o_i386_swap_reloc_out()
Dcoff-i860.c494 if (howto->pc_relative) in coff_i860_rtype_to_howto()
Delf32-d10v.c343 if (howto->pc_relative) in extract_rel_addend()
Di386lynx.c126 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */ in NAME()
Dcoff-arm.c510 return !howto->pc_relative && howto->type != ARM_RVA32; in in_reloc_p()
1258 if (howto->pc_relative && !info->relocatable) in coff_arm_relocate_section()
1266 if (howto->pc_relative && howto->pcrel_offset) in coff_arm_relocate_section()
Doasys.c478 if (r->relent.howto->pc_relative) in oasys_slurp_section_data()
513 if (r->relent.howto->pc_relative) in oasys_slurp_section_data()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c1536 if (!fixp->fx_pcrel != !reloc->howto->pc_relative) in tc_gen_reloc()
1540 fixp->fx_pcrel, reloc->howto->pc_relative); in tc_gen_reloc()
1542 gas_assert (!fixp->fx_pcrel == !reloc->howto->pc_relative); in tc_gen_reloc()
Dtc-tilegx.c1756 if (!fixp->fx_pcrel != !reloc->howto->pc_relative) in tc_gen_reloc()
1760 fixp->fx_pcrel, reloc->howto->pc_relative); in tc_gen_reloc()
1762 gas_assert (!fixp->fx_pcrel == !reloc->howto->pc_relative); in tc_gen_reloc()
Dtc-mn10200.c1269 reloc_howto->pc_relative, in md_assemble()
1275 if (reloc_howto->pc_relative) in md_assemble()
/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1437 && rel->howto->pc_relative in i386_mangle_relocs()
1455 && rel->howto->pc_relative in i386_mangle_relocs()
1505 && rel->howto->pc_relative in i386_mangle_relocs()
1917 if (rel->howto->pc_relative) in powerpc_mangle_relocs()

1234