Home | History | Annotate | Download | only in util

Lines Matching defs:nlines

621 	size_t nlines, i;
634 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) {
638 pr_debug2("Get %zd lines from this CU\n", nlines);
641 for (i = 0; i < nlines; i++) {