Searched refs:length_map (Results 1 – 2 of 2) sorted by relevance
134 static const int length_map[2][3] = variable345 int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in print_header()346 int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in print_header()411 const int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_sysv()536 const int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in show_bsd()537 const int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in show_bsd()585 int ddigits = length_map[totals_class - 1][radix_decimal]; in show_bsd_totals()586 int xdigits = length_map[totals_class - 1][radix_hex]; in show_bsd_totals()
523 static const int length_map[2][3] = variable781 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix]; in show_symbols_sysv()924 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_bsd()1059 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_posix()