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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp229 OutputRelocSection& X86GNULDBackend::getRelDyn() function in class:X86GNULDBackend
235 const OutputRelocSection& X86GNULDBackend::getRelDyn() const function in class:X86GNULDBackend
397 LDSection& reldyn = file_format->getRelDyn();
483 file_format->getRelDyn().setSize
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp124 LDSection& reldyn = file_format->getRelDyn();
249 file_format->getRelDyn().setSize(
548 OutputRelocSection& ARMGNULDBackend::getRelDyn() function in class:ARMGNULDBackend
554 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h215 LDSection& getRelDyn() { function in class:mcld::ELFFileFormat
220 const LDSection& getRelDyn() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp106 LDSection& reldyn = file_format->getRelDyn();
210 file_format->getRelDyn().setSize(
471 OutputRelocSection& MipsGNULDBackend::getRelDyn() function in class:MipsGNULDBackend
477 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const function in class:MipsGNULDBackend

Completed in 351 milliseconds