xref: /kernel/linux/linux-6.6/tools/objtool/arch/powerpc/special.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/objtool/arch/powerpc/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
262306a36Sopenharmony_ci#include <string.h>
362306a36Sopenharmony_ci#include <stdlib.h>
462306a36Sopenharmony_ci#include <objtool/special.h>
562306a36Sopenharmony_ci#include <objtool/builtin.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci
862306a36Sopenharmony_cibool arch_support_alt_relocation(struct special_alt *special_alt,
962306a36Sopenharmony_ci				 struct instruction *insn,
1062306a36Sopenharmony_ci				 struct reloc *reloc)
1162306a36Sopenharmony_ci{
1262306a36Sopenharmony_ci	exit(-1);
1362306a36Sopenharmony_ci}
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_cistruct reloc *arch_find_switch_table(struct objtool_file *file,
1662306a36Sopenharmony_ci				    struct instruction *insn)
1762306a36Sopenharmony_ci{
1862306a36Sopenharmony_ci	exit(-1);
1962306a36Sopenharmony_ci}
20

Indexes created Thu Nov 07 10:32:03 CST 2024