Searched refs:SIZEOF_AR_HDR (Results 1 – 2 of 2) sorted by relevance
1152 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 …]
564 #define SIZEOF_AR_HDR (3 * XCOFFARMAG_ELEMENT_SIZE + 4 * 12 + 4) macro