Searched refs:chead (Results 1 – 2 of 2) sorted by relevance
111 struct coresecthead chead; in sco5_core_file_p() local191 || (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 …]
85 struct field_info *chead, **ctail; member360 for(f = data->chead; f != NULL; f = f->next) { in print_entry_short()373 for(f = data->chead; f != NULL; f = f->next) { in print_entry_long()378 for(f = data->chead; f != NULL; f = f->next) { in print_entry_long()409 for(f = data->chead; f != NULL; f = next) { in free_columns()414 data->chead = NULL; in free_columns()415 data->ctail = &data->chead; in free_columns()494 data.chead = NULL; in getit()495 data.ctail = &data.chead; in getit()