Searched refs:reverse_bytes (Results 1 – 2 of 2) sorted by relevance
224 static int reverse_bytes = 0; variable2407 if (reverse_bytes) in copy_section()2412 if ((size % reverse_bytes) == 0) in copy_section()2417 for (i = 0; i < size; i += reverse_bytes) in copy_section()2423 m[i + j] = m[(i + reverse_bytes) - (j + 1)]; in copy_section()2424 m[(i + reverse_bytes) - (j + 1)] = b; in copy_section()2430 bfd_section_name (ibfd, isection), reverse_bytes); in copy_section()3310 int prev = reverse_bytes; in copy_main()3312 reverse_bytes = atoi (optarg); in copy_main()3313 if ((reverse_bytes <= 0) || ((reverse_bytes % 2) != 0)) in copy_main()[all …]
302 * objcopy.c (reverse_bytes): New variable.