Lines Matching full:rawptr
73 struct sco5_core_struct *rawptr;
76 rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
77 if (rawptr == NULL)
80 abfd->tdata.sco5_core_data = rawptr;
83 || bfd_bread ((void *) &rawptr->u, (bfd_size_type) sizeof rawptr->u,
84 abfd) != sizeof rawptr->u)
91 if (rawptr->u.u_dsize > 0x1000000) /* Remember, it's in pages... */
96 if (rawptr->u.u_ssize > 0x1000000)
101 return &rawptr->u;