Home
last modified time | relevance | path

Searched refs:max_gap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c2605 bfd_size_type max_gap = 0; in copy_object() local
3176 if (max_gap < gap_stop - gap_start) in copy_object()
3177 max_gap = gap_stop - gap_start; in copy_object()
3202 if (max_gap < _pad_to - (lma + size)) in copy_object()
3203 max_gap = _pad_to - (lma + size); in copy_object()
3428 if (max_gap > 8192) in copy_object()
3429 max_gap = 8192; in copy_object()
3430 buf = (bfd_byte *) xmalloc (max_gap); in copy_object()
3431 memset (buf, gap_fill, max_gap); in copy_object()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c2678 bfd_size_type max_gap = 0; in copy_object() local
3270 if (max_gap < gap_stop - gap_start) in copy_object()
3271 max_gap = gap_stop - gap_start; in copy_object()
3296 if (max_gap < _pad_to - (lma + size)) in copy_object()
3297 max_gap = _pad_to - (lma + size); in copy_object()
3523 if (max_gap > 8192) in copy_object()
3524 max_gap = 8192; in copy_object()
3525 buf = (bfd_byte *) xmalloc (max_gap); in copy_object()
3526 memset (buf, gap_fill, max_gap); in copy_object()