Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Doasys.c218 oasys_extarchive_header_type header_ext; in oasys_archive_p() local
223 amt = sizeof (header_ext); in oasys_archive_p()
225 || bfd_bread ((void *) &header_ext, amt, abfd) != amt) in oasys_archive_p()
232 header.version = H_GET_32 (abfd, header_ext.version); in oasys_archive_p()
233 header.mod_count = H_GET_32 (abfd, header_ext.mod_count); in oasys_archive_p()
234 header.mod_tbl_offset = H_GET_32 (abfd, header_ext.mod_tbl_offset); in oasys_archive_p()
235 header.sym_tbl_size = H_GET_32 (abfd, header_ext.sym_tbl_size); in oasys_archive_p()
236 header.sym_count = H_GET_32 (abfd, header_ext.sym_count); in oasys_archive_p()
237 header.sym_tbl_offset = H_GET_32 (abfd, header_ext.sym_tbl_offset); in oasys_archive_p()
238 header.xref_count = H_GET_32 (abfd, header_ext.xref_count); in oasys_archive_p()
[all …]