OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initializeApply
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
Relocator.h
79
///
initializeApply
- do initialization before apply relocations in pInput
81
virtual bool
initializeApply
(Input& pInput)
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
53
///
initializeApply
- do initialization before apply relocations in pInput
55
bool
initializeApply
(Input& pInput);
MipsRelocator.cpp
127
bool MipsRelocator::
initializeApply
(Input& pInput)
/frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp
102
m_Backend.getRelocator()->
initializeApply
(**input);
Completed in 372 milliseconds