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

  /bionic/libc/include/
ar.h 62 #define ARFMAG "`\n"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h 32 #define ARFMAG "`\n" /* String in ar_fmag at end of each header. */
43 char ar_fmag[2]; /* Always contains ARFMAG. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 32 #define ARFMAG "`\n" /* String in ar_fmag at end of each header. */
43 char ar_fmag[2]; /* Always contains ARFMAG. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 32 #define ARFMAG "`\n" /* String in ar_fmag at end of each header. */
43 char ar_fmag[2]; /* Always contains ARFMAG. */
  /ndk/sources/host-tools/make-3.81/
arscan.c 243 # define ARFMAG "`\n" /* String in ar_fmag at end of each header. */
251 char ar_fmag[2]; /* Always contains ARFMAG. */
536 #if defined(ARFMAG) || defined(ARFZMAG)
538 # ifdef ARFMAG
539 bcmp (member_header.ar_fmag, ARFMAG, 2)
793 #if defined(ARFMAG) || defined(ARFZMAG) || defined(AIAMAG) || defined(WINDOWS32)
  /external/elfutils/libelf/
elf_getarsym.c 133 if (memcmp (index_hdr->ar_fmag, ARFMAG, 2) != 0)
elf_begin.c 785 if (unlikely (memcmp (ar_hdr->ar_fmag, ARFMAG, 2) != 0))
    [all...]
  /external/elfutils/src/
arlib.c 82 memcpy (ar_hdr.ar_fmag, ARFMAG, sizeof (ar_hdr.ar_fmag));
ar.c     [all...]

Completed in 6317 milliseconds