]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
objtool: Create disassembly context
authorAlexandre Chartre <alexandre.chartre@oracle.com>
Fri, 21 Nov 2025 09:53:12 +0000 (10:53 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 21 Nov 2025 14:30:06 +0000 (15:30 +0100)
commit1013f2e37bec39b1df5679e1c1e2572ece87c088
tree19665abf64be0701afcfed6f32dc2a77c3411540
parent55d2a473f317ab028d78a5c5ca69473643657c3d
objtool: Create disassembly context

Create a structure to store information for disassembling functions.
For now, it is just a wrapper around an objtool file.

Signed-off-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://patch.msgid.link/20251121095340.464045-3-alexandre.chartre@oracle.com
tools/objtool/check.c
tools/objtool/disas.c
tools/objtool/include/objtool/disas.h [new file with mode: 0644]
tools/objtool/include/objtool/objtool.h