Searched refs:ARMAG (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/include/aout/
H A Dar.h29 #define ARMAG "!<arch>\012" /* For COFF and a.out archives */ macro
/haiku-buildtools/binutils/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/haiku-buildtools/jam/
H A Dfilent.c163 #define ARMAG "!<arch>\n" macro
197 strncmp( ARMAG, buf, SARMAG ) )
H A Dfileunix.c73 #define ARMAG "!<arch>\n" macro
218 strncmp( ARMAG, buf, SARMAG ) )
/haiku-buildtools/binutils/binutils/
H A Delfedit.c327 On entry the file is positioned just after the ARMAG string. */
535 if (memcmp (armag, ARMAG, SARMAG) == 0)
H A Dreadelf.c16850 On entry the file is positioned just after the ARMAG string. */
17129 if (memcmp (armag, ARMAG, SARMAG) == 0)
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c622 if (strncmp (armag, ARMAG, SARMAG) != 0 &&
1688 wrote = bfd_bwrite (ARMAG, SARMAG, arch);
H A Decoff.c3182 if (! strneq (armag, ARMAG, SARMAG))
/haiku-buildtools/binutils/bfd/
H A Darchive.c838 if (strncmp (armag, ARMAG, SARMAG) != 0
2213 armag = ARMAG;
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c9079 ARMAG string. */
9288 if (memcmp (armag, ARMAG, SARMAG) == 0)

Completed in 240 milliseconds