Home
last modified time | relevance | path

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

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