Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Dobjtool.h22 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);
Darch.h74 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
94 int arch_rewrite_retpolines(struct objtool_file *file);
Dspecial.h40 struct reloc *arch_find_switch_table(struct objtool_file *file,
Dcheck.h97 struct instruction *find_insn(struct objtool_file *file,
/linux-6.1.9/tools/objtool/
Dcheck.c37 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 …]
Dobjtool.c22 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()
Dbuiltin-check.c153 static bool link_opts_valid(struct objtool_file *file) in link_opts_valid()
185 struct objtool_file *file; in objtool_run()
Dweak.c23 int __weak orc_create(struct objtool_file *file) in orc_create()
Dorc_gen.c143 int orc_create(struct objtool_file *file) in orc_create()
/linux-6.1.9/tools/objtool/arch/x86/
Dspecial.c94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
Ddecode.c118 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()