Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h66 uint64_t getGPAddr(const Input& pInput) const;
H A 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()
H A DMipsRelocator.cpp583 return getTarget().getGOT().getGPAddr(getApplyingInput()); in getGPAddress()