Home
last modified time | relevance | path

Searched refs:new_alt_group (Results 1 – 1 of 1) sorted by relevance

/linux/tools/objtool/
H A Dcheck.c1731 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1776 new_alt_group = calloc(1, sizeof(*new_alt_group)); in handle_group_alt()
1777 if (!new_alt_group) { in handle_group_alt()
1801 nop->alt_group = new_alt_group; in handle_group_alt()
1819 insn->alt_group = new_alt_group; in handle_group_alt()
1860 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1861 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1862 new_alt_group->last_insn = last_new_insn; in handle_group_alt()
1863 new_alt_group->nop = nop; in handle_group_alt()
1864 new_alt_group->ignore = (*new_insn)->ignore_alts; in handle_group_alt()
[all …]