Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Dorc.h11 struct objtool_file;
13 int create_orc(struct objtool_file *file);
14 int create_orc_sections(struct objtool_file *file);
Dcheck.c32 struct instruction *find_insn(struct objtool_file *file, in find_insn()
44 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
55 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
123 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
207 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
230 static int decode_instructions(struct objtool_file *file) in decode_instructions()
298 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
399 static void add_ignores(struct objtool_file *file) in add_ignores()
492 static void add_uaccess_safe(struct objtool_file *file) in add_uaccess_safe()
515 static int add_ignore_alternatives(struct objtool_file *file) in add_ignore_alternatives()
[all …]
Dcheck.h50 struct objtool_file { struct
59 struct instruction *find_insn(struct objtool_file *file, argument
Dorc_gen.c13 int create_orc(struct objtool_file *file) in create_orc()
119 int create_orc_sections(struct objtool_file *file) in create_orc_sections()