Lines Matching refs:nscopes
329 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
330 if (nscopes <= 0)
334 for (int i = 0; i < nscopes; ++i)
741 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
742 if (nscopes < 0)
745 if (nscopes > 0)
754 nscopes = dwarf_getscopes_die (&subroutine, &scopes);
755 if (nscopes > 1)
762 for (int i = 0; i < nscopes - 1; i++)
778 for (int j = i + 1; j < nscopes; j++)