1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 #include <objtool/special.h> 3 4 bool arch_support_alt_relocation(struct specia 5 struct instru 6 struct reloc 7 { 8 return false; 9 } 10 11 struct reloc *arch_find_switch_table(struct ob 12 struct in 13 { 14 return NULL; 15 } 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.