1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Weak definitions necessary to compile objtool without
5 * some subcommands (e.g. check, orc).
10 #include <objtool/objtool.h>
12 #define UNSUPPORTED(name) \
14 fprintf(stderr, "error: objtool: " name " not implemented\n"); \
18 int __weak orc_dump(const char *_objname)
23 int __weak orc_create(struct objtool_file *file)