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 66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 104 /// initStdSections - initialize standard sections
105 bool ObjectLinker::initStdSections() {
109 if (!m_LDBackend.initStdSections(builder))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 181 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) {
186 m_pDynObjFileFormat->initStdSections(pBuilder,
194 m_pExecFileFormat->initStdSections(pBuilder,
201 m_pObjectFileFormat->initStdSections(pBuilder,
    [all...]

Completed in 912 milliseconds