Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dorc.h23 struct objtool_file;
25 int create_orc(struct objtool_file *file);
26 int create_orc_sections(struct objtool_file *file);
Dcheck.c39 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 …]
Dcheck.h59 struct objtool_file { struct
69 struct instruction *find_insn(struct objtool_file *file, argument
Dorc_gen.c25 int create_orc(struct objtool_file *file) in create_orc()
131 int create_orc_sections(struct objtool_file *file) in create_orc_sections()