Lines Matching refs:sec
56 insn->sec, insn->offset, cfa->base); in create_orc()
72 insn->sec, insn->offset, bp->base); in create_orc()
122 struct section *sec, *u_sec, *ip_relasec; in create_orc_sections() local
131 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
132 if (sec) { in create_orc_sections()
139 for_each_sec(file, sec) { in create_orc_sections()
140 if (!sec->text) 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()
163 if (!sec) in create_orc_sections()
166 ip_relasec = elf_create_rela_section(file->elf, sec); in create_orc_sections()
176 for_each_sec(file, sec) { in create_orc_sections()
177 if (!sec->text) in create_orc_sections()
181 sec_for_each_insn(file, sec, insn) { in create_orc_sections()
186 insn->sec, insn->offset, in create_orc_sections()
198 prev_insn->sec, in create_orc_sections()