gzseek
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
pos = gzseek(file, -8L, SEEK_CUR);
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
if (gzseek(f, (z_off_t)0, SEEK_SET) == -1)
if (gzseek(fp, (off_t)elf->e_phoff, SEEK_SET) == -1) {
if (gzseek(fp, (off_t)phdr[i].p_offset,
if (gzseek(fp, (off_t)elf->e_shoff, SEEK_SET) == -1) {
if (gzseek(fp, (off_t)shp[elf->e_shstrndx].sh_offset,
if (gzseek(fp, (off_t)shp[i].sh_offset,
if (gzseek(fp, (off_t)elf->e_phoff, SEEK_SET) == -1) {
if (gzseek(fp, (off_t)phdr[i].p_offset,
if (gzseek(fp, (off_t)elf->e_shoff, SEEK_SET) == -1) {
if (gzseek(fp, (off_t)shp[elf->e_shstrndx].sh_offset,
if (gzseek(fp, (off_t)shp[i].sh_offset,
if (gzseek(fp, size - lower_sz, SEEK_SET) == -1)