Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c1319 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1349 new_alt_group = malloc(sizeof(*new_alt_group)); in handle_group_alt()
1350 if (!new_alt_group) { in handle_group_alt()
1377 nop->alt_group = new_alt_group; in handle_group_alt()
1397 insn->alt_group = new_alt_group; in handle_group_alt()
1442 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1443 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1444 new_alt_group->last_insn = nop ? : last_new_insn; in handle_group_alt()
1445 new_alt_group in handle_group_alt()
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c1732 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1775 new_alt_group = malloc(sizeof(*new_alt_group)); in handle_group_alt()
1776 if (!new_alt_group) { in handle_group_alt()
1801 nop->alt_group = new_alt_group; in handle_group_alt()
1821 insn->alt_group = new_alt_group; in handle_group_alt()
1862 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1863 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1864 new_alt_group->last_insn = last_new_insn; in handle_group_alt()
1865 new_alt_group in handle_group_alt()
[all...]

Completed in 7 milliseconds