Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf-prologue.c39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn() argument
50 *(pos->pos)++ = new_insn; in append_insn()
/tools/objtool/
Dcheck.c1379 struct instruction **new_insn) in handle_group_alt() argument
1445 *new_insn = nop; in handle_group_alt()
1449 insn = *new_insn; in handle_group_alt()
1506 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1520 struct instruction **new_insn) in handle_jump_alt() argument
1557 *new_insn = list_next_entry(orig_insn, list); in handle_jump_alt()
1570 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1590 new_insn = NULL; in add_special_section_alts()
1592 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1594 if (!new_insn) { in add_special_section_alts()
[all …]