Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h62 uint64_t getGPAddr(const Input& pInput) const;
DMipsGOT.cpp317 uint64_t MipsGOT::getGPAddr(const Input& pInput) const in getGPAddr() function in MipsGOT
336 return addr() + pEntry.getOffset() - getGPAddr(pInput); in getGPRelOffset()
DMipsRelocator.cpp605 return getTarget().getGOT().getGPAddr(getApplyingInput()); in getGPAddress()