Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsco5-core.c111 struct coresecthead chead; in sco5_core_file_p() local
191 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd) in sco5_core_file_p()
192 != sizeof chead) in sco5_core_file_p()
193 || (chead.cs_stype != CORES_OFFSETS) in sco5_core_file_p()
194 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER)) in sco5_core_file_p()
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0) in sco5_core_file_p()
207 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd) in sco5_core_file_p()
208 != sizeof chead)) in sco5_core_file_p()
214 switch (chead.cs_stype) in sco5_core_file_p()
217 if (chead.cs_x.csx_magic != COREMAGIC_NUMBER) in sco5_core_file_p()
[all …]