Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
HDelf_scn.c51 int ec, swapbytes; in _libelf_load_section_headers() local
89 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder); in _libelf_load_section_headers()
111 src, (size_t) 1, swapbytes); in _libelf_load_section_headers()
/dragonfly/bin/dd/
HDdd.c72 static void swapbytes(void *, size_t);
319 swapbytes(void *v, size_t len) in swapbytes() function
433 swapbytes(in.dbp, (size_t)n); in dd_in()
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h2604 int ec, swapbytes; in _libelf_load_section_headers() local
2645 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder); in _libelf_load_section_headers()
2667 src, (size_t) 1, swapbytes); in _libelf_load_section_headers()