OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelDyn
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
100
OutputRelocSection&
getRelDyn
();
101
const OutputRelocSection&
getRelDyn
() const;
ARMLDBackend.cpp
192
LDSection& reldyn = file_format->
getRelDyn
();
310
file_format->
getRelDyn
().setSize(m_pRelDyn->numOfRelocs() *
657
OutputRelocSection& ARMGNULDBackend::
getRelDyn
() {
662
const OutputRelocSection& ARMGNULDBackend::
getRelDyn
() const {
[
all
...]
ARMRelocator.cpp
97
Relocation& rel_entry = *ld_backend.
getRelDyn
().create();
158
Relocation& rel_entry = *ld_backend.
getRelDyn
().create();
325
Relocation& rel_entry = *getTarget().
getRelDyn
().create();
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
86
OutputRelocSection&
getRelDyn
();
87
const OutputRelocSection&
getRelDyn
() const;
X86LDBackend.cpp
212
OutputRelocSection& X86GNULDBackend::
getRelDyn
() {
217
const OutputRelocSection& X86GNULDBackend::
getRelDyn
() const {
368
LDSection& reldyn = file_format->
getRelDyn
();
445
file_format->
getRelDyn
().setSize(m_pRelDyn->numOfRelocs() *
X86Relocator.cpp
37
Relocation& rel_entry = *ld_backend.
getRelDyn
().create();
190
Relocation& rel_entry = *pTarget.
getRelDyn
().create();
468
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
484
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
503
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
680
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
734
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
750
getTarget().
getRelDyn
().addSymbolToDynSym(*rsym->outSymbol());
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
106
OutputRelocSection&
getRelDyn
();
107
const OutputRelocSection&
getRelDyn
() const;
MipsLDBackend.cpp
108
LDSection& reldyn = file_format->
getRelDyn
();
224
file_format->
getRelDyn
().setSize(m_pRelDyn->numOfRelocs() *
538
OutputRelocSection& MipsGNULDBackend::
getRelDyn
() {
543
const OutputRelocSection& MipsGNULDBackend::
getRelDyn
() const {
[
all
...]
MipsRelocator.cpp
260
getTarget().
getRelDyn
().reserveEntry();
368
getTarget().
getRelDyn
().reserveEntry();
379
getTarget().
getRelDyn
().reserveEntry();
477
Relocation& relEntry = *getTarget().
getRelDyn
().consumeEntry();
749
Relocation& relEntry = *getTarget().
getRelDyn
().consumeEntry();
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
240
LDSection&
getRelDyn
() {
245
const LDSection&
getRelDyn
() const {
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
249
applyOne(llvm::ELF::DT_REL, pFormat.
getRelDyn
().addr());
250
applyOne(llvm::ELF::DT_RELSZ, pFormat.
getRelDyn
().size());
GNULDBackend.cpp
[
all
...]
Completed in 1092 milliseconds