HomeSort by relevance Sort by last modified time
    Searched full:n_record (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
hist.c 173 histogram n_record;
179 read_histogram_header (&n_record, ifp, filename, num_histograms == 0);
181 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
190 lowpc = n_record.lowpc;
191 highpc = n_record.highpc;
206 &n_record, sizeof (histogram));
172 histogram n_record; local

Completed in 62 milliseconds