Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c2015 bfd_vma gap_start, gap_stop; in copy_object() local
2023 gap_start = bfd_section_lma (obfd, osections[i]) + size; in copy_object()
2025 if (gap_start < gap_stop) in copy_object()
2028 size + (gap_stop - gap_start))) in copy_object()
2035 gaps[i] = gap_stop - gap_start; in copy_object()
2036 if (max_gap < gap_stop - gap_start) in copy_object()
2037 max_gap = gap_stop - gap_start; in copy_object()