Home
last modified time | relevance | path

Searched refs:getARFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp88 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 …]
DArchive.cpp43 Input& Archive::getARFile() { in getARFile() function in mcld::Archive
48 const Input& Archive::getARFile() const { in getARFile() function in mcld::Archive
DGroupReader.cpp121 if (ar.getARFile().attribute()->isWholeArchive()) in readGroup()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h116 Input& getARFile();
119 const Input& getARFile() const;