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 56 /// initStdSections - initialize all standard section headers.
59 virtual void initStdSections(ObjectBuilder& pBuilder,
ELFFileFormat.h 42 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 57 /// initStdSections - initialize standard sections of the output file.
58 bool initStdSections();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
GNULDBackend.h 66 /// initStdSections - initialize standard sections of the output file.
67 bool initStdSections(ObjectBuilder& pBuilder);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 103 /// initStdSections - initialize standard sections
104 bool ObjectLinker::initStdSections()
109 if (!m_LDBackend.initStdSections(builder))
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 92 if (!m_pObjLinker->initStdSections())
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 171 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder)
177 m_pDynObjFileFormat->initStdSections(pBuilder,
185 m_pExecFileFormat->initStdSections(pBuilder,
192 m_pObjectFileFormat->initStdSections(pBuilder,
    [all...]

Completed in 76 milliseconds