Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c267 static int reverse_bytes = 0; variable
3317 if (reverse_bytes) in copy_section()
3322 if ((size % reverse_bytes) == 0) in copy_section()
3327 for (i = 0; i < size; i += reverse_bytes) in copy_section()
3328 for (j = 0; j < (unsigned long)(reverse_bytes / 2); j++) in copy_section()
3333 m[i + j] = m[(i + reverse_bytes) - (j + 1)]; in copy_section()
3334 m[(i + reverse_bytes) - (j + 1)] = b; in copy_section()
3340 bfd_section_name (ibfd, isection), reverse_bytes); in copy_section()
4535 int prev = reverse_bytes; in copy_main()
4537 reverse_bytes = atoi (optarg); in copy_main()
[all …]
DChangeLog-2007767 * objcopy.c (reverse_bytes): New variable.