Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dspecial.h15 struct special_alt { struct
33 void arch_handle_alternative(struct special_alt *alt); argument
35 bool arch_support_alt_relocation(struct special_alt *special_alt,
/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c8 void arch_handle_alternative(struct special_alt *alt) in arch_handle_alternative()
10 static struct special_alt *group, *prev; in arch_handle_alternative()
18 struct special_alt *iter = group; in arch_handle_alternative()
34 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
/linux-6.15/tools/objtool/arch/powerpc/
H A Dspecial.c8 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument
/linux-6.15/tools/objtool/
H A Dcheck.c1708 struct special_alt *special_alt, in handle_group_alt() argument
1763 if (special_alt->new_len < special_alt->orig_len) { in handle_group_alt()
1779 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt()
1780 nop->len = special_alt->orig_len - special_alt->new_len; in handle_group_alt()
1826 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt()
1836 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt()
1857 struct special_alt *special_alt, in handle_jump_alt() argument
1911 struct special_alt *special_alt, *tmp; in add_special_section_alts() local
1923 ERROR_FUNC(special_alt->orig_sec, special_alt->orig_off, in add_special_section_alts()
1929 if (!special_alt->group || special_alt->new_len) { in add_special_section_alts()
[all …]
H A Dspecial.c57 void __weak arch_handle_alternative(struct special_alt *alt) in arch_handle_alternative()
70 struct special_alt *alt) in get_alt_entry()
135 struct special_alt *alt; in special_get_alts()
/linux-6.15/tools/objtool/arch/loongarch/
H A Dspecial.c6 bool arch_support_alt_relocation(struct special_alt *special_alt, in arch_support_alt_relocation() argument