Home
last modified time | relevance | path

Searched refs:getTLSGOTEntry (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h119 Fragment& getTLSGOTEntry(MipsRelocationInfo& pReloc);
H A DMipsRelocator.cpp653 Fragment& MipsRelocator::getTLSGOTEntry(MipsRelocationInfo& pReloc) { in getTLSGOTEntry() function in mcld::MipsRelocator
691 return got.getGPRelOffset(getApplyingInput(), getTLSGOTEntry(pReloc)); in getTLSGOTOffset()