linux/tools/objtool/arch/x86
Juergen Gross f88dc319fc objtool: Allow multiple pv_ops arrays
Having a single large pv_ops array has the main disadvantage of needing all
prototypes of the single array members in one header file. This is adding up
to the need to include lots of otherwise unrelated headers.

In order to allow multiple smaller pv_ops arrays dedicated to one area of the
kernel each, allow multiple arrays in objtool.

For better performance limit the possible names of the arrays to start with
"pv_ops".

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260105110520.21356-19-jgross@suse.com
2026-01-13 13:39:49 +01:00
..
include/arch objtool: Add elf_create_section_pair() 2023-06-07 10:03:17 -07:00
Build objtool: Add Function to get the name of a CPU feature 2025-11-24 20:39:47 +01:00
decode.c objtool: Allow multiple pv_ops arrays 2026-01-13 13:39:49 +01:00
orc.c objtool: Add annotype() helper 2025-10-14 14:46:49 -07:00
special.c objtool: Add Function to get the name of a CPU feature 2025-11-24 20:39:47 +01:00