Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dobjtool.h22 struct objtool_file { struct
46 struct objtool_file *objtool_open_read(const char *_objname); argument
48 int objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func);
50 int check(struct objtool_file *file);
52 int orc_create(struct objtool_file *file);
H A Darch.h78 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
98 int arch_rewrite_retpolines(struct objtool_file *file);
H A Dspecial.h38 struct reloc *arch_find_switch_table(struct objtool_file *file,
/linux/tools/objtool/
H A Dcheck.c41 struct instruction *find_insn(struct objtool_file *file, in find_insn()
54 struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
67 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
87 static struct instruction *prev_insn_same_sec(struct objtool_file *file, in prev_insn_same_sec()
99 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym()
231 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
306 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
324 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state()
410 static int decode_instructions(struct objtool_file *file) in decode_instructions()
526 static int add_pv_ops(struct objtool_file *file, const char *symname) in add_pv_ops()
[all …]
H A Dobjtool.c22 static struct objtool_file file;
24 struct objtool_file *objtool_open_read(const char *filename) in objtool_open_read()
48 int objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
H A Dweak.c25 int __weak orc_create(struct objtool_file *file) in orc_create()
H A Dorc_gen.c48 int orc_create(struct objtool_file *file)
H A Dbuiltin-check.c310 struct objtool_file *file; in objtool_run()
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c19 static void get_rodata_table_size_by_table_annotate(struct objtool_file *file, in get_rodata_table_size_by_table_annotate()
112 static struct reloc *find_reloc_by_table_annotate(struct objtool_file *file, in find_reloc_by_table_annotate()
166 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
/linux/tools/objtool/arch/powerpc/
H A Dspecial.c15 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
/linux/tools/objtool/arch/x86/
H A Dspecial.c85 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
H A Ddecode.c217 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()