Home
last modified time | relevance | path

Searched refs:skip_orig (Results 1 – 3 of 3) sorted by relevance

/tools/objtool/arch/x86/
Dspecial.c24 alt->skip_orig = true; in arch_handle_alternative()
34 alt->skip_orig = true; in arch_handle_alternative()
/tools/objtool/include/objtool/
Dspecial.h19 bool skip_orig; member
/tools/objtool/
Dcheck.c28 bool skip_orig; member
1629 alt->skip_orig = special_alt->skip_orig; in add_special_section_alts()
3116 bool skip_orig = false; in validate_branch() local
3119 if (alt->skip_orig) in validate_branch()
3120 skip_orig = true; in validate_branch()
3130 if (skip_orig) in validate_branch()
3331 bool skip_orig = false; in validate_entry() local
3334 if (alt->skip_orig) in validate_entry()
3335 skip_orig = true; in validate_entry()
3345 if (skip_orig) in validate_entry()