Home | History | Annotate | Download | only in bfd

Lines Matching refs:reclen

549       unsigned int reclen;
559 reclen = bfd_getl32 (buf_reclen);
560 buf = bfd_malloc (reclen);
563 if (bfd_bread (buf, reclen, abfd) != reclen)
586 BFD_ASSERT (sbm_off <= reclen);