Re: [PATCH v3 02/26] objtool: Rename func_for_each_insn()
From: Miroslav Benes
Date: Wed Mar 25 2020 - 04:43:45 EST
On Tue, 24 Mar 2020, Peter Zijlstra wrote:
> There is func_for_each_insn() and func_for_each_insn_all(), the both
> iterate the instructions, but the first uses symbol offset/length
> while the second uses insn->func.
>
> Rename func_for_each_insn() to sym_for_eac_insn() because it iterates
I did not notice before, but there is a typo
s/sym_for_eac_insn/sym_for_each_insn/
> on symbol information.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> Acked-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>
M