Lines Matching refs:off
382 uint64_t off = 0;
387 while (off < size) {
397 length = extract_uint(data + off, &ndx, bswap);
404 id = extract_uint(data + off, &ndx, bswap);
413 cieversion = data[off + ndx];
420 isp->is_name, off);
427 off += length + 4;
540 uint64_t off = 0, ujunk;
556 while (off < size) {
565 length = extract_uint(data + off, &ndx, bswap);
572 id = extract_uint(data + off, &ndx, bswap);
593 cieversion = data[off + ndx];
599 cieaugstr = (char *)(&data[off + ndx]);
605 if (uleb_extract(&data[off], &ndx,
606 size - off, &ujunk) == DW_OVERFLOW) {
614 if (sleb_extract(&data[off], &ndx,
615 size - off, &sjunk) == DW_OVERFLOW) {
629 if (uleb_extract(&data[off], &ndx,
630 size - off, &ujunk) ==
649 if (uleb_extract(&data[off],
650 &ndx, size - off, &ujunk) ==
661 ciePflag = data[off + ndx];
669 &data[off], size - off,
672 shdr->sh_addr, off + ndx, 0)) {
691 cieRflag = data[off + ndx];
711 switch (dwarf_ehe_extract(&data[off],
712 size - off, &ndx, &initloc, cieRflag,
714 shdr->sh_addr, off + ndx, gotaddr)) {
748 fdeaddr = shdr->sh_addr + off;
761 off += length + 4;