Home | History | Annotate | Download | only in util

Lines Matching refs:nexpr

421 	size_t nexpr;
429 ret = dwarf_getlocation(&attr, &expr, &nexpr);
430 if (ret < 0 || nexpr == 0)
433 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
435 expr[0].atom, nexpr);