Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Dspecial.h15 struct special_alt { struct
34 void arch_handle_alternative(unsigned short feature, struct special_alt *alt); argument
36 bool arch_support_alt_relocation(struct special_alt *special_alt,
Dcheck.c983 struct special_alt *special_alt, in handle_group_alt() argument
995 if (insn->offset >= special_alt->orig_off + special_alt->orig_len) in handle_group_alt()
1013 fake_jump->sec = special_alt->new_sec; in handle_group_alt()
1020 if (!special_alt->new_len) { in handle_group_alt()
1023 special_alt->orig_sec->name); in handle_group_alt()
1037 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt()
1057 !arch_support_alt_relocation(special_alt, insn, alt_reloc)) { in handle_group_alt()
1071 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt()
1074 special_alt->orig_sec->name); in handle_group_alt()
1089 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
[all …]
Dspecial.c54 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
60 struct special_alt *alt) in get_alt_entry()
128 struct special_alt *alt; in special_get_alts()
/Linux-v5.10/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
50 return insn->offset == special_alt->new_off && in arch_support_alt_relocation()