/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_object_detector.c | 256 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 502 if (is_mach_o_magic(&h,endian,offsetsize)) { in dwarf_object_detector_fd() 536 unsigned *endian, in dwarf_object_detector_path() argument [all …]
|
H A D | dwarf_generic_init.c | 141 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 D | dwarf_object_detector.h | 93 unsigned *endian, 100 unsigned *endian,
|
H A D | dwarf_elfread.c | 160 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 D | dwarf_peread.c | 98 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 D | dwarf_machoread.c | 148 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 D | dwarf_original_elf_init.c | 158 UNUSEDARG unsigned endian, in _dwarf_elf_setup() argument 170 UNUSEDARG unsigned endian, in _dwarf_elf_setup()
|
H A D | dwarf_opaque.h | 922 unsigned endian, 936 unsigned endian, 949 unsigned endian, 962 unsigned endian,
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioHdr.h | 128 AudioEndian endian; // byte order variable 136 endian = localByteOrder(); in AudioHdr() 148 endian = localByteOrder(); in AudioHdr() 195 hdr.endian = endian; in Audio_hdr()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magic | 99 # little-endian entry 202 # little-endian entry 301 # snoop files are always big-endian 321 # big-endian entries 341 # little-endian entries 392 # .aiff files are always big-endian 405 # .mid files are always big-endian 415 # rasterfiles are big-endian 416 # big-endian rasterfile entries 428 # little-endian rasterfile entries [all …]
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 42 ! %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 D | px_tools_4u.c | 261 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 D | AudioStream.cc | 76 AudioEndian endian) in coerceEndian() argument 82 if (hdr.endian == endian) { in coerceEndian()
|
H A D | AudioUnixfile.cc | 145 hdr_local.endian = BIG_ENDIAN; // Files are always written in in decode_filehdr() 202 hdr_local.endian = BIG_ENDIAN; // Files are always written big endian. in encode_filehdr() 439 if (localByteOrder() != GetHeader().endian) in WriteData() 460 if (localByteOrder() != GetHeader().endian) in WriteData()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 43 ! %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 D | pci_tools.c | 106 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 D | byteorder.s | 79 / 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 D | Mamfile | 79 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 D | AppcertUtil.pm | 1213 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/common/crypto/md5/sparc/sun4u/ |
H A D | byteswap.il | 30 * byteswap.il -- definitions for .inline functions for little-endian loads. 34 * integers in little-endian byte order.
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | log.c | 87 #define endian (((*(int *) &one)) ? 1 : 0) macro 88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
|
H A D | lgamma.c | 81 static int endian; variable 88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 155 endian = ((*(int *) &one)) ? 1 : 0; in lgamma()
|
/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 180 endian.7 \ 199 endian.7 := LINKSRC = byteorder.7
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | machlibtnf.h | 52 #error Unknown endian
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine.
|