Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev03.c42 static off_t blk_off, zero_off; variable
55 {1, &zero_off, &blksz},
56 {2, &zero_off, &blksz},
/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv03.c40 static off_t blk_off, zero_off; variable
55 {1, &zero_off, &blksz, 0x61},
56 {2, &zero_off, &blksz, 0x61},
/external/elfutils/src/
Dstrip.c2574 const Elf32_Off zero_off = 0; in handle_elf() local
2576 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()
2577 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()
2594 const Elf64_Off zero_off = 0; in handle_elf() local
2596 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf()
2597 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()