Lines Matching refs:file
13 int create_orc(struct objtool_file *file) in create_orc() argument
17 for_each_insn(file, insn) { in create_orc()
119 int create_orc_sections(struct objtool_file *file) in create_orc_sections() argument
131 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
139 for_each_sec(file, sec) { in create_orc_sections()
144 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
162 sec = elf_create_section(file->elf, ".orc_unwind_ip", sizeof(int), idx); in create_orc_sections()
166 ip_relasec = elf_create_rela_section(file->elf, sec); in create_orc_sections()
171 u_sec = elf_create_section(file->elf, ".orc_unwind", in create_orc_sections()
176 for_each_sec(file, sec) { in create_orc_sections()
181 sec_for_each_insn(file, sec, insn) { in create_orc_sections()