Searched refs:get8 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c76 * - The get8() macro for 32-bit code can ignore the first 4 bytes of
86 #define get8(p) (((((((((((((((uint64_t)p[0]<<8)+p[1])<<8)+p[2])<<8)+ \ macro
89 #define get8(p) (((((((uint64_t)p[4]<<8)+p[5])<<8)+p[6])<<8)+p[7]) macro
106 if (sz < 8 || (sz - 8) / 8 < (n = get8(off))) {
157 as->as_off = get8(off);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c625 get8(uchar_t *p) { function
1136 nttime = get8(protodata);

Completed in 125 milliseconds