Home
last modified time | relevance | path

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

123456

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-i386.c120 if (howto->pc_relative && howto->pcrel_offset)
191 return ! howto->pc_relative && howto->type != R_IMAGEBASE;
373 if (ptr && howto_table[reloc.r_type].pc_relative) \
446 if (howto->pc_relative)
480 if (howto->pc_relative)
Dcoff-x86_64.c112 if(howto->pc_relative && howto->pcrel_offset) in coff_amd64_reloc()
189 return ! howto->pc_relative && howto->type != R_AMD64_IMAGEBASE; in in_reloc_p()
492 if (ptr && howto_table[reloc.r_type].pc_relative) \
559 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
592 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
Dpe-mips.c187 return ! howto->pc_relative && howto->type != MIPS_R_RVA;
419 if (ptr && howto_table[reloc.r_type].pc_relative) \
443 if (howto->pc_relative)
477 if (howto->pc_relative)
729 if (howto->pc_relative && howto->pcrel_offset)
Dnlm32-i386.c203 if (rel->howto->pc_relative)
218 if (! rel->howto->pc_relative)
317 && rel->howto->pc_relative
Delf32-d30v.c317 if (howto->pc_relative)
336 if (howto->pc_relative && howto->bitsize == 32)
426 if (howto->pc_relative)
Dcoff-m68k.c160 if (internal->pc_relative)
237 if (howto->pc_relative)
397 if (howto->pc_relative)
Dcoff-apollo.c79 if (internal->pc_relative)
Delf32-i960.c125 && reloc_entry->howto->pc_relative
Dreloc.c656 if (howto->pc_relative) in bfd_perform_relocation()
1045 if (howto->pc_relative) in bfd_install_relocation()
1372 if (howto->pc_relative) in _bfd_final_link_relocate()
Dnlm32-ppc.c723 || rel->howto->pc_relative
830 && howto->pc_relative == rel->howto->pc_relative
Dcoff-i860.c485 if (ptr && howto_table[reloc.r_type].pc_relative) \
514 if (howto->pc_relative) in coff_i860_rtype_to_howto()
Dnlm32-sparc.c191 && tmp->pc_relative == rel->howto->pc_relative
Dcpu-ns32k.c222 if (howto->pc_relative)
826 if (howto->pc_relative)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-i386.c120 if (howto->pc_relative && howto->pcrel_offset)
193 return ! howto->pc_relative && howto->type != R_IMAGEBASE;
392 if (ptr && howto_table[reloc.r_type].pc_relative) \
465 if (howto->pc_relative)
499 if (howto->pc_relative)
Dcoff-x86_64.c112 if(howto->pc_relative && howto->pcrel_offset) in coff_amd64_reloc()
189 return ! howto->pc_relative && howto->type != R_AMD64_IMAGEBASE; in in_reloc_p()
492 if (ptr && howto_table[reloc.r_type].pc_relative) \
559 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
592 if (howto->pc_relative) in coff_amd64_rtype_to_howto()
Dpe-mips.c142 return ! howto->pc_relative && howto->type != MIPS_R_RVA; in in_reloc_p()
376 if (ptr && howto_table[reloc.r_type].pc_relative) \
399 if (howto->pc_relative) in coff_mips_rtype_to_howto()
433 if (howto->pc_relative) in coff_mips_rtype_to_howto()
645 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.c94 if (howto->pc_relative) in bfd_elf_d30v_reloc()
114 if (howto->pc_relative && howto->bitsize == 32) in bfd_elf_d30v_reloc()
203 if (howto->pc_relative) in bfd_elf_d30v_reloc_21()
Dcoff-m68k.c160 if (internal->pc_relative)
237 if (howto->pc_relative)
397 if (howto->pc_relative)
Dcoff-apollo.c79 if (internal->pc_relative)
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()
Delf32-i960.c57 && reloc_entry->howto->pc_relative in elf32_i960_relocate()
Dreloc.c650 if (howto->pc_relative) in bfd_perform_relocation()
1036 if (howto->pc_relative) in bfd_install_relocation()
1364 if (howto->pc_relative) in _bfd_final_link_relocate()
Dnlm32-sparc.c153 && tmp->pc_relative == rel->howto->pc_relative in nlm_sparc_write_reloc()
Dcoff-mcore.c311 else if (howto->pc_relative)
338 return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;

123456