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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-6-1-5-RELEASE/include/
H A Dar.h49 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
50 #define SARMAG 8 /* strlen(ARMAG); */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_memory.c86 strncmp(image, ARMAG, (size_t) SARMAG) == 0) {
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Darscan.c246 # define ARMAG "!<arch>\n" /* String that begins an archive file. */
266 # define ARMAG IMAGE_ARCHIVE_START
333 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG))
388 if (nread != sizeof (buf) || buf != ARMAG)
245 # define ARMAG macro
265 # define ARMAG macro
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Darch.c604 * We use the ARMAG string to make sure this is an archive we
608 (strncmp(magic, ARMAG, SARMAG) != 0)) {
862 * We use the ARMAG string to make sure this is an archive we
866 (strncmp(magic, ARMAG, SARMAG) != 0)) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Delfedit.c288 On entry the file is positioned just after the ARMAG string. */
496 if (memcmp (armag, ARMAG, SARMAG) == 0)
H A Dreadelf.c12449 On entry the file is positioned just after the ARMAG string. */
12711 if (memcmp (armag, ARMAG, SARMAG) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive.c759 if (strncmp (armag, ARMAG, SARMAG) != 0
2046 armag = ARMAG;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive.c758 if (strncmp (armag, ARMAG, SARMAG) != 0
2047 armag = ARMAG;

Completed in 146 milliseconds