HomeSort by relevance Sort by last modified time
    Searched full:nscopes (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdw/
dwarf_getscopes.c 64 unsigned int inlined, nscopes; member in struct:args
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
118 unsigned int nscopes = a->nscopes + depth; local
119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]);
131 scopes[a->nscopes++] = die->die;
133 while (a->nscopes < nscopes);
135 return a->nscopes;
151 a->nscopes = depth + 1 - a->inlined
    [all...]
dwarf_getscopevar.c 76 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME.
87 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
114 for (int out = 0; out < nscopes; ++out)
libdw.h 540 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME.
549 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
  /external/elfutils/src/
addr2line.c 234 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); local
235 if (nscopes <= 0)
238 for (int i = 0; i < nscopes; ++i)
  /external/linux-tools-perf/util/
probe-finder.c 1144 int ret, nscopes; local
1186 nscopes = dwarf_getscopes_die(sp_die, &scopes);
1187 while (nscopes-- > 1) {
1189 dwarf_diename(&scopes[nscopes]));
1191 if (die_find_variable_at(&scopes[nscopes],
1703 int ret, nscopes; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 675 milliseconds