Searched refs:ihex_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | ascii.c | 46 static int ihex_read(const char *line, char *type, uint64_t *addr, 529 if (ihex_read(line, &type, &addr, &num, data, &sz) < 0) { in create_elf_from_ihex() 896 ihex_read(const char *line, char *type, uint64_t *addr, uint64_t *num, in ihex_read() function
|