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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c287 extract_uint(const uchar_t *data, uint64_t *ndx, int do_swap) function
397 length = extract_uint(data + off, &ndx, bswap);
404 id = extract_uint(data + off, &ndx, bswap);
565 length = extract_uint(data + off, &ndx, bswap);
572 id = extract_uint(data + off, &ndx, bswap);

Completed in 45 milliseconds