Searched refs:getARFile (Results 1 – 4 of 4) sorted by relevance
88 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->size()) in readArchive()91 if (pArchive.getARFile().attribute()->isWholeArchive()) in readArchive()103 pArchive.addArchiveMember(pArchive.getARFile().name(), in readArchive()261 assert(pArchive.getARFile().hasMemArea()); in readSymbolTable()262 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readSymbolTable()265 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN), in readSymbolTable()275 if (!pArchive.getARFile().attribute()->isWholeArchive()) { in readSymbolTable()277 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN + in readSymbolTable()303 assert(pArchive.getARFile().hasMemArea()); in readStringTable()304 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readStringTable()[all …]
43 Input& Archive::getARFile() { in getARFile() function in mcld::Archive48 const Input& Archive::getARFile() const { in getARFile() function in mcld::Archive
121 if (ar.getARFile().attribute()->isWholeArchive()) in readGroup()
116 Input& getARFile();119 const Input& getARFile() const;