Lines Matching refs:ndx
287 extract_uint(const uchar_t *data, uint64_t *ndx, int do_swap)
292 data += *ndx;
298 (*ndx) += 4;
389 uint64_t ndx = 0;
397 length = extract_uint(data + off, &ndx, bswap);
404 id = extract_uint(data + off, &ndx, bswap);
413 cieversion = data[off + ndx];
414 ndx += 1;
558 uint64_t ndx = 0;
565 length = extract_uint(data + off, &ndx, bswap);
572 id = extract_uint(data + off, &ndx, bswap);
593 cieversion = data[off + ndx];
594 ndx += 1;
599 cieaugstr = (char *)(&data[off + ndx]);
600 ndx += strlen(cieaugstr) + 1;
605 if (uleb_extract(&data[off], &ndx,
614 if (sleb_extract(&data[off], &ndx,
627 ndx++;
629 if (uleb_extract(&data[off], &ndx,
650 &ndx, size - off, &ujunk) ==
661 ciePflag = data[off + ndx];
662 ndx++;
670 &ndx, &ujunk, ciePflag,
672 shdr->sh_addr, off + ndx, 0)) {
691 cieRflag = data[off + ndx];
692 ndx++;
696 ndx++;
712 size - off, &ndx, &initloc, cieRflag,
714 shdr->sh_addr, off + ndx, gotaddr)) {