Home | History | Annotate | Download | only in nasm

Lines Matching defs:sect

46     yasm_section *sect;
155 yasm_section *sect;
168 sect = yasm_bc_get_section(bc);
169 if (!last_hist || last_hist->sect != sect) {
174 if (last_hist->sect == sect) {
183 last_hist->sect = sect;
184 last_hist->next_reloc = yasm_section_relocs_first(sect);