Searched refs:relplt (Results 1 – 3 of 3) sorted by relevance
363 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local364 relplt.setLink(&plt); in initTargetSections()365 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()630 LDSection& relplt = file_format->getRelaPlt(); in initTargetSections() local631 relplt.setLink(&plt); in initTargetSections()632 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
186 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local187 relplt.setLink(&plt); in initTargetSections()189 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
104 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local105 m_pRelPlt = new OutputRelocSection(pModule, relplt); in initTargetSections()