Searched refs:binbuf (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dsrec.c | 233 char *binbuf; in make_srec() local 240 binbuf = alloca (*maxrecsize / 2); in make_srec() 246 binbuf = NULL; in make_srec() 268 bfd_get_section_contents (abfd, sect, binbuf, sectoff, payload_size); in make_srec() 301 k = binbuf[tmp]; in make_srec()
|
| H A D | remote-mips.c | 3095 unsigned char *binbuf; in pmon_load_fast() local 3105 binbuf = (unsigned char *) xmalloc (BINCHUNK); in pmon_load_fast() 3171 bfd_get_section_contents (abfd, s, binbuf, i, binamount); in pmon_load_fast() 3177 pmon_make_fastrec (&bp, binbuf, &binptr, binamount, &reclen, &csum, &zerofill); in pmon_load_fast()
|
| H A D | ChangeLog-2001 | 7085 * dsrec.c (make_srec): Always initialize ``binbuf''.
|