OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ld_backend
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
333
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
334
Relocation& rela_entry = *
ld_backend
.getRelaDyn().consumeEntry();
367
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
374
got_entry =
ld_backend
.getGOT().consume();
418
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
425
plt_entry =
ld_backend
.getPLT().consume();
431
gotplt_entry =
ld_backend
.getGOTPLT().consume();
434
Relocation& rela_entry = *
ld_backend
.getRelaPLT().consumeEntry();
608
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
609
HexagonRelocator::DWord GP =
ld_backend
.getGP()
627
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
646
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
665
HexagonLDBackend&
ld_backend
= pParent.getTarget();
local
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
361
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
363
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
374
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
375
MipsGOT& got =
ld_backend
.getGOT();
417
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
418
MipsGOT& got =
ld_backend
.getGOT();
445
MipsGNULDBackend&
ld_backend
= pParent.getTarget();
local
446
MipsGOT& got =
ld_backend
.getGOT();
448
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
571
MipsGNULDBackend&
ld_backend
= pParent.getTarget()
local
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
662
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
663
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
696
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
703
got_entry =
ld_backend
.getGOT().consume();
751
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
758
plt_entry =
ld_backend
.getPLT().consume();
764
gotplt_entry =
ld_backend
.getGOTPLT().consume();
767
Relocation& rel_entry = *
ld_backend
.getRelPLT().consumeEntry();
971
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
1068
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
1101
X86_32GNULDBackend&
ld_backend
= pParent.getTarget();
local
1420
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
1454
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
1508
X86_64GNULDBackend&
ld_backend
= pParent.getTarget();
local
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
585
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
589
got_entry =
ld_backend
.getGOT().consumeGOT();
599
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
642
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
648
plt_entry =
ld_backend
.getPLT().consume();
655
gotplt_entry =
ld_backend
.getGOT().consumeGOTPLT();
659
Relocation& rel_entry = *
ld_backend
.getRelPLT().consumeEntry();
695
ARMGNULDBackend&
ld_backend
= pParent.getTarget();
local
697
Relocation& rel_entry = *
ld_backend
.getRelDyn().consumeEntry();
[
all
...]
Completed in 763 milliseconds