Searched defs:zero_off (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/src/
H A Dstrip.c1975 const Elf32_Off zero_off = 0; local
1977 if (pwrite_retry (fd, &zero_off, sizeof zero_off,
1978 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off
1995 const Elf64_Off zero_off = 0; local
1997 if (pwrite_retry (fd, &zero_off, sizeof zero_off,
1998 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off

Completed in 91 milliseconds