Searched refs:scopes (Results 1 - 25 of 91) sorted by relevance

1234

/external/elfutils/libdw/
H A Ddwarf_getscopes_die.c42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
43 if (scopes == NULL)
52 scopes[i++] = die->die;
58 *(void **) arg = scopes;
63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) argument
72 *scopes = info;
H A Ddwarf_getscopes.c42 Dwarf_Die *scopes; member in struct:args
53 if (a->scopes != NULL)
94 function of which A->scopes[A->nscopes - 1] is a concrete instance.
98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
99 if (scopes == NULL)
101 free (a->scopes);
106 a->scopes = scopes;
184 dwarf_getscopes(Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) argument
[all...]
H A Ddwarf_getscopevar.c1 /* Find a named variable or parameter within given scopes.
76 Ignore the first SKIP_SHADOWS scopes that match the name.
86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, argument
98 if (INTUSE(dwarf_haschildren) (&scopes[out]))
100 if (INTUSE(dwarf_child) (&scopes[out], result) != 0)
134 || getfiles (&scopes[out], &files) != 0)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
H A DCombinedParser.h21 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/v8/src/heap/
H A Dgc-tracer.cc28 // scopes come first.
81 scopes[i] = 0;
190 current_.scopes[i] = 0;
268 current_.scopes[i] = incremental_marking_scopes_[i].duration;
408 current_.scopes[Scope::MC_INCREMENTAL],
491 current_.reduce_memory, current_.scopes[Scope::SCAVENGER_SCAVENGE],
492 current_.scopes[Scope::SCAVENGER_EVACUATE],
493 current_.scopes[Scope::SCAVENGER_OLD_TO_NEW_POINTERS],
494 current_.scopes[Scope::SCAVENGER_WEAK],
495 current_.scopes[Scop
[all...]
/external/libnl/lib/route/
H A Drtnl.c92 static const struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
102 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
107 return __str2type(name, scopes, ARRAY_SIZE(scopes));
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.h1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
21 #pragma mark Rule return scopes start
22 #pragma mark Rule return scopes end
H A DSymbolTableParser.h1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
46 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
H A DFuzzyLexer.h22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzyLexer.h22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
/external/elfutils/src/
H A Daddr2line.c328 Dwarf_Die *scopes; local
329 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
335 switch (dwarf_tag (&scopes[i]))
339 const char *name = get_diename (&scopes[i]);
349 const char *name = get_diename (&scopes[i]);
369 if (dwarf_formudata (dwarf_attr (&scopes[i],
376 if (dwarf_formudata (dwarf_attr (&scopes[i],
380 if (dwarf_formudata (dwarf_attr (&scopes[i],
421 free (scopes);
740 Dwarf_Die *scopes local
[all...]

Completed in 280 milliseconds

1234