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 71 /// finalizeScan - do finalization after scan relocations in pInput
73 virtual bool finalizeScan(Input& pInput) { return true; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 54 /// finalizeScan - do finalization after scan relocations in pInput
56 bool finalizeScan(Input& pInput);
MipsGOT.h 47 void finalizeScan(const Input& pInput);
MipsGOT.cpp 236 void MipsGOT::finalizeScan(const Input& pInput) {
MipsRelocator.cpp 228 bool MipsRelocator::finalizeScan(Input& pInput) {
230 getTarget().getGOT().finalizeScan(pInput);
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 616 m_LDBackend.getRelocator()->finalizeScan(**input);
    [all...]

Completed in 77 milliseconds