Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/
Dcheck.c3792 static int validate_unwind_hints(struct objtool_file *file, struct section *sec) in validate_unwind_hints() function
4225 warnings += validate_unwind_hints(file, sec); in validate_noinstr_sections()
4231 warnings += validate_unwind_hints(file, sec); in validate_noinstr_sections()
4237 warnings += validate_unwind_hints(file, sec); in validate_noinstr_sections()
4692 ret = validate_unwind_hints(file, NULL); in check()