Lines Matching refs:nextoff
1581 filestart = strtol (arch_xhdr (last_file)->nextoff, (char **) NULL, in _bfd_xcoff_openr_next_archived_file()
1602 filestart = strtol (arch_xhdr_big (last_file)->nextoff, (char **) NULL, in _bfd_xcoff_openr_next_archived_file()
1688 sprintf (hdr.nextoff, "%d", 0); in xcoff_write_armap_old()
1827 file_ptr nextoff, prevoff; in xcoff_write_armap_big() local
1865 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big()
1867 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_armap_big()
1912 PRINT20 (hdr->nextoff, nextoff + symbol_table_size); in xcoff_write_armap_big()
1914 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big()
1969 prevoff = nextoff; in xcoff_write_armap_big()
1970 nextoff = nextoff + symbol_table_size; in xcoff_write_armap_big()
1995 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big()
2049 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big()
2080 file_ptr prevoff, nextoff; in xcoff_write_archive_contents_old() local
2156 sprintf (ahdrp->nextoff, "%ld", (long) iterator.next.offset); in xcoff_write_archive_contents_old()
2184 nextoff = iterator.next.offset; in xcoff_write_archive_contents_old()
2185 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2186 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2205 prevoff = nextoff; in xcoff_write_archive_contents_old()
2206 nextoff += size + (size & 1); in xcoff_write_archive_contents_old()
2209 sprintf (ahdr.nextoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2211 sprintf (ahdr.nextoff, "%d", 0); in xcoff_write_archive_contents_old()
2254 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2255 sprintf (fhdr.symoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2285 file_ptr prevoff, nextoff; in xcoff_write_archive_contents_big() local
2370 PRINT20 (ahdrp->nextoff, iterator.next.offset); in xcoff_write_archive_contents_big()
2422 nextoff = iterator.next.offset; in xcoff_write_archive_contents_big()
2423 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2445 PRINT20 (hdr->nextoff, nextoff + member_table_size); in xcoff_write_archive_contents_big()
2447 PRINT20 (hdr->nextoff, 0); in xcoff_write_archive_contents_big()
2490 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
2492 prevoff = nextoff; in xcoff_write_archive_contents_big()
2493 nextoff += member_table_size; in xcoff_write_archive_contents_big()
2501 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2504 PRINT20 (fhdr.symoff, nextoff); in xcoff_write_archive_contents_big()