Searched refs:relplt (Results 1 – 3 of 3) sorted by relevance
392 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local393 relplt.setLink(&plt); in initTargetSections()394 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()683 LDSection& relplt = file_format->getRelaPlt(); in initTargetSections() local684 relplt.setLink(&plt); in initTargetSections()685 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
118 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local119 relplt.setLink(&plt); in initTargetSections()121 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
102 LDSection& relplt = file_format->getRelPlt(); in initTargetSections() local103 m_pRelPlt = new OutputRelocSection(pModule, relplt); in initTargetSections()