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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp65 LDSection& reldyn = file_format->getRelDyn();
136 file_format->getRelDyn().setSize(
233 OutputRelocSection& MipsGNULDBackend::getRelDyn() function in class:MipsGNULDBackend
239 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const function in class:MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp224 OutputRelocSection& X86GNULDBackend::getRelDyn() function in class:X86GNULDBackend
230 const OutputRelocSection& X86GNULDBackend::getRelDyn() const function in class:X86GNULDBackend
348 LDSection& reldyn = file_format->getRelDyn();
381 file_format->getRelDyn().setSize
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp112 LDSection& reldyn = file_format->getRelDyn();
228 file_format->getRelDyn().setSize(
468 OutputRelocSection& ARMGNULDBackend::getRelDyn() function in class:ARMGNULDBackend
474 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h218 LDSection& getRelDyn() { function in class:mcld::ELFFileFormat
223 const LDSection& getRelDyn() const { function in class:mcld::ELFFileFormat

Completed in 43 milliseconds