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()
138 int create_orc_sections(struct objtool_file *file) in create_orc_sections() argument
150 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
158 for_each_sec(file, sec) { in create_orc_sections()
163 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
181 sec = elf_create_section(file->elf, ".orc_unwind_ip", sizeof(int), idx); in create_orc_sections()
185 ip_relasec = elf_create_rela_section(file->elf, sec); in create_orc_sections()
190 u_sec = elf_create_section(file->elf, ".orc_unwind", in create_orc_sections()
195 for_each_sec(file, sec) { in create_orc_sections()
200 sec_for_each_insn(file, sec, insn) { in create_orc_sections()