Home
last modified time | relevance | path

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

/scripts/
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
129 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()