Searched refs:fileoffset (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sys/dev/microcode/bwi/extract/ |
| H A D | extract.c | 31 int fileoffset; member 70 if (read(fdin, &h[i]->fileoffset, sizeof(h[i]->fileoffset)) < 1) in main() 72 h[i]->fileoffset = htonl(h[i]->fileoffset); in main() 82 if (lseek(fdin, h[i]->fileoffset, SEEK_SET) == -1) in main() 91 h[i]->filename, h[i]->filesize, h[i]->fileoffset); in main()
|
| /openbsd-src/sys/dev/microcode/bwi/build/ |
| H A D | build.c | 36 int fileoffset; member 67 h[j].fileoffset = 0; in main() 88 h[i].fileoffset = offset; in main() 91 printf("offset of %s = %d\n", h[i].filename, h[i].fileoffset); in main() 102 h[i].fileoffset = htonl(h[i].fileoffset); in main() 122 h[i].fileoffset = ntohl(h[i].fileoffset); in main()
|
| /openbsd-src/lib/libelf/ |
| H A D | libelf_ar.c | 324 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local 375 GET_LONG(p, fileoffset); in _libelf_ar_process_bsd_symtab() 377 if (stroffset < 0 || fileoffset < 0 || in _libelf_ar_process_bsd_symtab() 378 (off_t) fileoffset >= e->e_rawsize) in _libelf_ar_process_bsd_symtab() 386 sym->as_off = (off_t) fileoffset; in _libelf_ar_process_bsd_symtab()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | bwivar.h | 268 int fileoffset; member
|
| H A D | bwi.c | 1648 *offset = ntohl(h->fileoffset); in bwi_get_firmware()
|