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

/netbsd-current/include/
H A Dar.h49 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
50 #define SARMAG 8 /* strlen(ARMAG); */
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/aout/
H A Dar.h30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_memory.c101 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)
/netbsd-current/external/gpl2/gmake/dist/
H A Darscan.c241 # 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)
240 # define ARMAG macro
260 # define ARMAG macro
/netbsd-current/usr.bin/make/
H A Darch.c430 strncmp(magic, ARMAG, SARMAG) != 0) {
657 strncmp(magic, ARMAG, SARMAG) != 0) {
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darchive.c894 if (strncmp (armag, ARMAG, SARMAG) != 0
2185 armag = ARMAG;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfedit.c535 On entry the file is positioned just after the ARMAG string. */
755 if (memcmp (armag, ARMAG, SARMAG) == 0)
H A Dreadelf.c20650 On entry the file is positioned just after the ARMAG string.
20990 if (memcmp (armag, ARMAG, SARMAG) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfedit.c558 On entry the file is positioned just after the ARMAG string. */
791 if (memcmp (armag, ARMAG, SARMAG) == 0)
H A Dreadelf.c22426 On entry the file is positioned just after the ARMAG string.
22768 if (memcmp (armag, ARMAG, SARMAG) == 0)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfedit.c558 On entry the file is positioned just after the ARMAG string. */
791 if (memcmp (armag, ARMAG, SARMAG) == 0)
H A Dreadelf.c23229 On entry the file is positioned just after the ARMAG string.
23571 if (memcmp (armag, ARMAG, SARMAG) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Darchive.c873 if (strncmp (armag, ARMAG, SARMAG) != 0
2172 armag = ARMAG;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c897 if (strncmp (armag, ARMAG, SARMAG) != 0
2188 armag = ARMAG;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darchive.c917 if (strncmp (armag, ARMAG, SARMAG) != 0
2211 armag = ARMAG;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.cc351 || strncmp (magic, ARMAG, SARMAG))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DModule.cc351 || strncmp (magic, ARMAG, SARMAG))

Completed in 456 milliseconds