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

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

Completed in 34 milliseconds