Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp39 RelExpr adjustGotPcExpr(RelType type, int64_t addend,
417 RelExpr SystemZ::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in SystemZ
H A DX86_64.cpp45 RelExpr adjustGotPcExpr(RelType type, int64_t addend,
857 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in X86_64
H A DPPC64.cpp192 RelExpr adjustGotPcExpr(RelType type, int64_t addend,
1483 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in PPC64
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.cpp154 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in TargetInfo
H A DTarget.h169 virtual RelExpr adjustGotPcExpr(RelType type, int64_t addend,
H A DRelocations.cpp1071 target->adjustGotPcExpr(type, addend, sec->content().data() + offset); in processAux()