Searched refs:ihex_write_record (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | ihex.c | 714 ihex_write_record (bfd *abfd, in ihex_write_record() function 798 if (! ihex_write_record (abfd, 2, 0, 2, addr)) in ihex_write_object_contents() 813 if (! ihex_write_record (abfd, 2, 0, 2, addr)) in ihex_write_object_contents() 832 if (! ihex_write_record (abfd, 2, 0, 4, addr)) in ihex_write_object_contents() 843 if (! ihex_write_record (abfd, now, rec_addr, 0, p)) in ihex_write_object_contents() 865 if (! ihex_write_record (abfd, 4, 0, 3, startbuf)) in ihex_write_object_contents() 874 if (! ihex_write_record (abfd, 4, 0, 5, startbuf)) in ihex_write_object_contents() 879 if (! ihex_write_record (abfd, 0, 0, 1, NULL)) in ihex_write_object_contents()
|
D | ChangeLog-0001 | 2665 * ihex.c (ihex_write_record): Make "count" var a size_t, "addr" an
|