Searched refs:SARMAG (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/include/
H A Dar.h50 #define SARMAG 8 /* strlen(ARMAG); */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/binutils/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/gdb/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_memory.c100 } else if (sz >= SARMAG &&
101 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)
H A Delf_rand.c45 (offset & 1) || offset < SARMAG ||
H A Delf_getident.c60 *sz = SARMAG;
H A Dlibelf_ar_util.c254 s = e->e_rawfile + SARMAG;
/netbsd-current/external/gpl2/gmake/dist/
H A Darscan.c242 # define SARMAG 8 /* Size of that string. */
262 # define SARMAG IMAGE_ARCHIVE_START_SIZE
321 #ifdef SARMAG
323 char buf[SARMAG];
324 register int nread = read (desc, buf, SARMAG);
325 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG))
391 #ifdef SARMAG
392 register long int member_offset = SARMAG;
241 # define SARMAG macro
261 # define SARMAG macro
/netbsd-current/usr.bin/make/
H A Darch.c374 char magic[SARMAG];
429 if (fread(magic, SARMAG, 1, arch) != 1 ||
430 strncmp(magic, ARMAG, SARMAG) != 0) {
649 char magic[SARMAG];
656 if (fread(magic, SARMAG, 1, arch) != 1 ||
657 strncmp(magic, ARMAG, SARMAG) != 0) {
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darchive.c882 char armag[SARMAG + 1];
885 if (bfd_bread (armag, SARMAG, abfd) != SARMAG)
892 bfd_set_thin_archive (abfd, strncmp (armag, ARMAGT, SARMAG) == 0);
894 if (strncmp (armag, ARMAG, SARMAG) != 0
911 bfd_ardata (abfd)->first_file_filepos = SARMAG;
2188 wrote = bfd_bwrite (armag, SARMAG, arch);
2189 if (wrote != SARMAG)
2468 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2525 bfd_ardata (arch)->armap_datepos = (SARMAG
[all...]
H A Darchive64.c183 + SARMAG);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darchive64.c183 + SARMAG);
H A Darchive.c885 char armag[SARMAG + 1];
888 if (bfd_bread (armag, SARMAG, abfd) != SARMAG)
895 bfd_set_thin_archive (abfd, strncmp (armag, ARMAGT, SARMAG) == 0);
897 if (strncmp (armag, ARMAG, SARMAG) != 0
914 bfd_ardata (abfd)->first_file_filepos = SARMAG;
2191 wrote = bfd_bwrite (armag, SARMAG, arch);
2192 if (wrote != SARMAG)
2482 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2539 bfd_ardata (arch)->armap_datepos = (SARMAG
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c866 char armag[SARMAG + 1];
869 if (bfd_bread (armag, SARMAG, abfd) != SARMAG)
876 bfd_set_thin_archive (abfd, strncmp (armag, ARMAGT, SARMAG) == 0);
878 if (strncmp (armag, ARMAG, SARMAG) != 0
895 bfd_ardata (abfd)->first_file_filepos = SARMAG;
2162 wrote = bfd_bwrite (armag, SARMAG, arch);
2163 if (wrote != SARMAG)
2461 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2518 bfd_ardata (arch)->armap_datepos = (SARMAG
[all...]
H A Darchive64.c180 + SARMAG);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Darchive.c861 char armag[SARMAG + 1];
864 if (bfd_bread (armag, SARMAG, abfd) != SARMAG)
871 bfd_set_thin_archive (abfd, strncmp (armag, ARMAGT, SARMAG) == 0);
873 if (strncmp (armag, ARMAG, SARMAG) != 0
890 bfd_ardata (abfd)->first_file_filepos = SARMAG;
2175 wrote = bfd_bwrite (armag, SARMAG, arch);
2176 if (wrote != SARMAG)
2454 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2511 bfd_ardata (arch)->armap_datepos = (SARMAG
[all...]
H A Darchive64.c183 + SARMAG);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfedit.c722 char armag[SARMAG];
735 if (fread (armag, SARMAG, 1, file) != 1)
743 if (memcmp (armag, ARMAG, SARMAG) == 0)
745 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
H A Delfcomm.c626 arch->next_arhdr_offset = SARMAG;
629 if (fseek (file, SARMAG, SEEK_SET) != 0)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfedit.c770 char armag[SARMAG];
783 if (fread (armag, SARMAG, 1, file) != 1)
791 if (memcmp (armag, ARMAG, SARMAG) == 0)
793 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
H A Delfcomm.c505 arch->next_arhdr_offset = SARMAG;
508 if (fseek (file, SARMAG, SEEK_SET) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfedit.c734 char armag[SARMAG];
747 if (fread (armag, SARMAG, 1, file) != 1)
755 if (memcmp (armag, ARMAG, SARMAG) == 0)
757 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
H A Delfcomm.c630 arch->next_arhdr_offset = SARMAG;
633 if (fseek (file, SARMAG, SEEK_SET) != 0)

Completed in 226 milliseconds

12