HomeSort by relevance Sort by last modified time
    Searched defs:ARMAG (Results 1 - 6 of 6) sorted by null

  /bionic/libc/include/
ar.h 50 #define ARMAG "!<arch>\n" /* ar "magic number" */
51 #define SARMAG 8 /* strlen(ARMAG); */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h 25 /* Archive files start with the ARMAG identifying string. Then follows a
29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 25 /* Archive files start with the ARMAG identifying string. Then follows a
29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 25 /* Archive files start with the ARMAG identifying string. Then follows a
29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */
  /ndk/sources/host-tools/make-3.81/
arscan.c 241 # define ARMAG "!<arch>\n" /* String that begins an archive file. */
261 # define ARMAG IMAGE_ARCHIVE_START
325 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG))
380 if (nread != sizeof (buf) || buf != ARMAG)
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 249 milliseconds