Home | History | Annotate | Download | only in binutils

Lines Matching defs:gaps

187 /* Filling gaps between sections.  */
639 --gap-fill <val> Fill gaps between sections with <val>\n\
2303 handle gaps, we chose an artificially large end
2680 bfd_size_type *gaps = NULL;
3237 /* We must fill in gaps between the sections and/or we must pad
3240 increasing the section sizes as required to fill the gaps.
3250 gaps = xmalloc (num_sec * sizeof (*gaps));
3251 memset (gaps, 0, num_sec * sizeof (*gaps));
3280 gaps[i] = gap_stop - gap_start;
3306 gaps[num_sec - 1] = _pad_to - (lma + size);
3523 if (gaps != NULL)
3527 /* Fill in the gaps. */
3535 if (gaps[i] != 0)
3540 left = gaps[i];
3567 free (gaps);
3568 gaps = NULL;
3613 free (gaps);