Searched refs:special_alt (Results 1 – 4 of 4) sorted by relevance
/linux/tools/objtool/include/objtool/ |
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/ |
A D | special.c | 10 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()
|
/linux/tools/objtool/ |
A D | check.c | 1327 struct special_alt *special_alt, in handle_group_alt() argument 1368 if (special_alt->new_len < special_alt->orig_len) { in handle_group_alt() 1386 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt() 1387 nop->len = special_alt->orig_len - special_alt->new_len; in handle_group_alt() 1403 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt() 1436 if (dest_off == special_alt->new_off + special_alt->new_len) in handle_group_alt() 1448 special_alt->new_sec, special_alt->new_off); in handle_group_alt() 1468 struct special_alt *special_alt, in handle_jump_alt() argument 1521 struct special_alt *special_alt, *tmp; in add_special_section_alts() local 1535 special_alt->orig_sec, special_alt->orig_off); in add_special_section_alts() [all …]
|
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() 144 struct special_alt *alt; in special_get_alts()
|
Completed in 14 milliseconds