OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finalizeScan
(Results
1 - 3
of
3
) 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/
MipsGOT.cpp
236
void MipsGOT::
finalizeScan
(const Input& pInput) {
MipsRelocator.cpp
228
bool MipsRelocator::
finalizeScan
(Input& pInput) {
230
getTarget().getGOT().
finalizeScan
(pInput);
[
all
...]
Completed in 102 milliseconds