Searched defs:ihex_binrec (Results 1 – 2 of 2) sorted by relevance
17 struct ihex_binrec { struct24 static inline const struct ihex_binrec * argument
27 struct ihex_binrec { struct28 struct ihex_binrec *next; /* not part of the real data structure */ argument29 uint32_t addr;53 static void file_record(struct ihex_binrec *record); argument