HomeSort by relevance Sort by last modified time
    Searched refs:getGPRelOffset (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 67 uint64_t getGPRelOffset(const Input& pInput, const Fragment& pEntry) const;
MipsRelocator.cpp 682 return got.getGPRelOffset(getApplyingInput(),
685 return got.getGPRelOffset(getApplyingInput(), getGlobalGOTEntry(pReloc));
691 return got.getGPRelOffset(getApplyingInput(), getTLSGOTEntry(pReloc));
    [all...]
MipsGOT.cpp 378 uint64_t MipsGOT::getGPRelOffset(const Input& pInput,

Completed in 2261 milliseconds