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