Searched refs:SARMAG (Results 1 - 25 of 34) sorted by last modified time

12

/netbsd-current/usr.bin/make/
H A Darch.c373 char magic[SARMAG];
428 if (fread(magic, SARMAG, 1, arch) != 1 ||
429 strncmp(magic, ARMAG, SARMAG) != 0) {
648 char magic[SARMAG];
655 if (fread(magic, SARMAG, 1, arch) != 1 ||
656 strncmp(magic, ARMAG, SARMAG) != 0) {
/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 Dlibelf_ar_util.c254 s = e->e_rawfile + SARMAG;
H A Dlibelf_ar.c134 assert((uintptr_t) arh >= (uintptr_t) parent->e_rawfile + SARMAG);
H A Delf_rand.c45 (offset & 1) || offset < SARMAG ||
H A Delf_getident.c60 *sz = SARMAG;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c22722 char armag[SARMAG];
22757 if (fread (armag, SARMAG, 1, filedata->handle) != 1)
22768 if (memcmp (armag, ARMAG, SARMAG) == 0)
22773 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
/netbsd-current/external/gpl3/binutils/dist/bfd/
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/gdb/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Decoff.c3054 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
H A Darchive64.c183 + SARMAG);
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...]
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Decoff.c3092 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
H A Darchive64.c183 + SARMAG);
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...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c20945 char armag[SARMAG];
20980 if (fread (armag, SARMAG, 1, filedata->handle) != 1)
20990 if (memcmp (armag, ARMAG, SARMAG) == 0)
20995 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
H A Delfcomm.c630 arch->next_arhdr_offset = SARMAG;
633 if (fseek (file, SARMAG, SEEK_SET) != 0)
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)
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h32 #define SARMAG 8 macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c20361 char armag[SARMAG];
20396 if (fread (armag, SARMAG, 1, filedata->handle) != 1)
20406 if (memcmp (armag, ARMAG, SARMAG) == 0)
20411 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
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.old/dist/bfd/
H A Decoff.c3069 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
H A Darchive64.c180 + SARMAG);

Completed in 603 milliseconds

12