Home
last modified time | relevance | path

Searched refs:next_arhdr_offset (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Delfedit.c368 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0) in process_archive()
392 arch.next_arhdr_offset += sizeof arch.arhdr; in process_archive()
464 archive_file_offset = arch.next_arhdr_offset; in process_archive()
465 arch.next_arhdr_offset += archive_file_size; in process_archive()
Delfcomm.h73 unsigned long next_arhdr_offset; /* Offset of the next archive header. */ member
Delfcomm.c473 arch->next_arhdr_offset += sizeof arch->arhdr + size; in process_archive_index_and_symbols()
614 arch->next_arhdr_offset = SARMAG; in setup_archive()
666 arch->next_arhdr_offset += sizeof arch->arhdr + arch->longnames_size; in setup_archive()
Dreadelf.c16743 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0) in process_archive()
16764 arch.next_arhdr_offset += sizeof arch.arhdr; in process_archive()
16841 archive_file_offset = arch.next_arhdr_offset; in process_archive()
16842 arch.next_arhdr_offset += archive_file_size; in process_archive()