Searched refs:tekhex_symbol_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dtekhex.c84 } tekhex_symbol_type; typedef in typeref:struct:tekhex_symbol_struct
428 bfd_size_type amt = sizeof (tekhex_symbol_type);
429 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *)
560 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols;
912 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) bfd_zalloc (abfd,
/haiku-buildtools/legacy/binutils/bfd/
H A Dtekhex.c83 } tekhex_symbol_type; typedef in typeref:struct:tekhex_symbol_struct
413 bfd_size_type amt = sizeof (tekhex_symbol_type);
414 tekhex_symbol_type *new = bfd_alloc (abfd, amt);
504 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols;
880 tekhex_symbol_type *new = bfd_zalloc (abfd, amt);

Completed in 220 milliseconds