Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c326 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0) in process_archive()
350 arch.next_arhdr_offset += sizeof arch.arhdr; in process_archive()
422 archive_file_offset = arch.next_arhdr_offset; in process_archive()
423 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.c450 arch->next_arhdr_offset += sizeof arch->arhdr + size; in process_archive_index_and_symbols()
589 arch->next_arhdr_offset = SARMAG; in setup_archive()
626 arch->next_arhdr_offset += sizeof arch->arhdr + arch->longnames_size; in setup_archive()
Dreadelf.c15197 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0) in process_archive()
15218 arch.next_arhdr_offset += sizeof arch.arhdr; in process_archive()
15295 archive_file_offset = arch.next_arhdr_offset; in process_archive()
15296 arch.next_arhdr_offset += archive_file_size; in process_archive()