Lines Matching refs:chead
111 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()
226 u = read_uarea (abfd, chead.cs_sseek); in sco5_core_file_p()
248 chead.cs_vaddr = 0 - (bfd_vma) u->u_ar0; in sco5_core_file_p()
255 switch (chead.cs_x.csx_preg.csxp_rtyp) in sco5_core_file_p()
290 chead.cs_stype); in sco5_core_file_p()
296 (bfd_size_type) chead.cs_vsize, in sco5_core_file_p()
297 (bfd_vma) chead.cs_vaddr, in sco5_core_file_p()
298 (file_ptr) chead.cs_sseek)) in sco5_core_file_p()