Searched refs:srec_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | ascii.c | 58 static int srec_read(const char *line, char *type, uint64_t *addr, 271 if (srec_read(line, &type, &addr, data, &sz) < 0) { in create_elf_from_srec() 689 srec_read(const char *line, char *type, uint64_t *addr, uint8_t *data, in srec_read() function
|