Searched refs:max_gap (Results 1 – 1 of 1) sorted by relevance
1602 bfd_size_type max_gap = 0; in copy_object() local2036 if (max_gap < gap_stop - gap_start) in copy_object()2037 max_gap = gap_stop - gap_start; in copy_object()2061 if (max_gap < pad_to - (lma + size)) in copy_object()2062 max_gap = pad_to - (lma + size); in copy_object()2163 if (max_gap > 8192) in copy_object()2164 max_gap = 8192; in copy_object()2165 buf = (bfd_byte *) xmalloc (max_gap); in copy_object()2166 memset (buf, gap_fill, max_gap); in copy_object()