OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ld_backend
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
97
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
98
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
131
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
138
got_entry =
ld_backend
.getGOT().consume();
186
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
193
plt_entry =
ld_backend
.getPLT().consume();
199
gotplt_entry =
ld_backend
.getGOTPLT().consume();
202
Relocation& rel_entry = *
ld_backend
.getRelPLT().consumeEntry();
410
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
420
got_entry1 =
ld_backend
.getGOT().consume()
507
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
540
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
649
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
683
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
737
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
118
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
119
MipsGOT& got =
ld_backend
.getGOT();
182
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
183
MipsGOT& got =
ld_backend
.getGOT();
185
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
133
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
137
got_entry =
ld_backend
.getGOT().consumeGOT();
147
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
190
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
196
plt_entry =
ld_backend
.getPLT().consume();
203
gotplt_entry =
ld_backend
.getGOT().consumeGOTPLT();
207
Relocation& rel_entry = *
ld_backend
.getRelPLT().consumeEntry();
243
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
245
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
Completed in 186 milliseconds