Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h64 Fragment* consumeTLS(Relocation::Type pType);
131 void consumeTLS(Relocation::Type pType);
DMipsGOT.cpp64 void MipsGOT::GOTMultipart::consumeTLS(Relocation::Type pType) { in consumeTLS() function in mcld::MipsGOT::GOTMultipart
349 Fragment* MipsGOT::consumeTLS(Relocation::Type pType) { in consumeTLS() function in mcld::MipsGOT
356 m_MultipartList[m_CurrentGOTPart].consumeTLS(pType); in consumeTLS()
DMipsRelocator.cpp665 modEntry = got.consumeTLS(pReloc.type()); in getTLSGOTEntry()