Home
last modified time | relevance | path

Searched refs:relplt (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp363 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
364 relplt.setLink(&plt); in initTargetSections()
365 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
630 LDSection& relplt = file_format->getRelaPlt(); in initTargetSections() local
631 relplt.setLink(&plt); in initTargetSections()
632 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp186 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
187 relplt.setLink(&plt); in initTargetSections()
189 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp104 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
105 m_pRelPlt = new OutputRelocSection(pModule, relplt); in initTargetSections()