Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c126 static unsigned long archive_file_size; variable
6106 section.sh_size = archive_file_size - section.sh_offset; in process_dynamic_section()
6154 str_tab_len = archive_file_size - offset; in process_dynamic_section()
9829 archive_file_size = strtoul (arhdr.ar_size, NULL, 10); in process_archive()
9837 + archive_file_size in process_archive()
9838 + (archive_file_size & 1)), in process_archive()
9907 archive_file_size = archive_file_offset = 0; in process_file()
H A DChangeLog-0203378 (archive_file_size): New variable.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c120 unsigned long archive_file_size; variable
4559 section.sh_size = archive_file_size - section.sh_offset; in process_dynamic_segment()
4607 str_tab_len = archive_file_size - offset; in process_dynamic_segment()
10521 archive_file_size = strtoul (arhdr.ar_size, NULL, 10); in process_archive()
10529 + archive_file_size in process_archive()
10530 + (archive_file_size & 1)), in process_archive()
10599 archive_file_size = archive_file_offset = 0; in process_file()
H A DChangeLog-0203378 (archive_file_size): New variable.