Home
last modified time | relevance | path

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

/firmware/
Dihex2fw.c27 struct ihex_binrec { struct
28 struct ihex_binrec *next; /* not part of the real data structure */ argument
53 static void file_record(struct ihex_binrec *record); argument
133 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()