Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp93 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 …]
DArchive.cpp46 Input& Archive::getARFile() in getARFile() function in Archive
52 const Input& Archive::getARFile() const in getARFile() function in Archive
DGroupReader.cpp129 if ( ar.getARFile().attribute()->isWholeArchive()) in readGroup()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h137 Input& getARFile();
140 const Input& getARFile() const;