Searched refs:BSWAP_XWORD (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h126 #define BSWAP_XWORD(_xword) BSWAP_LWORD(_xword) macro
128 #define BSWAP_XWORD(_xword) BSWAP_WORD(_xword) macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c148 value = BSWAP_XWORD(value);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c843 return (BSWAP_XWORD(v));
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c823 scratch.length = BSWAP_XWORD(ent->length);

Completed in 183 milliseconds