HomeSort by relevance Sort by last modified time
    Searched refs:DynObj (Results 26 - 31 of 31) sorted by null

12

  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 169 if (Input::DynObj == (*input)->type()) {
191 (*input)->setType(Input::DynObj);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
341 if (LinkerConfig::DynObj == config().codeGenType())
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 219 case mcld::LinkerConfig::DynObj: {
486 config_.setCodeGenType(mcld::LinkerConfig::DynObj);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
    [all...]
MipsRelocator.cpp 255 if (pReloc.isFirst() && LinkerConfig::DynObj == config().codeGenType()) {
    [all...]

Completed in 2775 milliseconds

12