Searched refs:srec_get_byte (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | srec.c | 218 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) in srec_get_byte() function 308 while ((c = srec_get_byte (abfd, &error)) != EOF) in srec_scan() 330 while ((c = srec_get_byte (abfd, &error)) != '\n' in srec_scan() 350 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan() 371 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan() 403 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan() 415 c = srec_get_byte (abfd, &error); in srec_scan() 428 c = srec_get_byte (abfd, &error); in srec_scan() 727 while ((c = srec_get_byte (abfd, &error)) != EOF) in srec_read_section()
|
D | ChangeLog-9495 | 4559 (srec_get_byte, srec_bad_byte): New static functions.
|