Searched refs:cf_buf (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h51 unsigned char *cf_buf; member in class:ClassFile
H A Dgp-display-src.cc591 unsigned char cf_buf[4]; local
596 if (sizeof (cf_buf) == read_from_file (fd, cf_buf, sizeof (cf_buf)))
598 magic_number = cf_buf[0] << 24;
599 magic_number |= cf_buf[1] << 16;
600 magic_number |= cf_buf[2] << 8;
601 magic_number |= cf_buf[3];
H A DClassFile.cc969 cf_buf = NULL;
1017 cf_buf = (unsigned char *) malloc (cf_bufsz);
1018 if (cf_bufsz != read_from_file (fd, cf_buf, cf_bufsz))
1020 free (cf_buf);
1021 cf_buf = NULL;
1028 input = new DataInputStream (cf_buf, cf_bufsz);
1042 free (cf_buf);
1586 if ((cf_buf == NULL) || (inst_address >= end_address) || (offset >= cf_bufsz))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h51 unsigned char *cf_buf; member in class:ClassFile
H A Dgp-display-src.cc591 unsigned char cf_buf[4]; local
596 if (sizeof (cf_buf) == read_from_file (fd, cf_buf, sizeof (cf_buf)))
598 magic_number = cf_buf[0] << 24;
599 magic_number |= cf_buf[1] << 16;
600 magic_number |= cf_buf[2] << 8;
601 magic_number |= cf_buf[3];
H A DClassFile.cc969 cf_buf = NULL;
1017 cf_buf = (unsigned char *) malloc (cf_bufsz);
1018 if (cf_bufsz != read_from_file (fd, cf_buf, cf_bufsz))
1020 free (cf_buf);
1021 cf_buf = NULL;
1028 input = new DataInputStream (cf_buf, cf_bufsz);
1042 free (cf_buf);
1586 if ((cf_buf == NULL) || (inst_address >= end_address) || (offset >= cf_bufsz))
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsframe-api.h106 sframe_decode (const char *cf_buf, size_t cf_size, int *errp);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsframe-api.h109 sframe_decode (const char *cf_buf, size_t cf_size, int *errp);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsframe-api.h109 sframe_decode (const char *cf_buf, size_t cf_size, int *errp);

Completed in 222 milliseconds