kernel/tools/objtool/arch.h
.. .. @@ -90,6 +90,7 @@ 90 90 91 91 bool arch_is_retpoline(struct symbol *sym); 92 92 bool arch_is_rethunk(struct symbol *sym); 93 +bool arch_is_embedded_insn(struct symbol *sym);93 94 94 95 int arch_rewrite_retpolines(struct objtool_file *file); 95 96