Searched refs:objtool_file (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/tools/objtool/include/objtool/ |
D | objtool.h | 22 struct objtool_file { struct 42 struct objtool_file *objtool_open_read(const char *_objname); argument 44 void objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func); 46 int check(struct objtool_file *file); 48 int orc_create(struct objtool_file *file);
|
D | arch.h | 74 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, 94 int arch_rewrite_retpolines(struct objtool_file *file);
|
D | special.h | 40 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
D | check.h | 97 struct instruction *find_insn(struct objtool_file *file,
|
/linux-6.1.9/tools/objtool/ |
D | check.c | 37 struct instruction *find_insn(struct objtool_file *file, in find_insn() 50 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec() 61 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func() 81 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym() 156 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 253 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 271 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state() 362 static int decode_instructions(struct objtool_file *file) in decode_instructions() 457 static int add_pv_ops(struct objtool_file *file, const char *symname) in add_pv_ops() 494 static int init_pv_ops(struct objtool_file *file) in init_pv_ops() [all …]
|
D | objtool.c | 22 static struct objtool_file file; 82 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read() 115 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
|
D | builtin-check.c | 153 static bool link_opts_valid(struct objtool_file *file) in link_opts_valid() 185 struct objtool_file *file; in objtool_run()
|
D | weak.c | 23 int __weak orc_create(struct objtool_file *file) in orc_create()
|
D | orc_gen.c | 143 int orc_create(struct objtool_file *file) in orc_create()
|
/linux-6.1.9/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 | 118 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
|