Searched refs:special_alt (Results 1 – 5 of 5) sorted by relevance
15 struct special_alt { struct 33 void arch_handle_alternative(struct special_alt *alt); argument 42 bool arch_support_alt_relocation(struct special_alt *special_alt,
39 void arch_handle_alternative(struct special_alt *alt) in arch_support_alt_relocation() 41 static struct special_alt *group, *prev;49 struct special_alt *iter = group;65 bool arch_support_alt_relocation(struct special_alt *special_alt,34 arch_support_alt_relocation(struct special_alt * special_alt,struct instruction * insn,struct reloc * reloc) arch_support_alt_relocation() argument
8 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
1726 struct special_alt *special_alt, in handle_group_alt() argument1743 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt()1752 if (insn->offset >= special_alt->orig_off + special_alt->orig_len) in handle_group_alt()1766 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()1771 special_alt->orig_len); in handle_group_alt()1782 if (special_alt->new_len < special_alt->orig_len) { in handle_group_alt()1797 nop->sec = special_alt->new_sec; in handle_group_alt()1798 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt()1799 nop->len = special_alt->orig_len - special_alt->new_len; in handle_group_alt()1805 if (!special_alt->new_len) { in handle_group_alt()[all …]
6 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument