Searched refs:raw_syments (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dlibecoff.h123 void * raw_syments; member in struct:ecoff_tdata
H A Dlibcoff-in.h34 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
55 struct coff_ptr_struct *raw_syments; member in struct:coff_tdata
H A Dlibcoff.h38 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
59 struct coff_ptr_struct *raw_syments; member in struct:coff_tdata
H A Dcoffgen.c2137 p = cof->raw_syments;
2196 if (p >= cof->raw_syments + p->u.syment.n_value)
2199 p = cof->raw_syments + p->u.syment.n_value;
H A Decoff.c520 if (ecoff_data (abfd)->raw_syments != NULL)
584 ecoff_data (abfd)->raw_syments = raw;
3908 /* If raw_syments is not NULL, then the data was already by read by
3910 if (ecoff_data (input_bfd)->raw_syments == NULL)
3934 if (ecoff_data (input_bfd)->raw_syments == NULL)
H A Dcoff-rs6000.c373 coff->raw_syments = (struct coff_ptr_struct *) NULL;
H A Dcoffcode.h1934 coff->raw_syments = NULL;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dlibecoff.h123 void * raw_syments; member in struct:ecoff_tdata
H A Dlibcoff-in.h33 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
54 struct coff_ptr_struct *raw_syments; member in struct:coff_tdata
H A Dlibcoff.h37 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
58 struct coff_ptr_struct *raw_syments; member in struct:coff_tdata
H A Dcoffgen.c2132 p = cof->raw_syments;
2191 if (p >= cof->raw_syments + p->u.syment.n_value)
2194 p = cof->raw_syments + p->u.syment.n_value;
H A Decoff.c520 if (ecoff_data (abfd)->raw_syments != NULL)
584 ecoff_data (abfd)->raw_syments = raw;
3908 /* If raw_syments is not NULL, then the data was already by read by
3910 if (ecoff_data (input_bfd)->raw_syments == NULL)
3934 if (ecoff_data (input_bfd)->raw_syments == NULL)
H A Dcoff-rs6000.c373 coff->raw_syments = (struct coff_ptr_struct *) NULL;
H A Dcoffcode.h1936 coff->raw_syments = NULL;

Completed in 483 milliseconds