Home | History | Annotate | Download | only in bfd

Lines Matching defs:ISHEX

121 #define	ISHEX(x)    hex_p(x)
425 while (ISHEX (c))
469 if (! ISHEX (hdr[1]) || ! ISHEX (hdr[2]))
471 if (! ISHEX (hdr[1]))
653 if (b[0] != 'S' || !ISHEX (b[1]) || !ISHEX (b[2]) || !ISHEX (b[3]))
740 BFD_ASSERT (ISHEX (hdr[1]) && ISHEX (hdr[2]));