Searched defs:getRelDyn (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp212 OutputRelocSection& X86GNULDBackend::getRelDyn() { function in class:mcld::X86GNULDBackend
217 const OutputRelocSection& X86GNULDBackend::getRelDyn() const { function in class:mcld::X86GNULDBackend
368 LDSection& reldyn = file_format->getRelDyn();
445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h240 LDSection& getRelDyn() { function in class:mcld::ELFFileFormat
245 const LDSection& getRelDyn() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp192 LDSection& reldyn = file_format->getRelDyn();
310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
657 OutputRelocSection& ARMGNULDBackend::getRelDyn() { function in class:mcld::ARMGNULDBackend
662 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const { function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp108 LDSection& reldyn = file_format->getRelDyn();
224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
538 OutputRelocSection& MipsGNULDBackend::getRelDyn() { function in class:mcld::MipsGNULDBackend
543 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const { function in class:mcld::MipsGNULDBackend

Completed in 4613 milliseconds