Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c1370 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1400 new_alt_group = malloc(sizeof(*new_alt_group)); in handle_group_alt()
1401 if (!new_alt_group) { in handle_group_alt()
1428 nop->alt_group = new_alt_group; in handle_group_alt()
1448 insn->alt_group = new_alt_group; in handle_group_alt()
1493 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1494 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1495 new_alt_group->last_insn = nop ? : last_new_insn; in handle_group_alt()
1496 new_alt_group->cfi = orig_alt_group->cfi; in handle_group_alt()