Home
last modified time | relevance | path

Searched refs:pltRel (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp36 pltRel = R_SPARC_JMP_SLOT; in SPARCV9()
H A DSystemZ.cpp56 pltRel = R_390_JMP_SLOT; in SystemZ()
H A DHexagon.cpp53 pltRel = R_HEX_JMP_SLOT; in Hexagon()
H A DPPC.cpp160 pltRel = R_PPC_JMP_SLOT; in PPC()
H A DX86.cpp53 pltRel = R_386_JUMP_SLOT; in X86()
H A DMips.cpp49 pltRel = R_MIPS_JUMP_SLOT; in MIPS()
H A DAArch64.cpp118 pltRel = R_AARCH64_JUMP_SLOT; in AArch64()
H A DX86_64.cpp80 pltRel = R_X86_64_JUMP_SLOT; in X86_64()
H A DPPC64.cpp582 pltRel = R_PPC64_JMP_SLOT; in PPC64()
H A DLoongArch.cpp210 pltRel = R_LARCH_JUMP_SLOT; in LoongArch()
H A DRISCV.cpp115 pltRel = R_RISCV_JUMP_SLOT; in RISCV()
H A DARM.cpp65 pltRel = R_ARM_JUMP_SLOT; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h130 RelType pltRel = 0; variable
H A DRelocations.cpp1867 ctx.target->pltRel, sym); in postScanRelocations()
2557 ctx.target->pltRel, *sym); in hexagonTLSSymbolUpdate()
H A DSyntheticSections.cpp1498 return r.type == ctx.target->pltRel && in computeContents()
1507 return r.type == ctx.target->pltRel && in computeContents()
1676 type != symTab->ctx.target->pltRel) || in getSymIndex()