Home | History | Annotate | Download | only in binutils

Lines Matching defs:hex

274   HEX,
451 case HEX:
564 to print multibyte characters, it just interprets them as hex values. */
594 static char hex[17] = "0123456789ABCDEF";
599 * buf ++ = hex[(c & 0xf0) >> 4];
600 * buf ++ = hex[c & 0x0f];
4209 character wide field, so put the hex value first. */
4246 {"hex-dump", required_argument, 0, 'x'},
4291 -x --hex-dump=<number|name>\n\
4963 print_vma (segment->p_align, HEX);
8914 print_vma (val, HEX);