Searched hist:"6545 eb030e6f14cef8793a86312483c788eaee46" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/objtool/ |
H A D | weak.c | diff 6545eb030e6f14cef8793a86312483c788eaee46 Tue Aug 25 07:47:39 CDT 2020 Julien Thierry <jthierry@redhat.com> objtool: Move object file loading out of check()
Structure objtool_file can be used by different subcommands. In fact it already is, by check and orc.
Provide a function that allows to initialize objtool_file, that builtin can call, without relying on check to do the correct setup for them and explicitly hand the objtool_file to them.
Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
|
H A D | objtool.c | diff 6545eb030e6f14cef8793a86312483c788eaee46 Tue Aug 25 07:47:39 CDT 2020 Julien Thierry <jthierry@redhat.com> objtool: Move object file loading out of check()
Structure objtool_file can be used by different subcommands. In fact it already is, by check and orc.
Provide a function that allows to initialize objtool_file, that builtin can call, without relying on check to do the correct setup for them and explicitly hand the objtool_file to them.
Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
|
H A D | builtin-check.c | diff 6545eb030e6f14cef8793a86312483c788eaee46 Tue Aug 25 07:47:39 CDT 2020 Julien Thierry <jthierry@redhat.com> objtool: Move object file loading out of check()
Structure objtool_file can be used by different subcommands. In fact it already is, by check and orc.
Provide a function that allows to initialize objtool_file, that builtin can call, without relying on check to do the correct setup for them and explicitly hand the objtool_file to them.
Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
|
H A D | check.c | diff 6545eb030e6f14cef8793a86312483c788eaee46 Tue Aug 25 07:47:39 CDT 2020 Julien Thierry <jthierry@redhat.com> objtool: Move object file loading out of check()
Structure objtool_file can be used by different subcommands. In fact it already is, by check and orc.
Provide a function that allows to initialize objtool_file, that builtin can call, without relying on check to do the correct setup for them and explicitly hand the objtool_file to them.
Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
|