Home
last modified time | relevance | path

Searched refs:tekhex_data (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dtekhex.c318 struct data_struct *d = abfd->tdata.tekhex_data->data; in find_chunk()
333 d->next = abfd->tdata.tekhex_data->data; in find_chunk()
335 abfd->tdata.tekhex_data->data = d; in find_chunk()
433 new_symbol->prev = abfd->tdata.tekhex_data->symbols; in first_phase()
434 abfd->tdata.tekhex_data->symbols = new_symbol; in first_phase()
553 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols; in tekhex_canonicalize_symtab()
581 abfd->tdata.tekhex_data = tdata; in tekhex_mkobject()
799 for (d = abfd->tdata.tekhex_data->data; in tekhex_write_object_contents()
Dbfd-in2.h6510 struct tekhex_data_struct *tekhex_data; member