Home
last modified time | relevance | path

Searched refs:pPLTBase (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp101 void AArch64GOT::applyGOTPLT(uint64_t pPLTBase) { in applyGOTPLT() argument
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
H A DAArch64GOT.h74 void applyGOTPLT(uint64_t pPLTBase);
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp98 void ARMGOT::applyGOTPLT(uint64_t pPLTBase) { in applyGOTPLT() argument
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
H A DARMGOT.h62 void applyGOTPLT(uint64_t pPLTBase);