Lines Matching refs:next
52 struct instruction *next = list_next_entry(insn, list);
54 if (!next || &next->list == &file->insn_list || next->sec != insn->sec)
57 return next;
63 struct instruction *next = list_next_entry(insn, list);
69 if (&next->list != &file->insn_list && next->func == func)
70 return next;
1652 * First pass: Mark the head of each jump table so that in the next pass,
1653 * we know when a given jump table ends and the next one starts.
2876 WARN("%s() falls through to next function %s()",
3151 struct instruction *next, *dest;
3155 next = next_insn_to_validate(file, insn);
3248 if (!next) {
3252 insn = next;