Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c2283 bfd_vma gap_start, gap_stop; in copy_object() local
2292 gap_stop = bfd_section_lma (obfd, osections[i + 1]); in copy_object()
2293 if (gap_start < gap_stop) in copy_object()
2296 size + (gap_stop - gap_start))) in copy_object()
2303 gaps[i] = gap_stop - gap_start; in copy_object()
2304 if (max_gap < gap_stop - gap_start) in copy_object()
2305 max_gap = gap_stop - gap_start; in copy_object()