Searched refs:objtool_file (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/tools/objtool/include/objtool/ |
D | objtool.h | 17 struct objtool_file { struct 30 struct objtool_file *objtool_open_read(const char *_objname); argument 32 int check(struct objtool_file *file); 34 int orc_create(struct objtool_file *file);
|
D | special.h | 40 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
D | arch.h | 90 int arch_rewrite_retpolines(struct objtool_file *file);
|
D | check.h | 83 struct instruction *find_insn(struct objtool_file *file,
|
/Linux-v5.15/tools/objtool/ |
D | check.c | 31 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() 75 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym() 150 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 236 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 272 static int decode_instructions(struct objtool_file *file) in decode_instructions() 347 static struct instruction *find_last_insn(struct objtool_file *file, in find_last_insn() 363 static int add_dead_ends(struct objtool_file *file) in add_dead_ends() 446 static int create_static_call_sections(struct objtool_file *file) in create_static_call_sections() [all …]
|
D | weak.c | 18 int __weak check(struct objtool_file *file) in check() 28 int __weak orc_create(struct objtool_file *file) in orc_create()
|
D | objtool.c | 46 static struct objtool_file file; 106 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
|
D | builtin-orc.c | 34 struct objtool_file *file; in cmd_orc()
|
D | builtin-check.c | 81 struct objtool_file *file; in cmd_check()
|
D | orc_gen.c | 137 int orc_create(struct objtool_file *file) in orc_create()
|
/Linux-v5.15/tools/objtool/arch/x86/ |
D | special.c | 94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|
D | decode.c | 741 int arch_rewrite_retpolines(struct objtool_file *file) in arch_rewrite_retpolines()
|