HomeSort by relevance Sort by last modified time
    Searched refs:ARMAG (Results 1 - 9 of 9) 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. */
  /external/elfutils/libelf/
common.h 67 if (len >= SARMAG && memcmp (buf, ARMAG, SARMAG) == 0)
  /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/elfutils/src/
ranlib.c 256 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
ar.c 763 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
997 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 202 milliseconds