Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp49 Archive::MAGIC_LEN); in isMyFormat()
64 return (0 == memcmp(pStr, Archive::MAGIC, Archive::MAGIC_LEN)); in isArchive()
70 return (0 == memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN)); in isThinArchive()
78 Archive::MAGIC_LEN); in isThinArchive()
93 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->handler()->size()) in readArchive()
247 Archive::MAGIC_LEN), in readSymbolTable()
260 Archive::MAGIC_LEN + in readSymbolTable()
295 size_t offset = Archive::MAGIC_LEN + in readStringTable()
425 Archive::MAGIC_LEN + in includeAllMembers()
DArchive.cpp24 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1; member in Archive
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h41 static const size_t MAGIC_LEN; ///< length of magic string variable