Searched refs:first_ind (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | ExpGroup.cc | 139 long first_ind = -1; in get_comparable_loadObject() local 158 if (first_ind == -1) in get_comparable_loadObject() 159 first_ind = i; in get_comparable_loadObject() 162 return first_ind == -1 ? NULL : loadObjs->get (first_ind); in get_comparable_loadObject()
|
H A D | Stabs.h | 126 void append_local_funcs(Module *module, int first_ind);
|
H A D | Hist_data.cc | 190 int first_ind = hdata->hist_metrics[ind].indFirstExp; in sort_compare() local 193 v1.make_delta (hi_1->value + ind, hi_1->value + first_ind); in sort_compare() 194 v2.make_delta (hi_2->value + ind, hi_2->value + first_ind); in sort_compare() 198 v1.make_ratio (hi_1->value + ind, hi_1->value + first_ind); in sort_compare() 199 v2.make_ratio (hi_2->value + ind, hi_2->value + first_ind); in sort_compare()
|
H A D | Stabs.cc | 2284 Stabs::append_local_funcs (Module *module, int first_ind) in append_local_funcs() argument 2286 Symbol *sitem = LocalLst->fetch (first_ind); in append_local_funcs() 2289 for (int i = first_ind; i < size; i++) in append_local_funcs()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | ExpGroup.cc | 139 long first_ind = -1; in get_comparable_loadObject() local 158 if (first_ind == -1) in get_comparable_loadObject() 159 first_ind = i; in get_comparable_loadObject() 162 return first_ind == -1 ? NULL : loadObjs->get (first_ind); in get_comparable_loadObject()
|
H A D | Stabs.h | 126 void append_local_funcs(Module *module, int first_ind);
|
H A D | Hist_data.cc | 190 int first_ind = hdata->hist_metrics[ind].indFirstExp; in sort_compare() local 193 v1.make_delta (hi_1->value + ind, hi_1->value + first_ind); in sort_compare() 194 v2.make_delta (hi_2->value + ind, hi_2->value + first_ind); in sort_compare() 198 v1.make_ratio (hi_1->value + ind, hi_1->value + first_ind); in sort_compare() 199 v2.make_ratio (hi_2->value + ind, hi_2->value + first_ind); in sort_compare()
|
H A D | Stabs.cc | 2284 Stabs::append_local_funcs (Module *module, int first_ind) in append_local_funcs() argument 2286 Symbol *sitem = LocalLst->fetch (first_ind); in append_local_funcs() 2289 for (int i = first_ind; i < size; i++) in append_local_funcs()
|
/netbsd-src/external/bsd/tre/dist/src/ |
H A D | agrep.c | 858 int first_ind = optind; in main() local 879 optind = first_ind; in main()
|