Lines Matching defs:header
96 /* If this function was executed, write the header */
107 "error: unable to write function header to output file.\n");
123 PathProfileHeader header;
126 header.fnNumber = functionNumber;
127 header.numEntries = hashTable->pathCounts;
129 if (write(outFile, &header, sizeof(PathProfileHeader)) < 0) {
130 fprintf(stderr, "error: unable to write function header to output file.\n");
229 uint32_t header[2] = { PathInfo, 0 };
233 /* skip over the header for now */
240 writeArrayTable(i+1,&ft[i],header + 1);
246 header[1]++;
252 /* Setup and write the path profile header */
256 if (write(outFile, header, sizeof(header)) < 0) {
258 "error: unable to write path profile header to output file.\n");