Searched defs:getRelaDyn (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp120 LDSection& reladyn = file_format->getRelaDyn();
220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
570 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() { function in class:mcld::AArch64GNULDBackend
575 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h260 LDSection& getRelaDyn() { function in class:mcld::ELFFileFormat
265 const LDSection& getRelaDyn() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp249 OutputRelocSection& HexagonLDBackend::getRelaDyn() { function in class:mcld::HexagonLDBackend
254 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const { function in class:mcld::HexagonLDBackend
281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
426 LDSection& reladyn = file_format->getRelaDyn();

Completed in 83 milliseconds