Searched refs:readSections (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectReader.h40 virtual bool readSections(Input& pFile) = 0;
H A DELFObjectReader.h49 virtual bool readSections(Input& pFile);
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp93 m_ObjectReader.readSections(**input);
H A DELFObjectReader.cpp108 /// readSections - read all regular sections.
109 bool ELFObjectReader::readSections(Input& pInput) { function in class:mcld::ELFObjectReader
H A DGNUArchiveReader.cpp391 m_ELFObjectReader.readSections(*member);
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp187 m_ObjectReader.readSections(**input);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp148 ASSERT_TRUE(m_pELFObjReader->readSections(*m_pInput));
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp185 getObjectReader()->readSections(**input);

Completed in 403 milliseconds