Home | History | Annotate | Download | only in gdb

Lines Matching defs:index_digits

246 index_digits (int count)
252 The INDEX_DIGITS is the number of digits in the largest index that will
258 int index_digits)
263 gdb_printf ("%-*s", (index_digits + 4), result.c_str ());
276 int index_digits)
291 print_section_index (abfd, asect, index_digits);
307 const char *arg, int index_digits)
319 print_section_index (abfd, asect->the_bfd_section, index_digits);
372 int digits = index_digits (section_count);
486 digits = std::max (index_digits (gdb_bfd_count_sections (abfd)),