Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dobjtool.h17 struct objtool_file { struct
28 struct objtool_file *objtool_open_read(const char *_objname); argument
30 int check(struct objtool_file *file);
32 int orc_create(struct objtool_file *file);
H A Dcheck.c36 struct instruction *find_insn(struct objtool_file *file, in find_insn()
49 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
60 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
80 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym()
155 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
242 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
350 static int decode_instructions(struct objtool_file *file) in decode_instructions()
424 static struct instruction *find_last_insn(struct objtool_file *file, in find_last_insn()
440 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
523 static int create_static_call_sections(struct objtool_file *file) in create_static_call_sections()
[all …]
H A Dweak.c18 int __weak check(struct objtool_file *file) in check()
28 int __weak orc_create(struct objtool_file *file) in orc_create()
H A Dobjtool.c45 static struct objtool_file file;
47 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
H A Dspecial.h39 struct reloc *arch_find_switch_table(struct objtool_file *file,
H A Dbuiltin-orc.c34 struct objtool_file *file; in cmd_orc()
H A Dbuiltin-check.c50 struct objtool_file *file; in cmd_check()
H A Darch.h94 int arch_rewrite_retpolines(struct objtool_file *file);
H A Dcheck.h90 struct instruction *find_insn(struct objtool_file *file,
H A Dorc_gen.c140 int orc_create(struct objtool_file *file) in orc_create()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()