Searched refs:make_srec (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dsrec.c | 33 static int make_srec (char *srec, CORE_ADDR targ_addr, bfd * abfd, 83 make_srec (srec, 0, NULL, (asection *) 1, 0, &reclen, flags); in load_srec() 113 numbytes = make_srec (srec, (CORE_ADDR) (addr + i), abfd, s, in load_srec() 156 make_srec (srec, abfd->start_address, NULL, NULL, 0, &reclen, flags); in load_srec() 221 make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, in make_srec() function
|
H A D | ChangeLog-1997 | 24 (make_srec): Output a header record instead of a termination record 1486 * dsrec.c (make_srec): Remove unused variable "type_code".
|
H A D | ChangeLog-2001 | 7085 * dsrec.c (make_srec): Always initialize ``binbuf''. 8431 * dsrec.c (make_srec): Fix internal_error fmt arg.
|
H A D | ChangeLog-1996 | 2851 * dsrec.c (make_srec): Fix calculation of address size
|
H A D | ChangeLog-1999 | 8592 * dsrec.c (make_srec): Cast targ_addr to int in call to sprintf
|
H A D | ChangeLog | 4544 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
|
H A D | ChangeLog-2003 | 4986 (make_srec): Use snprintf instead of sprintf, use a literal format
|