Searched refs:special_alt (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/objtool/arch/loongarch/
H A Dspecial.c4 bool arch_support_alt_relocation(struct special_alt *special_alt, argument
/linux-master/tools/objtool/include/objtool/
H A Dspecial.h15 struct special_alt { struct
35 void arch_handle_alternative(unsigned short feature, struct special_alt *alt);
37 bool arch_support_alt_relocation(struct special_alt *special_alt,
/linux-master/tools/objtool/arch/powerpc/
H A Dspecial.c8 bool arch_support_alt_relocation(struct special_alt *special_alt, argument
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt)
41 bool arch_support_alt_relocation(struct special_alt *special_alt, argument
/linux-master/tools/objtool/
H A Dspecial.c57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt)
70 struct special_alt *alt)
136 * Read all the special sections and create a list of special_alt structs which
145 struct special_alt *alt;
H A Dcheck.c1746 struct special_alt *special_alt,
1763 orig_alt_group->cfi = calloc(special_alt->orig_len,
1772 if (insn->offset >= special_alt->orig_off + special_alt->orig_len)
1784 orig_alt_group->first_insn->offset != special_alt->orig_len) {
1789 special_alt->orig_len);
1800 if (special_alt->new_len < special_alt->orig_len) {
1815 nop->sec = special_alt
1745 handle_group_alt(struct objtool_file *file, struct special_alt *special_alt, struct instruction *orig_insn, struct instruction **new_insn) argument
1894 handle_jump_alt(struct objtool_file *file, struct special_alt *special_alt, struct instruction *orig_insn, struct instruction **new_insn) argument
1945 struct special_alt *special_alt, *tmp; local
[all...]

Completed in 172 milliseconds