Home
last modified time | relevance | path

Searched refs:R_ARM_PC24 (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp92 case R_ARM_PC24: in getRelExpr()
274 case R_ARM_PC24: in needsThunk()
340 case R_ARM_PC24: in inBranchRange()
422 case R_ARM_PC24: in relocateOne()
543 case R_ARM_PC24: in getImplicitAddend()
/freebsd-11-stable/contrib/binutils/include/elf/
HDarm.h105 RELOC_NUMBER (R_ARM_PC24, 1) /* deprecated */
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDThunks.cpp469 return rel.type != R_ARM_JUMP24 && rel.type != R_ARM_PC24 && rel.type != R_ARM_PLT32; in isCompatibleWith()
856 case R_ARM_PC24: in addThunkPreArmv7()
912 case R_ARM_PC24: in addThunkArm()
HDInputSection.cpp514 case R_ARM_PC24: in getARMUndefinedRelativeWeakVA()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDARM.def8 ELF_RELOC(R_ARM_PC24, 0x01)
/freebsd-11-stable/libexec/rtld-elf/arm/
HDreloc.c201 case R_ARM_PC24: { /* word32 S - P + A */ in reloc_nonplt_object()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-arm.c85 HOWTO (R_ARM_PC24, /* type */
1697 {BFD_RELOC_ARM_PCREL_BRANCH, R_ARM_PC24},
3170 if ( r_type != R_ARM_PC24 in bfd_elf32_arm_process_before_allocation()
3215 case R_ARM_PC24: in bfd_elf32_arm_process_before_allocation()
4582 case R_ARM_PC24: in elf32_arm_final_link_relocate()
4626 && r_type != R_ARM_PC24 in elf32_arm_final_link_relocate()
4752 case R_ARM_PC24: /* Arm B/BL instruction */ in elf32_arm_final_link_relocate()
6325 case R_ARM_PC24: in arm_add_to_rel()
7463 case R_ARM_PC24: in elf32_arm_gc_sweep_hook()
7686 case R_ARM_PC24: in elf32_arm_check_relocs()
HDChangeLog-9899882 in R_ARM_PC24 relocs.
3909 Check for branches to thumb symbols in case R_ARM_PC24.
3927 R_ARM_PC24 relocation.
HDChangeLog-00011434 like R_ARM_PC24. Include reloc number in error message about
/freebsd-11-stable/sys/sys/
HDelf_common.h961 #define R_ARM_PC24 1 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp532 case ELF::R_ARM_PC24: // Fall through. in resolveARMRelocation()
1223 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1658 _ELF_DEFINE_RELOC(R_ARM_PC24, 1) \