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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsco5-core.c110 struct coreoffsets coffsets; local
138 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
139 != sizeof coffsets)
140 || ((coffsets.u_info != 1) && (coffsets.u_info != C_VERSION)))
146 if (coffsets.u_info == 1)
150 u = read_uarea (abfd, coffsets.u_user);
155 (bfd_size_type) coffsets.u_usize,
157 (file_ptr) coffsets
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsco5-core.c110 struct coreoffsets coffsets; local
138 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
139 != sizeof coffsets)
140 || ((coffsets.u_info != 1) && (coffsets.u_info != C_VERSION)))
146 if (coffsets.u_info == 1)
150 u = read_uarea (abfd, coffsets.u_user);
155 (bfd_size_type) coffsets.u_usize,
157 (file_ptr) coffsets
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsco5-core.c110 struct coreoffsets coffsets; local
138 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
139 != sizeof coffsets)
140 || ((coffsets.u_info != 1) && (coffsets.u_info != C_VERSION)))
146 if (coffsets.u_info == 1)
150 u = read_uarea (abfd, coffsets.u_user);
155 (bfd_size_type) coffsets.u_usize,
157 (file_ptr) coffsets
[all...]

Completed in 189 milliseconds