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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsco5-core.c111 struct coresecthead chead; local
191 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
192 != sizeof chead)
193 || (chead.cs_stype != CORES_OFFSETS)
194 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER))
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
207 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
208 != sizeof chead))
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsco5-core.c111 struct coresecthead chead; local
191 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
192 != sizeof chead)
193 || (chead.cs_stype != CORES_OFFSETS)
194 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER))
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
207 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
208 != sizeof chead))
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsco5-core.c111 struct coresecthead chead; local
191 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
192 != sizeof chead)
193 || (chead.cs_stype != CORES_OFFSETS)
194 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER))
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
207 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
208 != sizeof chead))
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dget.c85 struct field_info *chead, **ctail; member in struct:get_entry_data
360 for(f = data->chead; f != NULL; f = f->next) {
373 for(f = data->chead; f != NULL; f = f->next) {
378 for(f = data->chead; f != NULL; f = f->next) {
409 for(f = data->chead; f != NULL; f = next) {
414 data->chead = NULL;
415 data->ctail = &data->chead;
494 data.chead = NULL;
495 data.ctail = &data.chead;

Completed in 137 milliseconds