Lines Matching refs:getARFile
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()
307 memory_area->request((pArchive.getARFile().fileOffset() + offset), in readStringTable()
319 memory_area->request((pArchive.getARFile().fileOffset() + offset + in readStringTable()
352 Input* cur_archive = &(pArchive.getARFile()); in includeMember()
386 if (pArchive.getARFile().noExport()) { in includeMember()
421 pArchive.addArchiveMember(pArchive.getARFile().name(), in includeAllMembers()
425 bool isThinAR = isThinArchive(pArchive.getARFile()); in includeAllMembers()
426 uint32_t begin_offset = pArchive.getARFile().fileOffset() + in includeAllMembers()
435 uint32_t end_offset = pArchive.getARFile().memArea()->size(); in includeAllMembers()