Searched refs:ihex_binrec (Results 1 – 1 of 1) sorted by relevance
27 struct ihex_binrec { struct28 struct ihex_binrec *next; /* not part of the real data structure */ argument53 static void file_record(struct ihex_binrec *record); argument129 struct ihex_binrec *record; in process_ihex()238 static struct ihex_binrec *records;240 static void file_record(struct ihex_binrec *record) in file_record()242 struct ihex_binrec **p = &records; in file_record()254 struct ihex_binrec *p = records; in output_records()