fseek             269 arch/mips/boot/tools/relocs.c 	if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
fseek             309 arch/mips/boot/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
fseek             333 arch/mips/boot/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
fseek             377 arch/mips/boot/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
fseek             418 arch/mips/boot/tools/relocs.c 		if (fseek(fp, sec->shdr_offset, SEEK_SET) < 0)
fseek             432 arch/mips/boot/tools/relocs.c 		if (fseek(fp, sec->shdr_offset, SEEK_SET) < 0)
fseek             607 arch/mips/boot/tools/relocs.c 		if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) {
fseek              40 arch/x86/boot/compressed/mkpiggy.c 	if (fseek(f, -4L, SEEK_END)) {
fseek             391 arch/x86/tools/relocs.c 		if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
fseek             418 arch/x86/tools/relocs.c 	if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) {
fseek             456 arch/x86/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0) {
fseek             481 arch/x86/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0) {
fseek             514 arch/x86/tools/relocs.c 		if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0) {
fseek             214 drivers/gpu/drm/radeon/mkregtable.c 	fseek(file, 0, SEEK_END);
fseek             216 drivers/gpu/drm/radeon/mkregtable.c 	fseek(file, 0, SEEK_SET);
fseek             310 scripts/dtc/dtc-parser.y 				if (fseek(f, $6, SEEK_SET) != 0)
fseek             102 scripts/insert-sys-cert.c 	if (fseek(f, 0, SEEK_SET) != 0) {
fseek             111 tools/perf/util/symbol-minimal.c 	fseek(fp, 0, SEEK_SET);
fseek             131 tools/perf/util/symbol-minimal.c 		fseek(fp, ehdr.e_phoff, SEEK_SET);
fseek             155 tools/perf/util/symbol-minimal.c 			fseek(fp, offset, SEEK_SET);
fseek             182 tools/perf/util/symbol-minimal.c 		fseek(fp, ehdr.e_phoff, SEEK_SET);
fseek             206 tools/perf/util/symbol-minimal.c 			fseek(fp, offset, SEEK_SET);
fseek              42 tools/power/acpi/common/cmfsize.c 	status = fseek(file, 0, SEEK_END);
fseek              54 tools/power/acpi/common/cmfsize.c 	status = fseek(file, current_offset, SEEK_SET);
fseek             409 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	fseek(file, 0, SEEK_SET);
fseek            1217 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	fseek(table_file, file_offset, SEEK_SET);
fseek            1265 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	fseek(table_file, file_offset, SEEK_SET);
fseek             342 tools/testing/selftests/bpf/test_sockmap.c 	fseek(file, 0, SEEK_SET);
fseek             107 tools/testing/selftests/safesetid/safesetid-test.c 		if (fseek(fd, 0, SEEK_END))