Lines Matching refs:off

502 	Elf32_Off off;
551 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
556 shp->sh_offset = off;
559 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
565 shp->sh_offset = off;
568 off = shp->sh_offset + shp->sh_size;
574 shp->sh_offset = off;
577 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
585 shp->sh_offset = off;
589 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
612 shp->sh_offset = off;
648 Elf64_Off off;
697 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr);
702 shp->sh_offset = off;
705 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
711 shp->sh_offset = off;
714 off = shp->sh_offset + shp->sh_size;
720 shp->sh_offset = off;
723 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
731 shp->sh_offset = off;
735 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
754 shp->sh_offset = off;
807 uint32_t *off)
817 uint32_t *off)
827 uint32_t *off)
847 uint32_t *off)
871 (*off) += sizeof (ip[0]);
876 (*off) += sizeof (ip[0]);
904 (*off) += sizeof (ip[0]);
918 uint32_t *off)
941 uint32_t *off)
965 (*off) += sizeof (ip[0]);
971 (*off) += sizeof (ip[0]);
979 (*off) += sizeof (ip[0]);
1017 (*off) += sizeof (ip[0]);
1039 (*off) += sizeof (ip[0]);
1044 (*off) += sizeof (ip[0]);
1063 uint32_t *off)
1075 (*off) -= 1;
1103 (*off) += 3;
1110 (*off) += 2;
1146 (*off) += 3;
1153 (*off) += 2;
1211 uint32_t off, eclass, emachine1, emachine2;
1409 * driven off the rails or the object file is corrupt.
1609 off = rela.r_offset - fsym.st_value;
1611 &rela, &off) != 0)
1614 if (dt_probe_define(pvp, prp, s, r, off, eprobe) != 0) {