Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev03.c30 static off_t blk_off, zero_off; variable
43 {1, &zero_off, &blksz},
44 {2, &zero_off, &blksz},
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv03.c28 static off_t blk_off, zero_off; variable
43 {1, &zero_off, &blksz, 0x61},
44 {2, &zero_off, &blksz, 0x61},
/third_party/elfutils/src/
Dstrip.c2593 const Elf32_Off zero_off = 0; in handle_elf() local
2595 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()
2596 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()
2613 const Elf64_Off zero_off = 0; in handle_elf() local
2615 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()
2616 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()