Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c256 unsigned *endian, in fill_in_elf_fields() argument
291 *endian = locendian; in fill_in_elf_fields()
316 unsigned *endian, in is_pe_object() argument
408 *endian = locendian; in is_pe_object()
413 *endian = locendian; in is_pe_object()
423 unsigned *endian, in is_mach_o_magic() argument
448 *endian = locendian; in is_mach_o_magic()
456 unsigned *endian, in dwarf_object_detector_fd() argument
494 res = fill_in_elf_fields(&h,endian,offsetsize,errcode); in dwarf_object_detector_fd()
502 if (is_mach_o_magic(&h,endian,offsetsize)) { in dwarf_object_detector_fd()
[all …]
H A Ddwarf_generic_init.c141 unsigned endian = 0; in dwarf_init_path() local
156 &ftype,&endian,&offsetsize,&filesize,&errcode); in dwarf_init_path()
178 ftype,endian,offsetsize,filesize, in dwarf_init_path()
195 ftype,endian,offsetsize,filesize, in dwarf_init_path()
212 ftype,endian,offsetsize,filesize, in dwarf_init_path()
245 unsigned endian = 0; in dwarf_init_b() local
255 &endian,&offsetsize,&filesize,&errcode); in dwarf_init_b()
267 ftype,endian,offsetsize,filesize, in dwarf_init_b()
279 ftype,endian,offsetsize,filesize, in dwarf_init_b()
293 ftype,endian,offsetsize,filesize, in dwarf_init_b()
H A Ddwarf_object_detector.h93 unsigned *endian,
100 unsigned *endian,
H A Ddwarf_elfread.c160 unsigned endian,
586 unsigned endian, in _dwarf_elf_nlsetup() argument
602 ftype,endian,offsetsize,filesize,access, in _dwarf_elf_nlsetup()
644 unsigned endian, in _dwarf_elf_object_access_internals_init() argument
677 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_elf_object_access_internals_init()
685 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_elf_object_access_internals_init()
769 unsigned endian, in _dwarf_elf_object_access_init() argument
790 ftype, endian, offsetsize, filesize, in _dwarf_elf_object_access_init()
H A Ddwarf_peread.c98 unsigned endian,
718 unsigned endian, in _dwarf_pe_setup() argument
734 ftype,endian,offsetsize,filesize,access, in _dwarf_pe_setup()
773 unsigned endian, in _dwarf_pe_object_access_internals_init() argument
804 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_pe_object_access_internals_init()
812 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_pe_object_access_internals_init()
838 unsigned endian, in _dwarf_pe_object_access_init() argument
859 ftype, endian, offsetsize, filesize, in _dwarf_pe_object_access_init()
H A Ddwarf_machoread.c148 unsigned endian,
771 unsigned endian, in _dwarf_macho_setup() argument
787 ftype,endian,offsetsize,filesize,access, in _dwarf_macho_setup()
828 unsigned endian, in _dwarf_macho_object_access_internals_init() argument
860 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_macho_object_access_internals_init()
868 if (endian == DW_ENDIAN_LITTLE ) { in _dwarf_macho_object_access_internals_init()
912 unsigned endian, in _dwarf_macho_object_access_init() argument
933 ftype, endian, offsetsize, filesize, in _dwarf_macho_object_access_init()
H A Ddwarf_original_elf_init.c158 UNUSEDARG unsigned endian, in _dwarf_elf_setup() argument
170 UNUSEDARG unsigned endian, in _dwarf_elf_setup()
H A Ddwarf_opaque.h922 unsigned endian,
936 unsigned endian,
949 unsigned endian,
962 unsigned endian,
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h126 AudioEndian endian; // byte order variable
134 endian = localByteOrder(); in AudioHdr()
146 endian = localByteOrder(); in AudioHdr()
193 hdr.endian = endian; in Audio_hdr()
/illumos-gate/usr/src/cmd/file/
H A Dmagic99 # little-endian entry
155 # big-endian entries for pure executables
162 # little-endian entries for pure executables
169 # big-endian entries for impure executables
176 # little-endian entries for impure executables
183 # big-endian entries for Sun demand paged executables
190 # little-endian entries for Sun demand paged executables
202 # little-endian entry
301 # snoop files are always big-endian
302 # big-endian entries, with ullong equivalent of string "snoop"
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S42 ! %o3 is 0 for little endian, non-zero for big endian
63 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
110 ! %o3 is 0 for little endian, non-zero for big endian
119 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
H A Dpx_tools_4u.c261 boolean_t endian = PCITOOL_ACC_IS_BIG_ENDIAN(prg_p->acc_attr); in pxtool_access() local
276 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access()
278 if (pxtool_safe_phys_poke(px_p, endian, size, phys_addr, in pxtool_access()
283 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access()
293 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access()
295 if (pxtool_safe_phys_peek(px_p, endian, size, phys_addr, in pxtool_access()
300 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioStream.cc74 AudioEndian endian) in coerceEndian() argument
80 if (hdr.endian == endian) { in coerceEndian()
H A DAudioUnixfile.cc143 hdr_local.endian = BIG_ENDIAN; // Files are always written in in decode_filehdr()
200 hdr_local.endian = BIG_ENDIAN; // Files are always written big endian. in encode_filehdr()
437 if (localByteOrder() != GetHeader().endian) in WriteData()
458 if (localByteOrder() != GetHeader().endian) in WriteData()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S43 ! %o3 is 0 for little endian, non-zero for big endian
62 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
109 ! %o3 is 0 for little endian, non-zero for big endian
H A Dpci_tools.c106 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian,
557 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian, in pcitool_access() argument
585 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access()
587 if (pcitool_phys_poke(pci_p, endian, size, phys_addr, in pcitool_access()
592 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access()
602 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access()
604 if (pcitool_phys_peek(pci_p, endian, size, phys_addr, in pcitool_access()
609 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S79 / Convert in to big endian, eg. htons()
90 / Convert in to big endian, eg. htonl()
101 / Convert in to little endian, eg. ntohs()
121 / Convert in to little endian, eg. ntohl()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DMamfile79 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
84 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
87 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
132 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
145 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
182 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
183 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1213 my ($abi, $e_machine, $type, $wordsize, $endian, $rest);
1219 $endian = 'unknown';
1237 $endian = $1;
1242 return ($abi, $type, $wordsize, $endian);
1254 $endian = 'MSB';
1263 $endian = $1;
1279 $wordsize == 64 && $endian eq 'LSB') {
1288 return ($abi, $type, $wordsize, $endian, $e_machine);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c87 #define endian (((*(int *) &one)) ? 1 : 0) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
H A Dlgamma.c81 static int endian; variable
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
155 endian = ((*(int *) &one)) ? 1 : 0; in lgamma()
H A Dgamma.c132 static int endian; variable
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
150 endian = (*(int *) &one) ? 1 : 0;
/illumos-gate/usr/src/man/man7/
H A DMakefile181 endian.7 \
200 endian.7 := LINKSRC = byteorder.7
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.

1234