Lines Matching defs:file
9 * This command analyzes a .o file and adds .orc_unwind and .orc_unwind_ip
20 "objtool orc generate [<options>] file.o",
21 "objtool orc dump file.o",
34 struct objtool_file *file;
43 file = objtool_open_read(objname);
44 if (!file)
47 ret = check(file);
51 if (list_empty(&file->insn_list))
54 ret = orc_create(file);
58 if (!file->elf->changed)
61 return elf_write(file->elf);