Searched defs:ihex_binrec (Results 1 – 1 of 1) sorted by relevance
28 struct ihex_binrec { struct29 struct ihex_binrec *next; /* not part of the real data structure */ argument30 uint32_t addr;54 static void file_record(struct ihex_binrec *record); argument