Home
last modified time | relevance | path

Searched refs:R_ARM_PLT32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp118 case R_ARM_PLT32: in getRelExpr()
324 case R_ARM_PLT32: in needsThunk()
399 case R_ARM_PLT32: in inBranchRange()
574 case R_ARM_PLT32: in relocate()
818 case R_ARM_PLT32: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DARM.def34 ELF_RELOC(R_ARM_PLT32, 0x1b)
/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()
1279 case R_ARM_PLT32: in addThunkArmv4()
1312 case R_ARM_PLT32: in addThunkArmv5v6()
1382 case R_ARM_PLT32: in addThunkArm()
H A DInputSection.cpp503 case R_ARM_PLT32: in getARMUndefinedRelativeWeakVA()
/freebsd/sys/sys/
H A Delf_common.h1095 #define R_ARM_PLT32 27 /* Add PC-relative PLT offset. */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1685 _ELF_DEFINE_RELOC(R_ARM_PLT32, 27) \