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

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 75 /// initializeApply - do initialization before apply relocations in pInput
77 virtual bool initializeApply(Input& pInput) { return true; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 58 /// initializeApply - do initialization before apply relocations in pInput
60 bool initializeApply(Input& pInput);
MipsRelocator.cpp 234 bool MipsRelocator::initializeApply(Input& pInput) {
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 789 m_LDBackend.getRelocator()->initializeApply(**input);
    [all...]

Completed in 88 milliseconds