Searched refs:copy_byte (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c73 /* If `copy_byte' >= 0, copy only that byte of every `interleave' bytes. */ variable
74 static int copy_byte = -1;
2224 if (copy_byte >= 0)
2435 if (copy_byte >= 0)
2437 /* Keep only every `copy_byte'th byte in MEMHUNK. */
2438 char *from = (char *) memhunk + copy_byte;
2445 size = (size + interleave - 1 - copy_byte) / interleave;
2819 copy_byte = atoi (optarg);
2820 if (copy_byte < 0)
3346 if (copy_byte >
[all...]

Completed in 159 milliseconds