Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h94 OutputRelocSection& getRelaDyn();
95 const OutputRelocSection& getRelaDyn() const;
DAArch64LDBackend.cpp120 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in doPreLayout()
570 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() { in getRelaDyn() function in mcld::AArch64GNULDBackend
575 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const { in getRelaDyn() function in mcld::AArch64GNULDBackend
DAArch64RelocationHelpers.h123 Relocation& rel_entry = *ld_backend.getRelaDyn().create(); in helper_DynRela_init()
DAArch64Relocator.cpp94 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h109 OutputRelocSection& getRelaDyn();
111 const OutputRelocSection& getRelaDyn() const;
DHexagonLDBackend.cpp249 OutputRelocSection& HexagonLDBackend::getRelaDyn() { in getRelaDyn() function in mcld::HexagonLDBackend
254 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const { in getRelaDyn() function in mcld::HexagonLDBackend
281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()
426 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
DHexagonRelocator.cpp33 Relocation& rela_entry = *ld_backend.getRelaDyn().create(); in helper_DynRel_init()
228 Relocation& rel_entry = *pTarget.getRelaDyn().create(); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp255 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); in applyEntries()
256 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); in applyEntries()
DGNULDBackend.cpp2876 &pSection == &getOutputFormat()->getRelaDyn()) { in sortRelocation()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h260 LDSection& getRelaDyn() { in getRelaDyn() function
265 const LDSection& getRelaDyn() const { in getRelaDyn() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()
635 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections()