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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 90 /* If `copy_byte' >= 0, copy 'copy_width' byte(s) of every `interleave' bytes. */ variable
91 static int copy_byte = -1;
4300 if (copy_byte >= 0)
4667 if (copy_byte >= 0)
4669 /* Keep only every `copy_byte'th byte in MEMHUNK. */
4670 char *from = (char *) memhunk + copy_byte;
4677 then we must bias the from address. If the copy_byte is less than
4682 if (copy_byte < extra)
4693 size = (size + interleave - 1 - copy_byte) / interleave * copy_width;
4700 if (copy_byte < extra
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 91 /* If `copy_byte' >= 0, copy 'copy_width' byte(s) of every `interleave' bytes. */ variable
92 static int copy_byte = -1;
4303 if (copy_byte >= 0)
4664 if (copy_byte >= 0)
4666 /* Keep only every `copy_byte'th byte in MEMHUNK. */
4667 char *from = (char *) memhunk + copy_byte;
4674 then we must bias the from address. If the copy_byte is less than
4679 if (copy_byte < extra)
4690 size = (size + interleave - 1 - copy_byte) / interleave * copy_width;
4697 if (copy_byte < extra
    [all...]

Completed in 35 milliseconds