Home
last modified time | relevance | path

Searched refs:finalizeApply (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h94 virtual bool finalizeApply(Input& pInput) in finalizeApply() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h60 bool finalizeApply(Input& pInput);
DMipsRelocator.cpp285 bool MipsRelocator::finalizeApply(Input& pInput) in finalizeApply() function in MipsRelocator
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp770 m_LDBackend.getRelocator()->finalizeApply(**input); in relocation()