Home | History | Annotate | Download | only in bfd

Lines Matching full:sanity

305               /* Sanity check.  */
335 /* Sanity check. */
397 /* Sanity checks. */
445 unsigned int sanity;
460 /* Check sanity (= magic) number. */
461 sanity = bfd_getl32 (lhd.sanity);
462 if (!(sanity == LHD_SANEID3
463 || sanity == LHD_SANEID6
464 || sanity == LHD_SANEID_DCX))
1302 /* Sanity check. */
1328 /* Sanity check. The MHD must be big enough to contain module size. */
1488 /* Sanity check. */
2047 /* Count the number of modules (and do a first sanity check). */
2255 bfd_putl32 (saneid, lhd->sanity);