Searched refs:reverse_bytes (Results 1 – 5 of 5) sorted by relevance
291 static int reverse_bytes = 0; variable4411 if (reverse_bytes) in copy_section()4416 if ((size % reverse_bytes) == 0) in copy_section()4421 for (i = 0; i < size; i += reverse_bytes) in copy_section()4422 for (j = 0; j < (unsigned long)(reverse_bytes / 2); j++) in copy_section()4427 m[i + j] = m[(i + reverse_bytes) - (j + 1)]; in copy_section()4428 m[(i + reverse_bytes) - (j + 1)] = b; in copy_section()4434 bfd_section_name (isection), reverse_bytes); in copy_section()5780 int prev = reverse_bytes; in copy_main()5782 reverse_bytes = atoi (optarg); in copy_main()[all …]
767 * objcopy.c (reverse_bytes): New variable.
292 static int reverse_bytes = 0; variable4517 if (reverse_bytes) in copy_section()4522 if ((size % reverse_bytes) == 0) in copy_section()4527 for (i = 0; i < size; i += reverse_bytes) in copy_section()4528 for (j = 0; j < (unsigned long)(reverse_bytes / 2); j++) in copy_section()4533 m[i + j] = m[(i + reverse_bytes) - (j + 1)]; in copy_section()4534 m[(i + reverse_bytes) - (j + 1)] = b; in copy_section()4540 bfd_section_name (isection), reverse_bytes); in copy_section()5898 int prev = reverse_bytes; in copy_main()5900 reverse_bytes = atoi (optarg); in copy_main()[all …]
169 static uint32_t reverse_bytes(uint32_t, int);718 val = reverse_bytes(val, sc->sc_pipe[channel].length); in dbri_process_interrupt()1290 data = reverse_bytes(data, sc->sc_pipe[pipe].length); in pipe_transmit_fixed()1963 reverse_bytes(uint32_t b, int len) in reverse_bytes() function