Home
last modified time | relevance | path

Searched refs:stack_ops (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.h63 struct list_head stack_ops; member
H A Dcheck.c383 INIT_LIST_HEAD(&insn->stack_ops); in decode_instructions()
392 &insn->stack_ops); in decode_instructions()
999 list_for_each_entry_safe(op, tmp, &insn->stack_ops, list) { in remove_insn_ops()
1076 * Annotated intra-function calls retain the stack_ops but in add_call_dest()
1110 * Annotated intra-function calls retain the stack_ops but in add_retpoline_call()
1370 INIT_LIST_HEAD(&nop->stack_ops); in handle_group_alt()
1953 * See add_call_destinations(), which strips stack_ops from in read_intra_function_calls()
2641 list_for_each_entry(op, &insn->stack_ops, list) { in handle_insn_ops()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dcheck.h78 struct stack_op *stack_ops; member
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Ddecode.c151 struct stack_op **ops_list = &insn->stack_ops; in arch_decode_instruction()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c1342 for (op = insn->stack_ops; op; op = next) { in remove_insn_ops()
1346 insn->stack_ops = NULL; in remove_insn_ops()
1442 * Annotated intra-function calls retain the stack_ops but in add_call_dest()
1476 * Annotated intra-function calls retain the stack_ops but in add_retpoline_call()
2462 * See add_call_destinations(), which strips stack_ops from in read_intra_function_calls()
3263 for (op = insn->stack_ops; op; op = op->next) { in handle_insn_ops()

Completed in 9 milliseconds