Lines Matching refs:sec
24 if (!insn->sec->text) in create_orc()
61 insn->sec, insn->offset, cfa->base); in create_orc()
77 insn->sec, insn->offset, bp->base); in create_orc()
136 reloc->sec = ip_relocsec; in create_orc_entry()
146 struct section *sec, *u_sec, *ip_relocsec; in create_orc_sections() local
155 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
156 if (sec) { in create_orc_sections()
163 for_each_sec(file, sec) { in create_orc_sections()
164 if (!sec->text) in create_orc_sections()
168 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
186 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), idx); in create_orc_sections()
187 if (!sec) in create_orc_sections()
190 ip_relocsec = elf_create_reloc_section(file->elf, sec, SHT_RELA); in create_orc_sections()
200 for_each_sec(file, sec) { in create_orc_sections()
201 if (!sec->text) in create_orc_sections()
205 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
210 insn->sec, insn->offset, in create_orc_sections()
222 prev_insn->sec, in create_orc_sections()