Home
last modified time | relevance | path

Searched refs:SIZEOF_AR_HDR (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-rs6000.c1152 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1153 != SIZEOF_AR_HDR)
1396 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1397 != SIZEOF_AR_HDR)
1404 amt = SIZEOF_AR_HDR + namlen + 1;
1411 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1412 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1417 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1421 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1610 for (p = (char *) &hdr; p < (char *) &hdr + SIZEOF_AR_HDR; p++)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dxcoff.h564 #define SIZEOF_AR_HDR (3 * XCOFFARMAG_ELEMENT_SIZE + 4 * 12 + 4) macro