HomeSort by: relevance | last modified time | path
    Searched defs:n_record (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 184 histogram n_record; local
190 read_histogram_header (&n_record, ifp, filename, num_histograms == 0, whoami);
192 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
201 lowpc = n_record.lowpc;
202 highpc = n_record.highpc;
217 &n_record, sizeof (histogram));
  /src/external/gpl3/binutils/dist/gprof/
hist.c 172 histogram n_record; local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
189 lowpc = n_record.lowpc;
190 highpc = n_record.highpc;
205 &n_record, sizeof (histogram));
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 172 histogram n_record; local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
189 lowpc = n_record.lowpc;
190 highpc = n_record.highpc;
205 &n_record, sizeof (histogram));

Completed in 23 milliseconds