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 93 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->handler()->size())
96 if (pArchive.getARFile().attribute()->isWholeArchive())
108 pArchive.addArchiveMember(pArchive.getARFile().name(),
243 assert(pArchive.getARFile().hasMemArea());
246 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() +
256 if (!pArchive.getARFile().attribute()->isWholeArchive()) {
258 pArchive.getARFile().memArea()->request(
259 (pArchive.getARFile().fileOffset() +
286 pArchive.getARFile().memArea()->release(symtab_region)
    [all...]
Archive.cpp 45 /// getARFile - get the Input& of the archive file
46 Input& Archive::getARFile()
51 /// getARFile - get the Input& of the archive file
52 const Input& Archive::getARFile() const
GroupReader.cpp 112 if ( ar.getARFile().attribute()->isWholeArchive())
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 136 /// getARFile - get the Input& of the archive file
137 Input& getARFile();
139 /// getARFile - get the Input& of the archive file
140 const Input& getARFile() const;

Completed in 162 milliseconds