Searched refs:byteswap (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 145 size_t count, int byteswap) 152 if (!byteswap) { 168 size_t count, int byteswap) 176 if (!byteswap) { 269 size_t count, int byteswap) 279 if (byteswap) { 290 size_t count, int byteswap) 306 if (byteswap) { 400 size_t count, int byteswap) 424 if (byteswap) { [all …]
|
| H A D | libelf_xlate.c | 50 int byteswap; in _libelf_xlate() local 135 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate() 138 (db == sb && !byteswap && fsz == msz)) in _libelf_xlate() 142 (dst->d_buf, dsz, src->d_buf, cnt, byteswap)) { in _libelf_xlate()
|
| /dflybsd-src/lib/libexecinfo/ |
| H A D | private_libelf.h | 1382 size_t count, int byteswap) in _libelf_cvt_ADDR64_tom() argument 1390 if (!byteswap) { in _libelf_cvt_ADDR64_tom() 1406 size_t count, int byteswap) in _libelf_cvt_CAP64_tom() argument 1425 if (byteswap) { in _libelf_cvt_CAP64_tom() 1439 size_t count, int byteswap) in _libelf_cvt_DYN64_tom() argument 1458 if (byteswap) { in _libelf_cvt_DYN64_tom() 1472 size_t count, int byteswap) in _libelf_cvt_EHDR64_tom() argument 1503 if (byteswap) { in _libelf_cvt_EHDR64_tom() 1529 size_t count, int byteswap) in _libelf_cvt_HALF_tom() argument 1537 if (!byteswap) { in _libelf_cvt_HALF_tom() [all …]
|
| /dflybsd-src/include/ |
| H A D | Makefile | 11 INCS= a.out.h alloca.h ar.h assert.h bitstring.h byteswap.h \
|
| /dflybsd-src/contrib/file/src/ |
| H A D | apprentice.c | 132 private void byteswap(struct magic *, uint32_t); 3386 byteswap(map->magic[i], map->nmagic[i]); in check_buffer() 3498 byteswap(struct magic *magic, uint32_t nmagic) in byteswap() function
|