Lines Matching refs:nscopes
322 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
323 if (nscopes <= 0)
327 for (int i = 0; i < nscopes; ++i)
739 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
740 if (nscopes < 0)
743 if (nscopes > 0)
752 nscopes = dwarf_getscopes_die (&subroutine, &scopes);
753 if (nscopes > 1)
760 for (int i = 0; i < nscopes - 1; i++)
776 for (int j = i + 1; j < nscopes; j++)