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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 55 /// initStdSections - initialize all standard section headers.
58 virtual void initStdSections(ObjectBuilder& pBuilder,
ELFFileFormat.h 39 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 45 /// initStdSections - initialize standard sections of the output file.
46 bool initStdSections();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
GNULDBackend.h 64 /// initStdSections - initialize standard sections of the output file.
65 bool initStdSections(ObjectBuilder& pBuilder);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 91 if (!m_pObjLinker->initStdSections())
  /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...]