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

  /bionic/libc/include/
ar.h 50 #define ARMAG "!<arch>\n"
  /external/elfutils/libelf/
common.h 46 if (len >= SARMAG && memcmp (buf, ARMAG, SARMAG) == 0)
  /external/elfutils/src/
ranlib.c 228 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
ar.c 770 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
1007 if (unlikely (write_retry (newfd, ARMAG, SARMAG) != SARMAG))
    [all...]

Completed in 2194 milliseconds