hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/objtool/arch.h
....@@ -90,6 +90,7 @@
9090
9191 bool arch_is_retpoline(struct symbol *sym);
9292 bool arch_is_rethunk(struct symbol *sym);
93
+bool arch_is_embedded_insn(struct symbol *sym);
9394
9495 int arch_rewrite_retpolines(struct objtool_file *file);
9596