OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocator
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/mclinker/lib/LD/
DebugString.cpp
78
uint32_t offset = pBackend.
getRelocator
()->getDebugStringOffset(pReloc);
82
pBackend.
getRelocator
()->applyDebugStringOffset(pReloc,
IdenticalCodeFolding.cpp
149
m_Backend.
getRelocator
()
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
49
///
getRelocator
- return relocator.
50
const Relocator*
getRelocator
() const;
51
Relocator*
getRelocator
();
AArch64LDBackend.cpp
150
const Relocator* AArch64GNULDBackend::
getRelocator
() const {
155
Relocator* AArch64GNULDBackend::
getRelocator
() {
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
69
virtual Relocator*
getRelocator
() = 0;
70
virtual const Relocator*
getRelocator
() const = 0;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
58
///
getRelocator
- return relocator.
59
const Relocator*
getRelocator
() const;
60
Relocator*
getRelocator
();
ARMLDBackend.cpp
273
const Relocator* ARMGNULDBackend::
getRelocator
() const {
278
Relocator* ARMGNULDBackend::
getRelocator
() {
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
84
///
getRelocator
- return relocator.
85
const Relocator*
getRelocator
() const;
86
Relocator*
getRelocator
();
HexagonLDBackend.cpp
74
const Relocator* HexagonLDBackend::
getRelocator
() const {
79
Relocator* HexagonLDBackend::
getRelocator
() {
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
78
///
getRelocator
- return relocator.
79
const Relocator*
getRelocator
() const;
80
Relocator*
getRelocator
();
X86LDBackend.cpp
72
const Relocator* X86GNULDBackend::
getRelocator
() const {
77
Relocator* X86GNULDBackend::
getRelocator
() {
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
585
m_LDBackend.
getRelocator
()->initializeScan(**input);
608
m_LDBackend.
getRelocator
()->scanRelocation(
611
m_LDBackend.
getRelocator
()->partialScanRelocation(
616
m_LDBackend.
getRelocator
()->finalizeScan(**input);
789
m_LDBackend.
getRelocator
()->initializeApply(**input);
823
relocation->apply(*m_LDBackend.
getRelocator
());
826
m_LDBackend.
getRelocator
()->finalizeApply(**input);
836
(*iter)->apply(*m_LDBackend.
getRelocator
());
843
iter->apply(*m_LDBackend.
getRelocator
());
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
50
///
getRelocator
- return relocator.
51
const Relocator*
getRelocator
() const;
52
Relocator*
getRelocator
();
MipsLDBackend.cpp
170
const Relocator* MipsGNULDBackend::
getRelocator
() const {
175
Relocator* MipsGNULDBackend::
getRelocator
() {
[
all
...]
Completed in 891 milliseconds