Searched refs:uwx_get_uleb128 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_bstream.h57 /* uwx_get_uleb128: read a ULEB128 value from the byte stream */
59 extern int uwx_get_uleb128(struct uwx_bstream *bstream, uint64_t *val);
H A Duwx_uinfo.c255 status = uwx_get_uleb128(bstream, &val);
268 status = uwx_get_uleb128(bstream, &val);
572 status = uwx_get_uleb128(bstream, &parm1);
577 status = uwx_get_uleb128(bstream, &parm2);
653 status = uwx_get_uleb128(bstream, &parm1);
989 status = uwx_get_uleb128(bstream, &parm1);
999 status = uwx_get_uleb128(bstream, &parm1);
1002 status = uwx_get_uleb128(bstream, &parm2);
1012 status = uwx_get_uleb128(bstream, &parm1);
1024 status = uwx_get_uleb128(bstrea
[all...]
H A Duwx_bstream.c105 /* uwx_get_uleb128: read a ULEB128 value from the byte stream */
107 int uwx_get_uleb128(struct uwx_bstream *bstream, uint64_t *valp) function

Completed in 58 milliseconds