Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp118 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections() local
119 relaplt.setLink(&plt); in initTargetSections()
120 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp453 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections() local
454 relaplt.setLink(&plt); in initTargetSections()
455 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()