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))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder)
197 m_pDynObjFileFormat->initStdSections(pBuilder,
205 m_pExecFileFormat->initStdSections(pBuilder,
212 m_pObjectFileFormat->initStdSections(pBuilder,
    [all...]

Completed in 171 milliseconds