Searched refs:objtool_file (Results 1 – 4 of 4) sorted by relevance
23 struct objtool_file;25 int create_orc(struct objtool_file *file);26 int create_orc_sections(struct objtool_file *file);
39 struct instruction *find_insn(struct objtool_file *file, in find_insn()51 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()62 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()112 static bool ignore_func(struct objtool_file *file, struct symbol *func) in ignore_func()144 static int __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()234 static int dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()257 static int decode_instructions(struct objtool_file *file) in decode_instructions()333 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()434 static void add_ignores(struct objtool_file *file) in add_ignores()460 static int add_nospec_ignores(struct objtool_file *file) in add_nospec_ignores()[all …]
59 struct objtool_file { struct69 struct instruction *find_insn(struct objtool_file *file, argument
25 int create_orc(struct objtool_file *file) in create_orc()131 int create_orc_sections(struct objtool_file *file) in create_orc_sections()