Searched refs:adjustGotPcExpr (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Target.cpp | 150 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in TargetInfo
|
H A D | Target.h | 159 virtual RelExpr adjustGotPcExpr(RelType type, int64_t addend,
|
H A D | Relocations.cpp | 1050 target->adjustGotPcExpr(type, addend, sec->content().data() + offset); in processAux()
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 43 RelExpr adjustGotPcExpr(RelType type, int64_t addend, 814 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in X86_64
|
H A D | PPC64.cpp | 176 RelExpr adjustGotPcExpr(RelType type, int64_t addend, 1452 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in PPC64
|