Searched refs:extract_uint (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | unwind.c | 287 extract_uint(const uchar_t *data, uint64_t *ndx, int do_swap) in extract_uint() function 397 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr() 404 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr() 565 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr() 572 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
|