Searched refs:objtool_file (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| A D | objtool.h | 22 struct objtool_file { struct 37 struct objtool_file *objtool_open_read(const char *_objname); argument 39 void objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func); 41 int check(struct objtool_file *file); 43 int orc_create(struct objtool_file *file);
|
| A D | arch.h | 72 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, 91 int arch_rewrite_retpolines(struct objtool_file *file);
|
| A D | special.h | 40 struct reloc *arch_find_switch_table(struct objtool_file *file,
|
| A D | check.h | 82 struct instruction *find_insn(struct objtool_file *file,
|
| /linux/tools/objtool/ |
| A D | check.c | 36 struct instruction *find_insn(struct objtool_file *file, in find_insn() 463 static int init_pv_ops(struct objtool_file *file) in init_pv_ops() 515 static int add_dead_ends(struct objtool_file *file) in add_dead_ends() 778 static void add_ignores(struct objtool_file *file) in add_ignores() 954 static void add_uaccess_safe(struct objtool_file *file) in add_uaccess_safe() 1326 static int handle_group_alt(struct objtool_file *file, in handle_group_alt() 1467 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt() 2018 static void mark_rodata(struct objtool_file *file) in mark_rodata() 2044 static int decode_sections(struct objtool_file *file) in decode_sections() 2902 static int validate_call(struct objtool_file *file, in validate_call() [all …]
|
| 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()
|
| A D | objtool.c | 46 static struct objtool_file file; 106 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read() 138 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
|
| A D | builtin-orc.c | 34 struct objtool_file *file; in cmd_orc()
|
| A D | builtin-check.c | 81 struct objtool_file *file; in cmd_check()
|
| A D | orc_gen.c | 143 int orc_create(struct objtool_file *file) in orc_create()
|
| /linux/tools/objtool/arch/x86/ |
| A D | special.c | 94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
|
| A D | decode.c | 106 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
|
Completed in 26 milliseconds