Lines Matching refs:off
381 uint64_t off = 0; in ld_unwind_make_hdr() local
386 while (off < size) { in ld_unwind_make_hdr()
396 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
403 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
417 cieversion = data[off + ndx]; in ld_unwind_make_hdr()
424 isp->is_name, off); in ld_unwind_make_hdr()
431 off += length + 4; in ld_unwind_make_hdr()
544 uint64_t off = 0; in ld_unwind_populate_hdr() local
559 while (off < size) { in ld_unwind_populate_hdr()
568 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
575 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
603 cieaugstr = (char *)(&data[off + ndx]); in ld_unwind_populate_hdr()
609 (void) uleb_extract(&data[off], &ndx); in ld_unwind_populate_hdr()
610 (void) sleb_extract(&data[off], &ndx); in ld_unwind_populate_hdr()
627 (void) uleb_extract(&data[off], in ld_unwind_populate_hdr()
632 ciePflag = data[off + ndx]; in ld_unwind_populate_hdr()
640 &data[off + ndx], in ld_unwind_populate_hdr()
643 shdr->sh_addr, off + ndx); in ld_unwind_populate_hdr()
647 cieRflag = data[off + ndx]; in ld_unwind_populate_hdr()
662 initloc = dwarf_ehe_extract(&data[off], in ld_unwind_populate_hdr()
664 shdr->sh_addr, off + ndx); in ld_unwind_populate_hdr()
683 fdeaddr = shdr->sh_addr + off; in ld_unwind_populate_hdr()
696 off += length + 4; in ld_unwind_populate_hdr()