Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h93 OutputRelocSection& getRelaDyn();
94 const OutputRelocSection& getRelaDyn() const;
DAArch64LDBackend.cpp123 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
232 file_format->getRelaDyn().setSize( in doPreLayout()
403 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() in getRelaDyn() function in AArch64GNULDBackend
409 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const in getRelaDyn() function in AArch64GNULDBackend
DAArch64RelocationHelpers.h138 Relocation& rel_entry = *ld_backend.getRelaDyn().create(); in helper_DynRela_init()
DAArch64Relocator.cpp97 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h111 OutputRelocSection& getRelaDyn();
113 const OutputRelocSection& getRelaDyn() const;
DHexagonLDBackend.cpp263 OutputRelocSection& HexagonLDBackend::getRelaDyn() in getRelaDyn() function in HexagonLDBackend
269 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const in getRelaDyn() function in HexagonLDBackend
302 file_format->getRelaDyn().setSize in setRelaDynSize()
458 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
DHexagonRelocator.cpp32 Relocation &rela_entry = *ld_backend.getRelaDyn().create(); in helper_DynRel_init()
223 Relocation &rel_entry = *pTarget.getRelaDyn().create(); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp276 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_RELA in applyEntries()
277 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); // DT_RELASZ in applyEntries()
DGNULDBackend.cpp3020 &pSection == &getOutputFormat()->getRelaDyn()) { in sortRelocation()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h235 LDSection& getRelaDyn() { in getRelaDyn() function
240 const LDSection& getRelaDyn() const { in getRelaDyn() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp653 file_format->getRelaDyn().setSize in setRelDynSize()
688 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections()