Home
last modified time | relevance | path

Searched refs:ISHEX (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dtekhex.c92 #define ISHEX(x) hex_p(x) macro
274 if (!ISHEX (*src)) in getvalue()
282 if (!ISHEX (*src)) in getvalue()
299 if (!ISHEX (*src)) in getsym()
481 if (!ISHEX (src[0]) || !ISHEX (src[1])) in pass_over()
556 if (b[0] != '%' || !ISHEX (b[1]) || !ISHEX (b[2]) || !ISHEX (b[3])) in tekhex_object_p()
Dsrec.c121 #define ISHEX(x) hex_p(x) macro
424 while (ISHEX (c)) in srec_scan()
462 if (! ISHEX (hdr[1]) || ! ISHEX (hdr[2])) in srec_scan()
464 if (! ISHEX (hdr[1])) in srec_scan()
603 if (b[0] != 'S' || !ISHEX (b[1]) || !ISHEX (b[2]) || !ISHEX (b[3])) in srec_object_p()
690 BFD_ASSERT (ISHEX (hdr[1]) && ISHEX (hdr[2])); in srec_read_section()
Dihex.c136 #define ISHEX(x) (hex_p (x)) macro
295 if (! ISHEX (hdr[i])) in ihex_scan()
321 if (! ISHEX (buf[i])) in ihex_scan()
509 if (! ISHEX (b[i])) in ihex_object_p()
DChangeLog-91937049 (ISHEX): Define new macro for checking supposedly hex characters.
DChangeLog-94954527 * tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.