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); argument133 struct ihex_binrec *record; in process_ihex()249 static struct ihex_binrec *records;251 static void file_record(struct ihex_binrec *record) in file_record()253 struct ihex_binrec **p = &records; in file_record()265 struct ihex_binrec *p = records; in output_records()