OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanRelocation
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
Relocator.h
57
///
scanRelocation
- When read in relocations, backend can do any modification
64
virtual void
scanRelocation
(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h
100
///
scanRelocation
- determine the empty entries are needed or not and create
106
void
scanRelocation
(Relocation& pReloc,
ARMRelocator.cpp
487
void ARMRelocator::
scanRelocation
(Relocation& pReloc,
495
"ResolveInfo of relocation not set while
scanRelocation
");
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
37
///
scanRelocation
- determine the empty entries are needed or not and
40
void
scanRelocation
(Relocation& pReloc,
MipsRelocator.cpp
79
void MipsRelocator::
scanRelocation
(Relocation& pReloc,
86
assert(NULL != rsym && "ResolveInfo of relocation not set while
scanRelocation
");
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h
89
///
scanRelocation
- determine the empty entries are needed or not and create
95
void
scanRelocation
(Relocation& pReloc,
HexagonRelocator.cpp
100
void HexagonRelocator::
scanRelocation
(Relocation& pReloc,
112
"ResolveInfo of relocation not set while
scanRelocation
");
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
89
///
scanRelocation
- determine the empty entries are needed or not and create
95
void
scanRelocation
(Relocation& pReloc,
X86Relocator.cpp
58
void X86Relocator::
scanRelocation
(Relocation& pReloc,
68
"ResolveInfo of relocation not set while
scanRelocation
");
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
392
m_LDBackend.getRelocator()->
scanRelocation
(
Completed in 1290 milliseconds