Home | History | Annotate | Download | only in bfd

Lines Matching refs:data_struct

251 struct data_struct
256 struct data_struct *next;
264 struct data_struct *data;
315 static struct data_struct *
318 struct data_struct *d = abfd->tdata.tekhex_data->data;
327 d = (struct data_struct *)
328 bfd_zalloc (abfd, (bfd_size_type) sizeof (struct data_struct));
346 struct data_struct *d = find_chunk (abfd, addr, TRUE);
625 struct data_struct *d = NULL;
794 struct data_struct *d;