Lines Matching refs:sec
68 insn->sec, insn->offset, cfa->base); in create_orc()
84 insn->sec, insn->offset, bp->base); in create_orc()
134 struct section *sec, *u_sec, *ip_relasec; in create_orc_sections() local
143 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
144 if (sec) { in create_orc_sections()
151 for_each_sec(file, sec) { in create_orc_sections()
152 if (!sec->text) in create_orc_sections()
156 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
174 sec = elf_create_section(file->elf, ".orc_unwind_ip", sizeof(int), idx); in create_orc_sections()
175 if (!sec) in create_orc_sections()
178 ip_relasec = elf_create_rela_section(file->elf, sec); in create_orc_sections()
188 for_each_sec(file, sec) { in create_orc_sections()
189 if (!sec->text) in create_orc_sections()
193 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
198 insn->sec, insn->offset, in create_orc_sections()
210 prev_insn->sec, in create_orc_sections()