OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalizeApply
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
Relocator.h
79
///
finalizeApply
- do finalization after apply relocations in pInput
81
virtual bool
finalizeApply
(Input& pInput) { return true; }
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
62
///
finalizeApply
- do finalization after apply relocations in pInput
64
bool
finalizeApply
(Input& pInput);
MipsRelocator.cpp
239
bool MipsRelocator::
finalizeApply
(Input& pInput) {
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
826
m_LDBackend.getRelocator()->
finalizeApply
(**input);
[
all
...]
Completed in 70 milliseconds