Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c246 static int reverse_bytes = 0; variable
2997 if (reverse_bytes) in copy_section()
3002 if ((size % reverse_bytes) == 0) in copy_section()
3007 for (i = 0; i < size; i += reverse_bytes) in copy_section()
3008 for (j = 0; j < (unsigned long)(reverse_bytes / 2); j++) in copy_section()
3013 m[i + j] = m[(i + reverse_bytes) - (j + 1)]; in copy_section()
3014 m[(i + reverse_bytes) - (j + 1)] = b; in copy_section()
3020 bfd_section_name (ibfd, isection), reverse_bytes); in copy_section()
4125 int prev = reverse_bytes; in copy_main()
4127 reverse_bytes = atoi (optarg); in copy_main()
[all …]
DChangeLog-2007767 * objcopy.c (reverse_bytes): New variable.