Home
last modified time | relevance | path

Searched refs:binbuf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c233 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 Dremote-mips.c3095 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 DChangeLog-20017085 * dsrec.c (make_srec): Always initialize ``binbuf''.