Home
last modified time | relevance | path

Searched defs:special_alt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/objtool/
Dspecial.h12 struct special_alt { struct
13 struct list_head list;
15 bool group;
16 bool skip_orig;
17 bool skip_alt;
18 bool jump_or_nop;
20 struct section *orig_sec;
21 unsigned long orig_off;
23 struct section *new_sec;
24 unsigned long new_off;
[all …]
Dcheck.c709 struct special_alt *special_alt, in handle_group_alt()
807 struct special_alt *special_alt, in handle_jump_alt()
834 struct special_alt *special_alt, *tmp; in add_special_section_alts() local