Home
last modified time | relevance | path

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

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