Lines Matching refs:list
109 N_("Display histogram of bucket list lengths"), 0 },
215 /* True if bucket list length histogram should be printed. */
350 cleanup_list (struct section_argument *list)
352 while (list != NULL)
354 struct section_argument *a = list;
355 list = a->next;
3256 \nHistogram for bucket list length in section [%2u] '%s' (total of %d bucket):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n",
3258 \nHistogram for bucket list length in section [%2u] '%s' (total of %d buckets):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n",
3589 /* Find the library list sections. For this we have to search
3608 \nLibrary list section [%2zu] '%s' at offset %#0" PRIx64 " contains %d entry:\n",
3610 \nLibrary list section [%2zu] '%s' at offset %#0" PRIx64 " contains %d entries:\n",
5205 list unit offsets. If there is none false is returned, otherwise
5985 error (0, 0, _("invalid range list data"));
6266 else if (begin == 0 && end == 0) /* End of list entry. */
6269 printf (_(" [%6tx] empty list\n"), offset);
6275 if (first) /* First address range entry in a list. */
7409 printf (" %*s%-20s (%s) location list [%6"
7430 printf (" %*s%-20s (%s) location list [%6" PRIxMAX "]%s\n",
7463 printf (" %*s%-20s (%s) range list [%6"
7483 printf (" %*s%-20s (%s) range list [%6"
9857 if (first) /* First view pair in a list. */
9970 else if (begin == 0 && end == 0) /* End of list entry. */
9973 printf (_(" [%6tx] empty list\n"), offset);
9981 if (first) /* First entry in a list. */
10089 /* Convert the list into an array for easier consumption. */
10225 match .debug_line offset. And just stored in a list. */
11215 printf (_("\n CU list at offset %#" PRIx32
11240 printf (_("\n TU list at offset %#" PRIx32
11269 printf (_("\n Address list at offset %#" PRIx32
12016 /* This is a list of strings separated by '\n'. */
12975 for_each_section_argument (Elf *elf, const struct section_argument *list,
12984 for (const struct section_argument *a = list; a != NULL; a = a->next)