Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp117 case R_ARM_PC24: in getRelExpr()
397 case R_ARM_PC24: in needsThunk()
475 case R_ARM_PC24: in inBranchRange()
649 case R_ARM_PC24: in relocate()
894 case R_ARM_PC24: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DARM.def8 ELF_RELOC(R_ARM_PC24, 0x01)
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp666 return rel.type != R_ARM_JUMP24 && rel.type != R_ARM_PC24 && rel.type != R_ARM_PLT32; in isCompatibleWith()
1278 case R_ARM_PC24: in addThunkArmv4()
1311 case R_ARM_PC24: in addThunkArmv5v6()
1381 case R_ARM_PC24: in addThunkArm()
H A DInputSection.cpp546 case R_ARM_PC24: in getARMUndefinedRelativeWeakVA()
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c152 case R_ARM_PC24: { /* word32 S - P + A */ in reloc_nonplt_object()
/freebsd/sys/sys/
H A Delf_common.h1070 #define R_ARM_PC24 1 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp636 case ELF::R_ARM_PC24: // Fall through. in resolveARMRelocation()
1340 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1658 _ELF_DEFINE_RELOC(R_ARM_PC24, 1) \