Searched refs:getARFile (Results 1 – 4 of 4) sorted by relevance
93 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->handler()->size()) in readArchive()96 if (pArchive.getARFile().attribute()->isWholeArchive()) in readArchive()108 pArchive.addArchiveMember(pArchive.getARFile().name(), in readArchive()243 assert(pArchive.getARFile().hasMemArea()); in readSymbolTable()246 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readSymbolTable()256 if (!pArchive.getARFile().attribute()->isWholeArchive()) { in readSymbolTable()258 pArchive.getARFile().memArea()->request( in readSymbolTable()259 (pArchive.getARFile().fileOffset() + in readSymbolTable()286 pArchive.getARFile().memArea()->release(symtab_region); in readSymbolTable()288 pArchive.getARFile().memArea()->release(header_region); in readSymbolTable()[all …]
46 Input& Archive::getARFile() in getARFile() function in Archive52 const Input& Archive::getARFile() const in getARFile() function in Archive
129 if ( ar.getARFile().attribute()->isWholeArchive()) in readGroup()
137 Input& getARFile();140 const Input& getARFile() const;