Lines Matching defs:nextoff

1496 	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, 0);
1960 prevoff = nextoff;
1961 nextoff = nextoff + symbol_table_size;
1987 PRINT20 (hdr->nextoff, 0);
2056 PRINT20 (fhdr->symoff64, nextoff);
2091 file_ptr prevoff, nextoff;
2121 nextoff = SIZEOF_AR_FILE_HDR;
2187 BFD_ASSERT (nextoff == bfd_tell (abfd));
2189 offsets[i] = nextoff;
2191 prevoff = nextoff;
2192 nextoff += size + (size & 1);
2194 sprintf (ahdrp->nextoff, "%ld", (long) nextoff);
2222 BFD_ASSERT (nextoff == bfd_tell (abfd));
2223 sprintf (fhdr.memoff, "%ld", (long) nextoff);
2242 prevoff = nextoff;
2243 nextoff += size + (size & 1);
2246 sprintf (ahdr.nextoff, "%ld", (long) nextoff);
2248 sprintf (ahdr.nextoff, "%d", 0);
2291 BFD_ASSERT (nextoff == bfd_tell (abfd));
2292 sprintf (fhdr.symoff, "%ld", (long) nextoff);
2323 file_ptr prevoff, nextoff;
2361 nextoff = SIZEOF_AR_FILE_HDR_BIG;
2423 BFD_ASSERT (nextoff == bfd_tell (abfd));
2428 if (! do_shared_object_padding (abfd, current_bfd, & nextoff,
2433 offsets[i] = nextoff;
2435 prevoff = nextoff;
2436 nextoff += size + (size & 1);
2438 PRINT20 (ahdrp->nextoff, nextoff);
2484 BFD_ASSERT (nextoff == bfd_tell (abfd));
2503 PRINT20 (hdr->nextoff, nextoff + member_table_size);
2505 PRINT20 (hdr->nextoff, 0);
2548 PRINT20 (fhdr.memoff, nextoff);
2550 prevoff = nextoff;
2551 nextoff += member_table_size;
2559 BFD_ASSERT (nextoff == bfd_tell (abfd));
2561 /* Save nextoff in fhdr.symoff so the armap routine can use it. */
2562 PRINT20 (fhdr.symoff, nextoff);