Home
last modified time | relevance | path

Searched refs:special_alt (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/objtool/include/objtool/
Dspecial.h15 struct special_alt { struct
35 void arch_handle_alternative(unsigned short feature, struct special_alt *alt); argument
37 bool arch_support_alt_relocation(struct special_alt *special_alt,
/Linux-v6.6/tools/objtool/arch/x86/
Dspecial.c10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
41 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
/Linux-v6.6/tools/objtool/arch/powerpc/
Dspecial.c8 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
/Linux-v6.6/tools/objtool/
Dcheck.c1727 struct special_alt *special_alt, in handle_group_alt() argument
1744 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt()
1753 if (insn->offset >= special_alt->orig_off + special_alt->orig_len) in handle_group_alt()
1765 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1770 special_alt->orig_len); in handle_group_alt()
1781 if (special_alt->new_len < special_alt->orig_len) { in handle_group_alt()
1796 nop->sec = special_alt->new_sec; in handle_group_alt()
1797 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt()
1798 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 …]
Dspecial.c57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
70 struct special_alt *alt) in get_alt_entry()
145 struct special_alt *alt; in special_get_alts()