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

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

Completed in 68 milliseconds