HomeSort by relevance Sort by last modified time
    Searched defs:initStdSections (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass)
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 101 /// initStdSections - initialize standard sections
102 bool ObjectLinker::initStdSections()
107 if (!m_LDBackend.initStdSections(builder))
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 165 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder)
171 m_pDynObjFileFormat->initStdSections(pBuilder,
179 m_pExecFileFormat->initStdSections(pBuilder,
186 m_pObjectFileFormat->initStdSections(pBuilder,
    [all...]

Completed in 45 milliseconds