Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Delf_scn.c64 int ec, swapbytes; in _libelf_load_section_headers() local
102 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder); in _libelf_load_section_headers()
124 src, (size_t) 1, swapbytes); in _libelf_load_section_headers()
/freebsd-12.1/bin/dd/
H A Ddd.c350 swapbytes(void *v, size_t len) in swapbytes() function
464 swapbytes(in.dbp, (size_t)n); in dd_in()