Home | History | Annotate | Download | only in gas

Lines Matching refs:segment

132    chained these all together into a segment, any relocs we add after
133 that must be attached to a segment. This will include relocs added
348 /* This routine records the largest alignment seen for each segment.
349 If the beginning of the segment is aligned on the worst-case
354 record_alignment (/* Segment to which alignment pertains. */
428 to the segment, not to the frag chain. */
873 /* We refetch the segment when calling section_symbol, rather
889 Go through all the fixS's in a segment and see which ones can be
1029 /* This fixup was made when the symbol's segment was
1030 SEG_UNKNOWN, but it is now in the local segment.
1122 } /* For each fixS in this segment. */
1678 /* Finish the subsegments. After every sub-segment, we fake an
1743 For this segment ...
1811 for each segment. Linked thru fr_next. */
1827 data frags into the text segment. Do this before relaxing so
1842 segment. */
2198 relax_frag (segT segment, fragS *fragP, long stretch)
2241 && S_GET_SEGMENT (symbolP) == segment)
2324 /* Now we have a segment, not a crowd of sub-segments, we can make
2329 After this, all frags in this segment have addresses that are correct
2330 within the segment. Since segments live in different file addresses,
2335 relax_segment (struct frag *segment_frag_root, segT segment, int pass)
2344 subseg_change (segment, 0);
2346 /* For each frag in segment: count and store (a 1st guess of)
2397 resolve_symbol_value sets up the correct segment, which will
2402 segment);
2603 segment_info_type *seginfo = seg_info (segment);
2733 growth = md_relax_frag (segment, fragP, stretch);
2738 growth = relax_frag (segment, fragP, stretch);
2794 segment_name (segment));