Searched refs:getRelaDyn (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h91 OutputRelocSection& getRelaDyn();
92 const OutputRelocSection& getRelaDyn() const;
H A DAArch64LDBackend.cpp115 LDSection& reladyn = file_format->getRelaDyn();
215 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
370 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() { function in class:mcld::AArch64GNULDBackend
375 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const { function in class:mcld::AArch64GNULDBackend
H A DAArch64RelocationHelpers.h123 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
H A DAArch64Relocator.cpp92 Relocation& rel_entry = *getTarget().getRelaDyn().create();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h109 OutputRelocSection& getRelaDyn();
111 const OutputRelocSection& getRelaDyn() const;
H A DHexagonLDBackend.cpp248 OutputRelocSection& HexagonLDBackend::getRelaDyn() { function in class:mcld::HexagonLDBackend
253 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const { function in class:mcld::HexagonLDBackend
280 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
425 LDSection& reladyn = file_format->getRelaDyn();
H A DHexagonRelocator.cpp33 Relocation& rela_entry = *ld_backend.getRelaDyn().create();
228 Relocation& rel_entry = *pTarget.getRelaDyn().create();
/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/
H A DELFDynamic.cpp255 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr());
256 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size());
H A DGNULDBackend.cpp2870 &pSection == &getOutputFormat()->getRelaDyn()) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() *
635 LDSection& reldyn = file_format->getRelaDyn();

Completed in 122 milliseconds