Lines Matching refs:radix_hex
123 radix_hex, enumerator
133 [radix_hex] = 8,
139 [radix_hex] = 16,
218 radix = radix_hex; in parse_opt()
244 radix = radix_hex; in parse_opt()
324 int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in print_header()
435 printf ((radix == radix_hex in show_sysv()
448 if (radix == radix_hex) in show_sysv()
489 printf ((radix == radix_hex ? "%" PRIx64 "(%s)" in show_sysv_one_line()
497 if (radix == radix_hex) in show_sysv_one_line()
521 const int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in show_bsd()
547 : radix == radix_hex in show_bsd()
573 int xdigits = length_map[totals_class - 1][radix_hex]; in show_bsd_totals()
613 printf (radix == radix_hex ? "%" PRIx64 "(%c%c%c)" in show_segments()
624 if (radix == radix_hex) in show_segments()