Home | History | Annotate | Download | only in config

Lines Matching defs:now_seg

304   segT now_seg;
1469 dest_seg = now_seg;
1478 dest_seg = now_seg;
1485 record_alignment (now_seg, 2);
1570 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
4151 record_alignment (now_seg, litalign);
4180 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4181 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4205 record_alignment (now_seg, litalign);
4210 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4211 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4742 frag_now->tc_frag_data.lit_seg = now_seg;
4748 set_literal_pool_location (now_seg, pool_location);
4751 record_alignment (now_seg, 2);
5158 segT current_section = now_seg;
5248 freq = get_subseg_target_freq (now_seg, now_subseg);
5262 if ((get_last_insn_flags (now_seg, now_subseg)
5275 if (now_seg != absolute_section
5622 && now_seg != bss_section)
6882 xg_assembly_relax (&istack, orig_insn, now_seg, frag_now, 0, 1, 0);
6990 && (get_last_insn_flags (now_seg, now_subseg) & FLAG_IS_A0_WRITER) != 0
7021 record_alignment (now_seg, 2);
7074 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_A0_WRITER,
7077 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_BAD_LOOPEND,
7081 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_BAD_LOOPEND, FALSE);
7205 float freq = get_subseg_total_freq (now_seg, now_subseg);
7353 if (ts->seg == now_seg)
7362 ts->seg = now_seg;
8695 record_alignment (now_seg, align_power);
8741 align_power = branch_align_power (now_seg);
8885 (now_seg, fragP, stretch,
8913 segment_info_type *seginfo = seg_info (now_seg);
8944 struct trampoline_seg *ts = find_trampoline_seg (now_seg);
9311 if (glob_pad || glob_widens >= (1 << branch_align_power (now_seg)))
9494 struct trampoline_seg *ts = find_trampoline_seg (now_seg);
9578 struct trampoline_seg *ts = find_trampoline_seg (now_seg);
9606 lsym = (symbolS *)local_symbol_make (label, now_seg, 0, fp);
10224 gen_label = symbol_new (FAKE_LABEL_NAME, now_seg,
10346 fix_new_exp_in_seg (now_seg, 0, fragP, fr_opcode - fragP->fr_literal, 4,
10367 segT seg = now_seg;
10840 record_alignment (now_seg, 2);
10848 fragS *pool_location = get_literal_pool_location (now_seg);
10851 (now_seg && !strcmp (segment_name (now_seg), INIT_SECTION_NAME));
10853 (now_seg && !strcmp (segment_name (now_seg), FINI_SECTION_NAME));
10878 && get_literal_pool_location (now_seg) != pool_location)
10899 state->name = now_seg->name;
10900 state->now_seg = now_seg;
10914 subseg_set (state->now_seg, state->now_subseg);
10947 current_section = now_seg;
10951 if (now_seg != default_lit_sections.current_text_seg)
10953 default_lit_sections.current_text_seg = now_seg;