Lines Matching refs:now_seg
3403 if (((now_seg->flags & SEC_ALLOC) == 0 && (now_seg->flags & SEC_CODE) == 0) in nds32_adjust_label()
3404 || strcmp (now_seg->name, ".eh_frame") == 0 in nds32_adjust_label()
3405 || strcmp (now_seg->name, ".gcc_except_table") == 0) in nds32_adjust_label()
3413 if (subseg_text_p (now_seg)) in nds32_adjust_label()
3419 record_alignment (now_seg, n - OCTETS_PER_BYTE_POWER); in nds32_adjust_label()
3429 gas_assert (S_GET_SEGMENT (label) == now_seg); in nds32_adjust_label()
3485 if (now_seg->flags & SEC_CODE in nds32_aligned_cons()
3486 && now_seg->flags & SEC_ALLOC && now_seg->flags & SEC_RELOC) in nds32_aligned_cons()
3883 if (subseg_text_p (now_seg)) in nds32_pre_do_align()
3912 if (!enable_relax_relocs || !subseg_text_p (now_seg)) in nds32_do_align()
3919 exp.X_add_symbol = section_symbol (now_seg); in nds32_do_align()
4060 if (optimize && subseg_text_p (now_seg)) in nds32_start_label()
4113 reloc_ptr->seg = now_seg; in nds32_elf_save_pseudo_pattern()
4905 segT seg_bak = now_seg; in nds32_elf_append_relax_relocs()
4936 now_seg = relocs_pattern->seg; in nds32_elf_append_relax_relocs()
4964 now_seg->name, pattern_now->opcode->value); in nds32_elf_append_relax_relocs()
5017 exp.X_add_symbol = symbol_temp_new (now_seg, ptr_offset, in nds32_elf_append_relax_relocs()
5034 as_bad (_("Internal error: Range error. %s"), now_seg->name); in nds32_elf_append_relax_relocs()
5082 now_seg = seg_bak; in nds32_elf_append_relax_relocs()