Home
last modified time | relevance | path

Searched refs:MAGIC_LEN (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp48 if (pInput.memArea()->size() < Archive::MAGIC_LEN) in isMyFormat()
52 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isMyFormat()
67 return (0 == memcmp(pStr, Archive::MAGIC, Archive::MAGIC_LEN)); in isArchive()
73 return (0 == memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN)); in isThinArchive()
81 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isThinArchive()
96 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->size()) in readArchive()
278 Archive::MAGIC_LEN), in readSymbolTable()
290 Archive::MAGIC_LEN + in readSymbolTable()
310 size_t offset = Archive::MAGIC_LEN + in readStringTable()
450 Archive::MAGIC_LEN + in includeAllMembers()
DArchive.cpp21 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1; member in Archive
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h35 static const size_t MAGIC_LEN; ///< length of magic string variable