Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h66 uint64_t getGPAddr(const Input& pInput) const;
DMipsGOT.cpp361 uint64_t MipsGOT::getGPAddr(const Input& pInput) const { in getGPAddr() function in mcld::MipsGOT
380 return addr() + pEntry.getOffset() - getGPAddr(pInput); in getGPRelOffset()
DMipsRelocator.cpp583 return getTarget().getGOT().getGPAddr(getApplyingInput()); in getGPAddress()