Searched refs:nextoff (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c1496 filestart = strtol (arch_xhdr (last_file)->nextoff, (char **) NULL,
1517 filestart = strtol (arch_xhdr_big (last_file)->nextoff, (char **) NULL,
1611 sprintf (hdr.nextoff, "%d", 0);
1798 file_ptr nextoff, prevoff;
1838 /* xcoff_write_archive_contents_big passes nextoff in symoff. */
1840 READ20 (fhdr->symoff, nextoff);
1842 BFD_ASSERT (nextoff == bfd_tell (abfd));
1888 PRINT20 (hdr->nextoff, nextoff + symbol_table_size);
1890 PRINT20 (hdr->nextoff,
1795 file_ptr nextoff, prevoff; local
2088 file_ptr prevoff, nextoff; local
2320 file_ptr prevoff, nextoff; local
[all...]
H A Dcoff64-rs6000.c2056 filestart = bfd_scan_vma (arch_xhdr_big (last_file)->nextoff,
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dxcoff.h536 char nextoff[XCOFFARMAG_ELEMENT_SIZE]; member in struct:xcoff_ar_hdr
574 char nextoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member in struct:xcoff_ar_hdr_big
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dimgact_coff.c393 long stroff, nextoff; local
396 nextoff = 4 * *(long *)(buf + j);
400 j += nextoff;
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_io.c428 int i, error, nextoff, size, toff, npages, count, reqpage;
520 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
522 nextoff = toff + PAGE_SIZE;
525 if (nextoff <= size) {
/freebsd-10.0-release/sys/vm/
H A Dvnode_pager.c694 off_t foff, tfoff, nextoff; local
975 for (i = 0, tfoff = foff; i < count; i++, tfoff = nextoff) {
978 nextoff = tfoff + PAGE_SIZE;
981 if (nextoff <= object->un_pager.vnp.vnp_size) {
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_emul.c913 uint8_t capoff, nextoff; local
926 nextoff = pci_get_cfgdata8(pi, capoff + 1);
927 if (offset >= capoff && offset < nextoff)
930 capoff = nextoff;
/freebsd-10.0-release/sys/fs/fuse/
H A Dfuse_vnops.c1730 int i, error, nextoff, size, toff, count, npages; local
1828 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
1831 nextoff = toff + PAGE_SIZE;
1834 if (nextoff <= size) {
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c86 int i, error, nextoff, size, toff, count, npages; local
200 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
202 nextoff = toff + PAGE_SIZE;
205 if (nextoff <= size) {
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_bio.c80 int i, error, nextoff, size, toff, count, npages; local
194 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
196 nextoff = toff + PAGE_SIZE;
199 if (nextoff <= size) {

Completed in 426 milliseconds