Home
last modified time | relevance | path

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

/dflybsd-src/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4145 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 Dlibelf_xlate.c50 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 Dprivate_libelf.h1382 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 DMakefile11 INCS= a.out.h alloca.h ar.h assert.h bitstring.h byteswap.h \
/dflybsd-src/contrib/file/src/
H A Dapprentice.c132 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