Lines Matching refs:off

505 	Elf32_Off off;
556 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
561 shp->sh_offset = off;
564 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
570 shp->sh_offset = off;
573 off = shp->sh_offset + shp->sh_size;
579 shp->sh_offset = off;
582 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
590 shp->sh_offset = off;
594 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
617 shp->sh_offset = off;
653 Elf64_Off off;
704 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr);
709 shp->sh_offset = off;
712 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
718 shp->sh_offset = off;
721 off = shp->sh_offset + shp->sh_size;
727 shp->sh_offset = off;
730 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
738 shp->sh_offset = off;
742 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
761 shp->sh_offset = off;
812 uint32_t *off)
821 uint32_t *off)
830 uint32_t *off)
849 uint32_t *off)
873 (*off) += sizeof (ip[0]);
878 (*off) += sizeof (ip[0]);
906 (*off) += sizeof (ip[0]);
934 uint32_t *off)
958 (*off) += sizeof (ip[0]);
964 (*off) += sizeof (ip[0]);
972 (*off) += sizeof (ip[0]);
1010 (*off) += sizeof (ip[0]);
1032 (*off) += sizeof (ip[0]);
1037 (*off) += sizeof (ip[0]);
1056 uint32_t *off)
1068 (*off) -= 1;
1096 (*off) += 3;
1103 (*off) += 2;
1139 (*off) += 3;
1146 (*off) += 2;
1203 uint32_t off, eclass, emachine1, emachine2;
1404 * driven off the rails or the object file is corrupt.
1603 off = rela.r_offset - fsym.st_value;
1605 &rela, &off) != 0)
1608 if (dt_probe_define(pvp, prp, s, r, off, eprobe) != 0) {
1697 uint64_t off, rc;