Searched refs:special_alt (Results 1 – 6 of 6) sorted by relevance
/linux/tools/objtool/include/objtool/ |
H A D | special.h | 15 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/tools/objtool/arch/x86/ |
H A D | special.c | 10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() 12 static struct special_alt *group, *prev; in arch_handle_alternative() 20 struct special_alt *iter = group; in arch_handle_alternative() 64 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
|
/linux/tools/objtool/ |
H A D | check.c | 1798 struct special_alt *special_alt, in handle_group_alt() argument 1815 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt() 1824 if (insn->offset >= special_alt->orig_off + special_alt->orig_len) in handle_group_alt() 1836 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt() 1841 special_alt->orig_len); in handle_group_alt() 1852 if (special_alt->new_len < special_alt->orig_len) { in handle_group_alt() 1867 nop->sec = special_alt->new_sec; in handle_group_alt() 1868 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt() 1869 nop->len = special_alt->orig_len - special_alt->new_len; in handle_group_alt() 1876 if (!special_alt->new_len) { in handle_group_alt() [all …]
|
H A D | special.c | 57 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()
|
/linux/tools/objtool/arch/loongarch/ |
H A D | special.c | 4 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
|
/linux/tools/objtool/arch/powerpc/ |
H A D | special.c | 8 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
|