• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/binutils/gas/

Lines Matching defs:segment

126    chained these all together into a segment, any relocs we add after
127 that must be attached to a segment. This will include relocs added
332 /* This routine records the largest alignment seen for each segment.
333 If the beginning of the segment is aligned on the worst-case
412 to the segment, not to the frag chain. */
826 /* We refetch the segment when calling section_symbol, rather
842 Go through all the fixS's in a segment and see which ones can be
972 /* This fixup was made when the symbol's segment was
973 SEG_UNKNOWN, but it is now in the local segment.
1065 } /* For each fixS in this segment. */
1390 /* Finish the subsegments. After every sub-segment, we fake an
1458 For this segment ...
1508 for each segment. Linked thru fr_next. */
1524 data frags into the text segment. Do this before relaxing so
1539 segment. */
1864 relax_frag (segT segment, fragS *fragP, long stretch)
1904 && S_GET_SEGMENT (symbolP) == segment)
1978 /* Now we have a segment, not a crowd of sub-segments, we can make
1983 After this, all frags in this segment have addresses that are correct
1984 within the segment. Since segments live in different file addresses,
1989 relax_segment (struct frag *segment_frag_root, segT segment, int pass)
1997 subseg_change (segment, 0);
1999 /* For each frag in segment: count and store (a 1st guess of)
2044 resolve_symbol_value sets up the correct segment, which will
2049 address += md_estimate_size_before_relax (fragP, segment);
2244 segment_info_type *seginfo = seg_info (segment);
2379 growth = md_relax_frag (segment, fragP, stretch);
2384 growth = relax_frag (segment, fragP, stretch);
2440 segment_name (segment));