/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | objtool.h | 22 struct objtool_file { struct 42 struct objtool_file *objtool_open_read(const char *_objname); 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,
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | objtool.h | 17 struct objtool_file { struct 27 struct objtool_file *objtool_open_read(const char *_objname); 29 int check(struct objtool_file *file); 31 int orc_create(struct objtool_file *file);
|
H A D | check.c | 36 struct instruction *find_insn(struct objtool_file *file, in find_insn() 49 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec() 60 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func() 80 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym() 155 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 244 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 352 static int decode_instructions(struct objtool_file *file) in decode_instructions() 426 static struct instruction *find_last_insn(struct objtool_file *file, in find_last_insn() 442 static int add_dead_ends(struct objtool_file *file) in add_dead_ends() 525 static int create_static_call_sections(struct objtool_file *fil [all...] |
H A D | weak.c | 18 int __weak check(struct objtool_file *file) in check() 28 int __weak orc_create(struct objtool_file *file) in orc_create()
|
H A D | objtool.c | 45 static struct objtool_file file; 47 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
|
H A D | special.h | 39 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
H A D | builtin-orc.c | 34 struct objtool_file *file; in cmd_orc()
|
H A D | arch.h | 95 int arch_rewrite_retpolines(struct objtool_file *file);
|
H A D | builtin-check.c | 48 struct objtool_file *file; in cmd_check()
|
H A D | check.h | 89 struct instruction *find_insn(struct objtool_file *file,
|
H A D | orc_gen.c | 140 int orc_create(struct objtool_file *file) in orc_create()
|
/kernel/linux/linux-6.6/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 *fil [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 | weak.c | 23 int __weak orc_create(struct objtool_file *file) in orc_create()
|
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 | orc_gen.c | 160 int orc_create(struct objtool_file *file) in orc_create()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/objtool/arch/x86/ |
H A D | special.c | 94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|
/kernel/linux/linux-6.6/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()
|