Home | History | Annotate | Download | only in src

Lines Matching refs:hex

92   { "hex-dump", 'x', "SECTION", 0,
185 /* Select hex dumping of sections. */
5440 #define DO_TYPE(NAME, Name, hex, dec, max) GElf_##Name Name[count]
5472 #define DO_TYPE(NAME, Name, hex, dec, max) \
5488 #define DO_TYPE(NAME, Name, hex, dec, max) \
5491 0, item->name, max, hex, value.Name[0]); \
5564 #define DO_TYPE(NAME, Name, hex, dec, max) \
5819 hex, the whole thing in native byte order. */
5823 char hex[bits / 4 + 1];
5824 hex[bits / 4] = '\0';
5832 for (char *h = hex; bits > 0; bits -= 8, idx += incr)
5839 2 + sizeof hex - 1, "0x%s", hex);
6028 case 'x': /* hex */