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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h110 OutputRelocSection& getRelaDyn();
112 const OutputRelocSection& getRelaDyn() const;
H A DHexagonLDBackend.cpp256 OutputRelocSection& HexagonLDBackend::getRelaDyn() function in class:HexagonLDBackend
262 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const function in class:HexagonLDBackend
295 file_format->getRelaDyn().setSize
450 LDSection& reladyn = file_format->getRelaDyn();
H A DHexagonRelocator.cpp132 Relocation& rel_entry = *pTarget.getRelaDyn().consumeEntry();
156 getTarget().getRelaDyn().reserveEntry();
213 getTarget().getRelaDyn().reserveEntry();
334 Relocation& rela_entry = *ld_backend.getRelaDyn().consumeEntry();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h238 LDSection& getRelaDyn() { function in class:mcld::ELFFileFormat
243 const LDSection& getRelaDyn() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp267 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_RELA
268 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); // DT_RELASZ
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp498 file_format->getRelaDyn().setSize
534 LDSection& reldyn = file_format->getRelaDyn();

Completed in 90 milliseconds