Searched refs:coffsets (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsco5-core.c121 struct coreoffsets coffsets; local
149 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
150 != sizeof coffsets)
151 || ((coffsets.u_info != 1) && (coffsets.u_info != C_VERSION)))
157 if (coffsets.u_info == 1)
161 u = read_uarea (abfd, coffsets.u_user);
166 (bfd_size_type) coffsets.u_usize,
168 (file_ptr) coffsets
[all...]

Completed in 81 milliseconds