Searched refs:ISHEX (Results 1 – 5 of 5) sorted by relevance
93 #define ISHEX(x) hex_p(x) macro276 if (!ISHEX (*src)) in getvalue()284 if (!ISHEX (*src)) in getvalue()301 if (!ISHEX (*src)) in getsym()528 if (!ISHEX (src[0]) || !ISHEX (src[1])) in pass_over()603 if (b[0] != '%' || !ISHEX (b[1]) || !ISHEX (b[2]) || !ISHEX (b[3])) in tekhex_object_p()
121 #define ISHEX(x) hex_p(x) macro424 while (ISHEX (c)) in srec_scan()468 if (! ISHEX (hdr[1]) || ! ISHEX (hdr[2])) in srec_scan()470 if (! ISHEX (hdr[1])) in srec_scan()657 if (b[0] != 'S' || !ISHEX (b[1]) || !ISHEX (b[2]) || !ISHEX (b[3])) in srec_object_p()744 BFD_ASSERT (ISHEX (hdr[1]) && ISHEX (hdr[2])); in srec_read_section()
137 #define ISHEX(x) (hex_p (x)) macro296 if (! ISHEX (hdr[i])) in ihex_scan()322 if (! ISHEX (buf[i])) in ihex_scan()510 if (! ISHEX (b[i])) in ihex_object_p()
7049 (ISHEX): Define new macro for checking supposedly hex characters.
4527 * tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.