Searched refs:objtool_file (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/tools/objtool/ |
D | objtool.h | 17 struct objtool_file { struct 25 struct objtool_file *objtool_open_read(const char *_objname); argument 27 int check(struct objtool_file *file); 29 int create_orc(struct objtool_file *file); 30 int create_orc_sections(struct objtool_file *file);
|
D | weak.c | 18 int __weak check(struct objtool_file *file) in check() 28 int __weak create_orc(struct objtool_file *file) in create_orc() 33 int __weak create_orc_sections(struct objtool_file *file) in create_orc_sections()
|
D | check.c | 32 struct instruction *find_insn(struct objtool_file *file, in find_insn() 45 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec() 56 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func() 76 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym() 134 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 219 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 255 static int decode_instructions(struct objtool_file *file) in decode_instructions() 330 static struct instruction *find_last_insn(struct objtool_file *file, in find_last_insn() 346 static int add_dead_ends(struct objtool_file *file) in add_dead_ends() 429 static int create_static_call_sections(struct objtool_file *file) in create_static_call_sections() [all …]
|
D | objtool.c | 45 static struct objtool_file file; 47 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
|
D | special.h | 39 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
D | orc_gen.c | 15 int create_orc(struct objtool_file *file) in create_orc() 143 int create_orc_sections(struct objtool_file *file) in create_orc_sections()
|
D | builtin-orc.c | 34 struct objtool_file *file; in cmd_orc()
|
D | builtin-check.c | 44 struct objtool_file *file; in cmd_check()
|
D | check.h | 57 struct instruction *find_insn(struct objtool_file *file,
|
/Linux-v5.10/tools/objtool/arch/x86/ |
D | special.c | 94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|