1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 struct list_head list;
20 struct section *orig_sec;
21 unsigned long orig_off;
23 struct section *new_sec;
24 unsigned long new_off;
26 unsigned int orig_len, new_len; /* group only */
29 int special_get_alts(struct elf *elf, struct list_head *alts);
31 #endif /* _SPECIAL_H */