HomeSort by relevance Sort by last modified time
    Searched refs:STRTAB_NAME (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 37 static const char STRTAB_NAME[]; ///< Name of string table
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 25 const char Archive::STRTAB_NAME[] = "// ";
GNUArchiveReader.cpp 315 if (memcmp(header->name, Archive::STRTAB_NAME, sizeof(header->name)) == 0) {

Completed in 367 milliseconds