Searched refs:byteorder (Results 51 - 75 of 81) sorted by relevance

1234

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcode.h655 || (*target_ptr)->byteorder != target->byteorder
H A Dbfd-in2.h553 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
554 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
5038 enum bfd_endian byteorder;
5031 enum bfd_endian byteorder; member in struct:bfd_target
H A Delf64-ppc.c2599 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
2600 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
2601 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c246 target_is_bigendian = ((target_vec->byteorder == BFD_ENDIAN_BIG) ? 1 : 0);
H A Dobjdump.c1955 xvec->byteorder = endian;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h78 #include <sys/byteorder.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h432 int compressed_size, int byteorder, dmu_tx_t *tx);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h50 #include <asm/byteorder.h>
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c18 #include <sys/byteorder.h>
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_pool.c34 # include <sys/byteorder.h>
H A Dip_dstlist.c37 # include <sys/byteorder.h>
H A Dip_auth.c46 # include <sys/byteorder.h>
H A Dip_frag.c46 # include <sys/byteorder.h>
H A Dip_sync.c51 # include <sys/byteorder.h>
H A Dip_proxy.c47 # include <sys/byteorder.h>
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c37 # include <sys/byteorder.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1184 int compressed_size, int byteorder, dmu_tx_t *tx)
1195 uncompressed_size, compressed_size, byteorder, tx);
1182 dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset, void *data, uint8_t etype, uint8_t comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
H A Dzfs_replay.c42 #include <sys/byteorder.h>
H A Ddbuf.c1993 int uncompressed_size, int compressed_size, int byteorder,
2021 BP_SET_BYTEORDER(&dl->dr_overridden_by, byteorder);
1991 dmu_buf_write_embedded(dmu_buf_t *dbuf, void *data, bp_embedded_type_t etype, enum zio_compress comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
H A Dzvol.c76 #include <sys/byteorder.h>
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c2676 && target->byteorder != BFD_ENDIAN_BIG)
2680 && target->byteorder != BFD_ENDIAN_LITTLE)
2786 if (target->byteorder != desired_endian)
2791 && (target->alternative_target->byteorder == desired_endian))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c48 #include <sys/byteorder.h>
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h559 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
560 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
5045 enum bfd_endian byteorder;
5038 enum bfd_endian byteorder; member in struct:bfd_target
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c4903 dot_byteorder (byteorder)
4904 int byteorder;
4908 if (byteorder == -1)
4912 byteorder = seginfo->tc_segment_info_data.endian == 1;
4915 seginfo->tc_segment_info_data.endian = byteorder ? 1 : 2;
4917 if (target_big_endian != byteorder)
4919 target_big_endian = byteorder;
11160 fixup. We pick the right reloc code depending on the byteorder
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y19 # include <sys/byteorder.h>

Completed in 521 milliseconds

1234