Lines Matching refs:segment
304 /* GAS segment and subsegment associated with this subspace. */
332 /* GAS segment to which this subspace corresponds. */
424 /* Segment associated with this space. */
425 asection *segment;
460 /* The segment this fixup appears in. */
461 segT segment;
1238 hppa_fix->segment = now_seg;
1318 as_warn (_("Bad segment in expression."));
1639 md_section_align (asection *segment, valueT size)
1641 int align = bfd_get_section_alignment (stdoutput, segment);
1650 md_estimate_size_before_relax (fragS *fragP, asection *segment ATTRIBUTE_UNUSED)
1842 && S_GET_SEGMENT (fixP->fx_addsy) == hppa_fixP->segment
1844 && S_GET_SEGMENT (fixP->fx_subsy) != hppa_fixP->segment))
2557 as_bad (_("Bad segment (should be absolute)."));
5772 Note there's not need to diddle with the segment or fragment
6087 /* Return back to the original segment/subsegment. */
6311 fragment. We also need to reset the segment pointer. */
6802 (set the wrong segment, symbol flags & type, etc). */
6818 the current segment. Note only BSF_FUNCTION really
7054 Note there's not need to diddle with the segment or fragment
7162 seg = pa_def_spaces[0].segment;
7170 seg = pa_def_spaces[1].segment;
7600 segment already associated with the subspace.
7667 pa_def_spaces[i].segment = subseg_new (name, 0);
7671 pa_def_spaces[i].segment, 0);
7680 asection *segment = NULL;
7689 segment = subseg_new (name, subsegment);
7696 text_section = segment;
7698 bfd_set_section_flags (stdoutput, segment,
7706 data_section = segment;
7708 bfd_set_section_flags (stdoutput, segment,
7716 bss_section = segment;
7718 bfd_set_section_flags (stdoutput, segment,
7724 bfd_set_section_flags (stdoutput, segment,
7733 bfd_set_section_flags (stdoutput, segment,
7742 bfd_set_section_flags (stdoutput, segment,
7751 def_space_index].segment);
7770 segment);
7977 /* No mapping from segment to space was found. Return NULL. */
8456 && (hppa_fix->segment->flags & SEC_CODE))
8533 && (hppa_fixp->segment->flags & SEC_CODE) != 0))
8632 hppa_fix->segment = now_seg;
8653 hppa_fix->segment = now_seg;