Home
last modified time | relevance | path

Searched refs:relaplt (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp115 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections() local
116 relaplt.setLink(&plt); in initTargetSections()
117 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp421 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections() local
422 relaplt.setLink(&plt); in initTargetSections()
423 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()