Star64_linux/tools/objtool
Peter Zijlstra 60041bcd8f objtool: Make handle_insn_ops() unconditional
Now that every instruction has a list of stack_ops; we can trivially
distinquish those instructions that do not have stack_ops, their list
is empty.

This means we can now call handle_insn_ops() unconditionally.

Suggested-by: Julien Thierry <jthierry@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lkml.kernel.org/r/20200428191659.795115188@infradead.org
2020-04-30 20:14:32 +02:00
..
arch/x86 objtool: Rework allocating stack_ops on decode 2020-04-30 20:14:32 +02:00
Documentation objtool: Fix ORC vs alternatives 2020-04-30 20:14:31 +02:00
.gitignore
arch.h objtool: Constify arch_decode_instruction() 2020-04-23 08:34:18 +02:00
Build
builtin-check.c objtool: Implement noinstr validation 2020-04-22 10:53:50 +02:00
builtin-orc.c
builtin.h objtool: Implement noinstr validation 2020-04-22 10:53:50 +02:00
cfi.h objtool: Fix !CFI insn_state propagation 2020-04-22 10:53:50 +02:00
check.c objtool: Make handle_insn_ops() unconditional 2020-04-30 20:14:32 +02:00
check.h objtool: Uniquely identify alternative instruction groups 2020-04-30 20:14:31 +02:00
elf.c objtool: Rename elf_read() to elf_open_read() 2020-04-23 08:34:18 +02:00
elf.h objtool: Rename elf_read() to elf_open_read() 2020-04-23 08:34:18 +02:00
Makefile objtool: Split out arch-specific CFI definitions 2020-04-22 10:53:49 +02:00
objtool.c
orc.h
orc_dump.c objtool: Support Clang non-section symbols in ORC dump 2020-04-14 11:59:52 +02:00
orc_gen.c objtool: Optimize !vmlinux.o again 2020-04-22 10:53:50 +02:00
special.c
special.h
sync-check.sh
warn.h