Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp392 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
393 relplt.setLink(&plt); in initTargetSections()
394 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
683 LDSection& relplt = file_format->getRelaPlt(); in initTargetSections() local
684 relplt.setLink(&plt); in initTargetSections()
685 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp118 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
119 relplt.setLink(&plt); in initTargetSections()
121 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp102 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local
103 m_pRelPlt = new OutputRelocSection(pModule, relplt); in initTargetSections()