Searched defs:htole32 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Delfh.c43 #ifndef htole32
44 #define htole32 LE_32 macro
59 htole32(EV_CURRENT), /* e_version */
60 htole32(SET_ME), /* e_entry */
61 htole32(offsetof(struct elfh, p)), /* e_phoff */
62 htole32(offsetof(struct elfh, sh)), /* e_shoff */
73 htole32(PT_LOAD), /* p_type */
74 htole32(sizeof(elfhdr)), /* p_offset */
75 htole32(SET_ME), /* p_vaddr */
76 htole32(SET_M
[all...]
H A Dendian.h32 #ifndef htole32
33 #define htole32 LE_32 macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dendian.c53 htole32(uint32_t in) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c29 htole32(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c29 htole32(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c29 htole32(uint32_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h72 #define htole32(x) ((uint32_t)(x)) macro
86 #define htole32(x) bswap32((x)) macro
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h155 #define htole32(x) LE_32(x) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile875 htole32.3c \
1667 htole32.3c := LINKSRC = endian.3c

Completed in 71 milliseconds