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

  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 88 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->size())
91 if (pArchive.getARFile().attribute()->isWholeArchive())
103 pArchive.addArchiveMember(pArchive.getARFile().name(),
261 assert(pArchive.getARFile().hasMemArea());
262 MemoryArea* memory_area = pArchive.getARFile().memArea();
265 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN),
275 if (!pArchive.getARFile().attribute()->isWholeArchive()) {
277 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN +
303 assert(pArchive.getARFile().hasMemArea());
304 MemoryArea* memory_area = pArchive.getARFile().memArea()
    [all...]
Archive.cpp 42 /// getARFile - get the Input& of the archive file
43 Input& Archive::getARFile() {
47 /// getARFile - get the Input& of the archive file
48 const Input& Archive::getARFile() const {
GroupReader.cpp 121 if (ar.getARFile().attribute()->isWholeArchive())
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 115 /// getARFile - get the Input& of the archive file
116 Input& getARFile();
118 /// getARFile - get the Input& of the archive file
119 const Input& getARFile() const;

Completed in 145 milliseconds