• Home
  • Raw
  • Download

Lines Matching refs:now_seg

304   segT now_seg;  member
1466 dest_seg = now_seg; in xtensa_literal_pseudo()
1475 dest_seg = now_seg; in xtensa_literal_pseudo()
1482 record_alignment (now_seg, 2); in xtensa_literal_pseudo()
1567 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f); in xtensa_frequency_pseudo()
4143 record_alignment (now_seg, litalign); in xg_assemble_literal()
4172 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg); in xg_assemble_literal()
4173 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now); in xg_assemble_literal()
4197 record_alignment (now_seg, litalign); in xg_assemble_literal_space()
4202 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg); in xg_assemble_literal_space()
4203 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now); in xg_assemble_literal_space()
4734 frag_now->tc_frag_data.lit_seg = now_seg; in xtensa_mark_literal_pool_location()
4740 set_literal_pool_location (now_seg, pool_location); in xtensa_mark_literal_pool_location()
4743 record_alignment (now_seg, 2); in xtensa_mark_literal_pool_location()
5149 segT current_section = now_seg; in md_begin()
5239 freq = get_subseg_target_freq (now_seg, now_subseg); in xtensa_frob_label()
5253 if ((get_last_insn_flags (now_seg, now_subseg) in xtensa_frob_label()
5266 if (now_seg != absolute_section in xtensa_frob_label()
5613 && now_seg != bss_section) in xtensa_handle_align()
6871 xg_assembly_relax (&istack, orig_insn, now_seg, frag_now, 0, 1, 0); in emit_single_op()
6979 && (get_last_insn_flags (now_seg, now_subseg) & FLAG_IS_A0_WRITER) != 0 in xg_assemble_vliw_tokens()
7010 record_alignment (now_seg, 2); in xg_assemble_vliw_tokens()
7063 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_A0_WRITER, in xg_assemble_vliw_tokens()
7066 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_BAD_LOOPEND, in xg_assemble_vliw_tokens()
7070 set_last_insn_flags (now_seg, now_subseg, FLAG_IS_BAD_LOOPEND, FALSE); in xg_assemble_vliw_tokens()
7194 float freq = get_subseg_total_freq (now_seg, now_subseg); in xg_assemble_vliw_tokens()
7341 if (ts->seg == now_seg) in xtensa_create_trampoline_frag()
7350 ts->seg = now_seg; in xtensa_create_trampoline_frag()
8682 record_alignment (now_seg, align_power); in get_noop_aligned_address()
8728 align_power = branch_align_power (now_seg); in get_aligned_diff()
8871 (now_seg, fragP, stretch, in xtensa_relax_frag()
8899 segment_info_type *seginfo = seg_info (now_seg); in xtensa_relax_frag()
8930 struct trampoline_seg *ts = find_trampoline_seg (now_seg); in xtensa_relax_frag()
9297 if (glob_pad || glob_widens >= (1 << branch_align_power (now_seg))) in future_alignment_required()
9480 struct trampoline_seg *ts = find_trampoline_seg (now_seg); in search_trampolines()
9564 struct trampoline_seg *ts = find_trampoline_seg (now_seg); in check_and_update_trampolines()
9592 lsym = (symbolS *)local_symbol_make (label, now_seg, 0, fp); in init_trampoline_frag()
10209 gen_label = symbol_new (FAKE_LABEL_NAME, now_seg, in convert_frag_immed()
10331 fix_new_exp_in_seg (now_seg, 0, fragP, fr_opcode - fragP->fr_literal, 4, in convert_frag_immed()
10352 segT seg = now_seg; in fix_new_exp_in_seg()
10823 record_alignment (now_seg, 2); in xtensa_switch_to_literal_fragment()
10831 fragS *pool_location = get_literal_pool_location (now_seg); in xtensa_switch_to_non_abs_literal_fragment()
10834 (now_seg && !strcmp (segment_name (now_seg), INIT_SECTION_NAME)); in xtensa_switch_to_non_abs_literal_fragment()
10836 (now_seg && !strcmp (segment_name (now_seg), FINI_SECTION_NAME)); in xtensa_switch_to_non_abs_literal_fragment()
10861 && get_literal_pool_location (now_seg) != pool_location) in xtensa_switch_to_non_abs_literal_fragment()
10882 state->name = now_seg->name; in xtensa_switch_section_emit_state()
10883 state->now_seg = now_seg; in xtensa_switch_section_emit_state()
10897 subseg_set (state->now_seg, state->now_subseg); in xtensa_restore_emit_state()
10930 current_section = now_seg; in cache_literal_section()
10934 if (now_seg != default_lit_sections.current_text_seg) in cache_literal_section()
10936 default_lit_sections.current_text_seg = now_seg; in cache_literal_section()