Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h67 uint64_t getGPRelOffset(const Input& pInput, const Fragment& pEntry) const;
DMipsRelocator.cpp682 return got.getGPRelOffset(getApplyingInput(), in getGOTOffset()
685 return got.getGPRelOffset(getApplyingInput(), getGlobalGOTEntry(pReloc)); in getGOTOffset()
691 return got.getGPRelOffset(getApplyingInput(), getTLSGOTEntry(pReloc)); in getTLSGOTOffset()
974 pReloc.result() = got.getGPRelOffset(pParent.getApplyingInput(), got_entry); in got16()
DMipsGOT.cpp378 uint64_t MipsGOT::getGPRelOffset(const Input& pInput, in getGPRelOffset() function in mcld::MipsGOT