Home | History | Annotate | Download | only in config

Lines Matching full:now_seg

3410   if (((now_seg->flags & SEC_ALLOC) == 0 && (now_seg->flags & SEC_CODE) == 0)
3411 || strcmp (now_seg->name, ".eh_frame") == 0
3412 || strcmp (now_seg->name, ".gcc_except_table") == 0)
3420 if (subseg_text_p (now_seg))
3426 record_alignment (now_seg, n - OCTETS_PER_BYTE_POWER);
3436 gas_assert (S_GET_SEGMENT (label) == now_seg);
3492 if (now_seg->flags & SEC_CODE
3493 && now_seg->flags & SEC_ALLOC && now_seg->flags & SEC_RELOC)
3890 if (subseg_text_p (now_seg))
3919 if (!enable_relax_relocs || !subseg_text_p (now_seg))
3926 exp.X_add_symbol = section_symbol (now_seg);
4067 if (optimize && subseg_text_p (now_seg))
4120 reloc_ptr->seg = now_seg;
4912 segT seg_bak = now_seg;
4942 /* Inserting fix up must specify now_seg or frchain_now. */
4943 now_seg = relocs_pattern->seg;
4971 now_seg->name, pattern_now->opcode->value);
5024 exp.X_add_symbol = symbol_temp_new (now_seg, ptr_offset,
5041 as_bad (_("Internal error: Range error. %s"), now_seg->name);
5089 now_seg = seg_bak;