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

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 74 /// finalizeScan - do finalization after scan relocations in pInput
76 virtual bool finalizeScan(Input& pInput)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 49 /// finalizeScan - do finalization after scan relocations in pInput
51 bool finalizeScan(Input& pInput);
MipsGOT.h 55 void finalizeScan(const Input& pInput);
MipsRelocator.cpp 121 bool MipsRelocator::finalizeScan(Input& pInput)
123 getTarget().getGOT().finalizeScan(pInput);
MipsGOT.cpp 233 void MipsGOT::finalizeScan(const Input& pInput)
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 399 m_LDBackend.getRelocator()->finalizeScan(**input);

Completed in 48 milliseconds