Searched defs:ihex_binrec (Results 1 – 2 of 2) sorted by relevance
18 struct ihex_binrec { struct24 static inline uint16_t ihex_binrec_size(const struct ihex_binrec *p) in ihex_binrec_size() argument
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