Home
last modified time | relevance | path

Searched refs:getEntryAddr (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h30 uint64_t getEntryAddr(size_t num) const;
H A DMipsGOTPLT.cpp50 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const { in getEntryAddr() function in mcld::MipsGOTPLT
H A DMipsPLT.cpp131 uint64_t gotEntryAddr = pGOTPLT.getEntryAddr(count++); in applyAllPLT()