Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Dcheck.h37 int alt_group; member
Dcheck.c989 unsigned int alt_group = alt_group_next_index++; in handle_group_alt() local
998 insn->alt_group = alt_group; in handle_group_alt()
1032 alt_group = alt_group_next_index++; in handle_group_alt()
1044 insn->alt_group = alt_group; in handle_group_alt()
2200 if (insn->alt_group && memcmp(&state->cfi, &old_cfi, sizeof(struct cfi_state))) { in handle_insn_ops()
2408 int alt_group = insn->alt_group; in fill_alternative_cfi() local
2411 if (insn->alt_group != alt_group) in fill_alternative_cfi()
2483 if (insn->alt_group) in validate_branch()