Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
HDecoff.c4346 int bigendian; in ecoff_build_aux() local
4351 bigendian = bfd_big_endian (stdoutput); in ecoff_build_aux()
4376 fil_ptr->fdr.fBigendian = bigendian; in ecoff_build_aux()
4403 (*backend->swap_tir_out) (bigendian, in ecoff_build_aux()
4408 (*backend->swap_rndx_out) (bigendian, in ecoff_build_aux()
4413 AUX_PUT_DNLOW (bigendian, aux_ptr->data.dnLow, in ecoff_build_aux()
4417 AUX_PUT_DNHIGH (bigendian, aux_ptr->data.dnHigh, in ecoff_build_aux()
4421 AUX_PUT_ISYM (bigendian, aux_ptr->data.isym, in ecoff_build_aux()
4425 AUX_PUT_ISS (bigendian, aux_ptr->data.iss, in ecoff_build_aux()
4429 AUX_PUT_WIDTH (bigendian, aux_ptr->data.width, in ecoff_build_aux()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
HDecoff.c4341 int bigendian; in ecoff_build_aux() local
4346 bigendian = bfd_big_endian (stdoutput); in ecoff_build_aux()
4371 fil_ptr->fdr.fBigendian = bigendian; in ecoff_build_aux()
4398 (*backend->swap_tir_out) (bigendian, in ecoff_build_aux()
4403 (*backend->swap_rndx_out) (bigendian, in ecoff_build_aux()
4408 AUX_PUT_DNLOW (bigendian, aux_ptr->data.dnLow, in ecoff_build_aux()
4412 AUX_PUT_DNHIGH (bigendian, aux_ptr->data.dnHigh, in ecoff_build_aux()
4416 AUX_PUT_ISYM (bigendian, aux_ptr->data.isym, in ecoff_build_aux()
4420 AUX_PUT_ISS (bigendian, aux_ptr->data.iss, in ecoff_build_aux()
4424 AUX_PUT_WIDTH (bigendian, aux_ptr->data.width, in ecoff_build_aux()
[all …]
/dragonfly/contrib/libarchive/libarchive/
HDarchive_string.c3629 size_t length, struct archive_string_conv *sc, int bigendian) in win_strncat_to_utf16() argument
3647 if (bigendian) in win_strncat_to_utf16()
3684 if (!bigendian) { in win_strncat_to_utf16()
3693 if (bigendian) { in win_strncat_to_utf16()
3792 size_t length, struct archive_string_conv *sc, int bigendian) in best_effort_strncat_to_utf16() argument
3820 if (bigendian) in best_effort_strncat_to_utf16()
/dragonfly/contrib/binutils-2.27/binutils/doc/
HDbinutils.texi2904 single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} =
2905 16-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit
/dragonfly/crypto/openssh/
HDconfig.log161 configure:3854: checking whether byte ordering is bigendian