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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h60 void applyAllGOTPLT(uint64_t pPLTBase,
H A DX86GOTPLT.cpp99 void X86GOTPLT::applyAllGOTPLT(uint64_t pPLTBase, argument
108 uint64_t plt_addr = pPLTBase + pPLT0Size;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h69 void applyAllGOTPLT(uint64_t pPLTBase);
H A DARMGOT.cpp118 void ARMGOT::applyAllGOTPLT(uint64_t pPLTBase) argument
124 llvm::cast<GOTEntry>(*begin).setContent(pPLTBase);

Completed in 143 milliseconds