Searched refs:le32toh (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Dendian.h38 #ifndef le32toh
39 #define le32toh LE_32 macro
H A Dimgact_aout.h79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
104 #define N_STROFF(ex) (N_SYMOFF(ex) + le32toh((ex).a_syms))
H A Dbtxld.c318 btx->btx_entry = le32toh(btx->btx_entry);
358 hdr->text = le32toh(ex->a_text);
359 hdr->data = le32toh(ex->a_data);
360 hdr->bss = le32toh(ex->a_bss);
361 hdr->entry = le32toh(ex->a_entry);
362 if (le32toh(ex->a_entry) >= BTX_PGSIZE)
371 ep = (void *)((uint8_t *)p + le32toh(ee->e_phoff) +
373 if (le32toh(ep->p_type) == PT_LOAD)
376 hdr->text = le32toh(ep->p_filesz);
377 hdr->org = le32toh(e
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dendian.c41 le32toh(uint32_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h37 ( le32toh((ex).a_midmag) & 0xffff )
79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
104 #define N_STROFF(ex) (N_SYMOFF(ex) + le32toh((e
[all...]
H A Dendian.h79 #define le32toh(x) ((uint32_t)(x)) macro
93 #define le32toh(x) bswap32((x)) macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c59 le32toh(uint32_t in) function
/illumos-gate/usr/src/head/
H A Dendian.h63 extern uint32_t le32toh(uint32_t);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c133 uuid->time_low = le32toh(uuid->time_low);
179 sz = le32toh(hdr->hdr_size);
184 crc = le32toh(hdr->hdr_crc_self);
191 hdr->hdr_revision = le32toh(hdr->hdr_revision);
206 hdr->hdr_entries = le32toh(hdr->hdr_entries);
207 hdr->hdr_entsz = le32toh(hdr->hdr_entsz);
217 hdr->hdr_crc_table = le32toh(hdr->hdr_crc_table);
416 start = le32toh(dp[0].dp_start);
422 end = le32toh(dp[0].dp_size);
436 offset = e1->part.start + le32toh(d
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c72 le32toh(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c72 le32toh(uint32_t in) function
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h154 #define le32toh(x) LE_32(x) macro
H A Dif_iwn.c2305 le32toh(sc->eeprom_crystal));
2690 flags = le32toh(*(uint32_t *)(head + len));
2782 len = (le32toh(desc->len) & 0x3fff) - 4;
2868 if (le32toh(stats->rx.general.flags) != 1) {
2898 iwn_tx_done(sc, desc, stat->ackfailcnt, le32toh(stat->status) & 0xff);
3056 if (le32toh(miss->consecutive)
3061 le32toh(miss->consecutive));
3064 } else if (le32toh(miss->consecutive)
3084 if (le32toh(uc->valid) != 1) {
3094 sc->errptr = le32toh(u
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c140 test32 = le32toh(val32);
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohcireg.h95 #define FWOHCI_DMA_READ(x) le32toh(x)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c197 f1 = le32toh(SMBIOS_GET32(addr, 0));
/illumos-gate/usr/src/man/man3c/
H A DMakefile951 le32toh.3c \
1670 le32toh.3c := LINKSRC = endian.3c

Completed in 144 milliseconds