Home | History | Annotate | Download | only in config

Lines Matching refs:segment

174 md_section_align (segT segment, valueT size)
176 int align = bfd_get_section_alignment (stdoutput, segment);
687 epiphany_relax_frag (segT segment, fragS *fragP, long stretch)
713 growth = relax_frag (segment, fragP, stretch);
730 md_estimate_size_before_relax (fragS *fragP, segT segment)
733 current segment. They may be undefined or in a different segment in
737 if (S_GET_SEGMENT (fragP->fr_symbol) != segment
741 /* The symbol is undefined in this segment. Change the
748 epiphany_relax_frag (segment, fragP, 0);