Home | History | Annotate | Download | only in src

Lines Matching defs:hex

101   { "hex-dump", 'x', "SECTION", 0,
223 /* Select hex dumping of sections. */
8491 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name
8496 #define DO_TYPE(NAME, Name, hex, dec) \
8528 #define DO_TYPE(NAME, Name, hex, dec) \
8544 #define DO_TYPE(NAME, Name, hex, dec) \
8547 0, item->name, hex, value_##Name[0]); \
8635 #define DO_TYPE(NAME, Name, hex, dec) \
8918 /* Print each byte in hex, the whole thing in native byte order. */
8922 char hex[bits / 4 + 1];
8923 hex[bits / 4] = '\0';
8931 for (char *h = hex; bits > 0; bits -= 8, idx += incr)
8937 maxregname, name, "0x%s", hex);
9120 case 'x': /* hex */