Searched refs:getRelaDyn (Results 1 – 11 of 11) sorted by relevance
94 OutputRelocSection& getRelaDyn();95 const OutputRelocSection& getRelaDyn() const;
120 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::AArch64GNULDBackend575 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const { in getRelaDyn() function in mcld::AArch64GNULDBackend
123 Relocation& rel_entry = *ld_backend.getRelaDyn().create(); in helper_DynRela_init()
94 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc()
109 OutputRelocSection& getRelaDyn();111 const OutputRelocSection& getRelaDyn() const;
249 OutputRelocSection& HexagonLDBackend::getRelaDyn() { in getRelaDyn() function in mcld::HexagonLDBackend254 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const { in getRelaDyn() function in mcld::HexagonLDBackend281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()426 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
33 Relocation& rela_entry = *ld_backend.getRelaDyn().create(); in helper_DynRel_init()228 Relocation& rel_entry = *pTarget.getRelaDyn().create(); in addCopyReloc()
255 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); in applyEntries()256 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); in applyEntries()
2876 &pSection == &getOutputFormat()->getRelaDyn()) { in sortRelocation()
260 LDSection& getRelaDyn() { in getRelaDyn() function265 const LDSection& getRelaDyn() const { in getRelaDyn() function
602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()635 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections()