Home
last modified time | relevance | path

Searched refs:zero_off (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dstrip.c2111 const Elf32_Off zero_off = 0; in handle_elf() local
2113 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() local
2133 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()
2134 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()