Searched refs:reverse_bytes (Results 1 – 2 of 2) sorted by relevance
267 static int reverse_bytes = 0; variable3317 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 …]
767 * objcopy.c (reverse_bytes): New variable.