HomeSort by: relevance | last modified time | path
    Searched defs:gap_stop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3264 bfd_vma gap_start, gap_stop; /* Octets. */
3275 gap_stop = bfd_section_lma (osections[i + 1]) * opb2;
3276 if (gap_start < gap_stop)
3279 size + (gap_stop - gap_start)))
3285 gaps[i] = gap_stop - gap_start;
3286 if (max_gap < gap_stop - gap_start)
3287 max_gap = gap_stop - gap_start;
3262 bfd_vma gap_start, gap_stop; \/* Octets. *\/ local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 3259 bfd_vma gap_start, gap_stop; /* Octets. */
3270 gap_stop = bfd_section_lma (osections[i + 1]) * opb2;
3271 if (gap_start < gap_stop)
3274 size + (gap_stop - gap_start)))
3280 gaps[i] = gap_stop - gap_start;
3281 if (max_gap < gap_stop - gap_start)
3282 max_gap = gap_stop - gap_start;
3257 bfd_vma gap_start, gap_stop; \/* Octets. *\/ local

Completed in 33 milliseconds