Searched refs:cf_bufsz (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h52 int64_t cf_bufsz; member in class:ClassFile
H A DClassFile.cc972 cf_bufsz = 0;
1016 cf_bufsz = stat_buf.st_size;
1017 cf_buf = (unsigned char *) malloc (cf_bufsz);
1018 if (cf_bufsz != read_from_file (fd, cf_buf, cf_bufsz))
1028 input = new DataInputStream (cf_buf, cf_bufsz);
1586 if ((cf_buf == NULL) || (inst_address >= end_address) || (offset >= cf_bufsz))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h52 int64_t cf_bufsz; member in class:ClassFile
H A DClassFile.cc972 cf_bufsz = 0;
1016 cf_bufsz = stat_buf.st_size;
1017 cf_buf = (unsigned char *) malloc (cf_bufsz);
1018 if (cf_bufsz != read_from_file (fd, cf_buf, cf_bufsz))
1028 input = new DataInputStream (cf_buf, cf_bufsz);
1586 if ((cf_buf == NULL) || (inst_address >= end_address) || (offset >= cf_bufsz))

Completed in 199 milliseconds