Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4152 if (!byteswap) {
176 if (!byteswap) {
279 if (byteswap) {
739 byteswap));
747 byteswap));
798 if (byteswap)
809 if (byteswap)
828 if (byteswap)
884 if (byteswap)
892 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()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h1390 if (!byteswap) { in _libelf_cvt_ADDR64_tom()
1425 if (byteswap) { in _libelf_cvt_CAP64_tom()
1458 if (byteswap) { in _libelf_cvt_DYN64_tom()
1503 if (byteswap) { in _libelf_cvt_EHDR64_tom()
1537 if (!byteswap) { in _libelf_cvt_HALF_tom()
1561 if (!byteswap) { in _libelf_cvt_LWORD_tom()
1599 if (byteswap) { in _libelf_cvt_MOVE64_tom()
2180 if (byteswap) { in _libelf_cvt_GNUHASH64_tom()
2206 if (byteswap) in _libelf_cvt_GNUHASH64_tom()
2217 if (byteswap) in _libelf_cvt_GNUHASH64_tom()
[all …]
/dragonfly/include/
H A DMakefile11 INCS= a.out.h alloca.h ar.h assert.h bitstring.h byteswap.h \
/dragonfly/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