hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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