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

/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddsrec.c231 char *binbuf; local
238 binbuf = alloca (*maxrecsize / 2);
244 binbuf = NULL;
266 bfd_get_section_contents (abfd, sect, binbuf, sectoff, payload_size);
299 k = binbuf[tmp];
H A Dremote-mips.c3102 unsigned char *binbuf;
3112 binbuf = (unsigned char *) xmalloc (BINCHUNK);
3176 bfd_get_section_contents (abfd, s, binbuf, i, binamount);
3182 pmon_make_fastrec (&bp, binbuf, &binptr, binamount, &reclen, &csum, &zerofill);
3097 unsigned char *binbuf; local
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-esp.c225 u_char *binbuf, unsigned int binbuf_len,
240 binbuf[i] = hex2byte(ndo, hex);
224 espprint_decode_hex(netdissect_options *ndo, u_char *binbuf, unsigned int binbuf_len, char *hex) argument

Completed in 120 milliseconds