Home
last modified time | relevance | path

Searched refs:srec_data (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.27/bfd/
HDsrec.c203 abfd->tdata.srec_data = tdata; in srec_mkobject()
279 if (abfd->tdata.srec_data->symbols == NULL) in srec_new_symbol()
280 abfd->tdata.srec_data->symbols = n; in srec_new_symbol()
282 abfd->tdata.srec_data->symtail->next = n; in srec_new_symbol()
283 abfd->tdata.srec_data->symtail = n; in srec_new_symbol()
885 tdata_type *tdata = abfd->tdata.srec_data; in srec_set_section_contents()
1131 tdata_type *tdata = abfd->tdata.srec_data; in internal_srec_write_object_contents()
1191 csymbols = abfd->tdata.srec_data->csymbols; in srec_canonicalize_symtab()
1200 abfd->tdata.srec_data->csymbols = csymbols; in srec_canonicalize_symtab()
1202 for (s = abfd->tdata.srec_data->symbols, c = csymbols; in srec_canonicalize_symtab()
HDbfd-in2.h6814 struct srec_data_struct *srec_data; member
/dragonfly/contrib/binutils-2.34/bfd/
HDsrec.c203 abfd->tdata.srec_data = tdata; in srec_mkobject()
280 if (abfd->tdata.srec_data->symbols == NULL) in srec_new_symbol()
281 abfd->tdata.srec_data->symbols = n; in srec_new_symbol()
283 abfd->tdata.srec_data->symtail->next = n; in srec_new_symbol()
284 abfd->tdata.srec_data->symtail = n; in srec_new_symbol()
889 tdata_type *tdata = abfd->tdata.srec_data; in srec_set_section_contents()
1138 tdata_type *tdata = abfd->tdata.srec_data; in internal_srec_write_object_contents()
1198 csymbols = abfd->tdata.srec_data->csymbols; in srec_canonicalize_symtab()
1207 abfd->tdata.srec_data->csymbols = csymbols; in srec_canonicalize_symtab()
1209 for (s = abfd->tdata.srec_data->symbols, c = csymbols; in srec_canonicalize_symtab()
HDbfd-in2.h6710 struct srec_data_struct *srec_data; member
/dragonfly/contrib/gdb-7/bfd/
HDsrec.c205 abfd->tdata.srec_data = tdata; in srec_mkobject()
281 if (abfd->tdata.srec_data->symbols == NULL) in srec_new_symbol()
282 abfd->tdata.srec_data->symbols = n; in srec_new_symbol()
284 abfd->tdata.srec_data->symtail->next = n; in srec_new_symbol()
285 abfd->tdata.srec_data->symtail = n; in srec_new_symbol()
873 tdata_type *tdata = abfd->tdata.srec_data; in srec_set_section_contents()
1119 tdata_type *tdata = abfd->tdata.srec_data; in internal_srec_write_object_contents()
1179 csymbols = abfd->tdata.srec_data->csymbols; in srec_canonicalize_symtab()
1188 abfd->tdata.srec_data->csymbols = csymbols; in srec_canonicalize_symtab()
1190 for (s = abfd->tdata.srec_data->symbols, c = csymbols; in srec_canonicalize_symtab()
HDbfd-in2.h6026 struct srec_data_struct *srec_data; member