Lines Matching defs:next
286 struct section_argument *next;
355 list = a->next;
414 a->next = NULL;
419 *tailp = &a->next;
2815 /* Get the data at the next offset. */
2846 /* Find the next offset. */
2892 /* Get the data at the next offset. */
2929 /* Find the next offset. */
3002 /* Get the data at the next offset. */
3036 /* Get the data at the next offset. */
3096 /* Get the data at the next offset. */
3130 /* Get the data at the next offset. */
5187 Dwarf_Off next = table->table[*idxp].offset;
5188 if (next > off)
5189 return next;
5204 /* Returns the next index, base address and CU associated with the
5229 /* Returns the next index with the current CU for the given attribute.
5414 "Warning: Bad address base for next unit at %"
5422 there is one for the next. We will have to
5725 /* Round the address to the next multiple of 2*address_size. */
6821 struct cieinfo *next;
7025 newp->next = cies;
7038 cie = cie->next;
7950 error (0, 0, _("cannot get next unit: %s"), dwarf_errmsg (-1));
8079 /* Make room for the next level's DIE. */
8093 error (0, 0, _("cannot get next DIE: %s\n"),
8101 error (0, 0, _("cannot get next DIE: %s"),
8614 /* The next element of the header is the version identifier. */
10019 struct mac_culist *next;
10084 newp->next = culist;
10101 culist = culist->next;
10249 newp->next = culist;
10330 cu = cu->next;
12984 for (const struct section_argument *a = list; a != NULL; a = a->next)