Searched refs:zero_off (Results 1 – 1 of 1) sorted by relevance
2111 const Elf32_Off zero_off = 0; in handle_elf() local2113 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()2114 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()2131 const Elf64_Off zero_off = 0; in handle_elf() local2133 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()2134 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()