Searched refs:objtool_file (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/objtool/include/objtool/ |
H A 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);
|
H A D | arch.h | 76 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, 95 int arch_rewrite_retpolines(struct objtool_file *file);
|
H A D | check.h | 114 struct instruction *find_insn(struct objtool_file *file, 117 struct instruction *next_insn_same_sec(struct objtool_file *file, struct instruction *insn);
|
H A D | special.h | 40 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 37 struct instruction *find_insn(struct objtool_file *file, in find_insn() 50 struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec() 63 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func() 83 static struct instruction *prev_insn_same_sec(struct objtool_file *file, in prev_insn_same_sec() 95 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym() 188 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 259 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 277 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state() 368 static int decode_instructions(struct objtool_file *file) in decode_instructions() 492 static int add_pv_ops(struct objtool_file *file, const char *symname) in add_pv_ops() [all …]
|
H A 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()
|
H A D | builtin-check.c | 176 static bool link_opts_valid(struct objtool_file *file) in link_opts_valid() 208 struct objtool_file *file; in objtool_run()
|
H A D | weak.c | 23 int __weak orc_create(struct objtool_file *file) in orc_create()
|
H A D | orc_gen.c | 160 int orc_create(struct objtool_file *file) in orc_create()
|
/openbmc/linux/tools/objtool/arch/powerpc/ |
H A D | special.c | 15 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|
H A D | decode.c | 42 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | special.c | 88 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|
H A D | decode.c | 147 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
|