Searched refs:cpcx_raw (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2556 static Hwcentry **cpcx_raw[2]; variable
3226 cpcx_raw[kk] = NULL;
3288 // populate cpcx_raw and cpcx_attr
3292 hwc_process_raw_ctrs (kk, &cpcx_std[kk], &cpcx_raw[kk], &cpcx_hidden[kk],
3295 for (int rr = 0; cpcx_raw[kk] && cpcx_raw[kk][rr]; rr++)
3297 int memop = cpcx_raw[kk][rr]->memop;
3625 pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) */
4621 return cpcx_raw[forKernel];
4662 for (int ii = 0; cpcx_raw[
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2592 static Hwcentry **cpcx_raw[2]; variable
3262 cpcx_raw[kk] = NULL;
3324 // populate cpcx_raw and cpcx_attr
3328 hwc_process_raw_ctrs (kk, &cpcx_std[kk], &cpcx_raw[kk], &cpcx_hidden[kk],
3331 for (int rr = 0; cpcx_raw[kk] && cpcx_raw[kk][rr]; rr++)
3333 int memop = cpcx_raw[kk][rr]->memop;
3661 pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) */
4657 return cpcx_raw[forKernel];
4698 for (int ii = 0; cpcx_raw[
[all...]

Completed in 111 milliseconds