Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c291 static int reverse_bytes = 0; variable
4411 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 …]
H A DChangeLog-2007767 * objcopy.c (reverse_bytes): New variable.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c292 static int reverse_bytes = 0; variable
4517 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 …]
H A DChangeLog-2007767 * objcopy.c (reverse_bytes): New variable.
/netbsd-src/sys/dev/sbus/
H A Ddbri.c169 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