HomeSort by relevance Sort by last modified time
    Searched refs:relaplt (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 110 LDSection& relaplt = file_format->getRelaPlt(); local
111 relaplt.setLink(&plt);
112 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 420 LDSection& relaplt = file_format->getRelaPlt(); local
421 relaplt.setLink(&plt);
422 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
    [all...]

Completed in 6813 milliseconds