Home
last modified time | relevance | path

Searched refs:symtable (Results 1 – 9 of 9) sorted by relevance

/external/srec/srec/Semproc/src/
DExpressionParser.c101 SymbolTable* symtable, ExpressionEvaluator* evaluator, in EP_parse() argument
110 CHKLOG(rc, ST_reset(symtable)); /* reset the symbol table, for a new set of keys and values */ in EP_parse()
143 CHKLOG(rc, handle_EndOfStatement(parser, symtable, evaluator)); in EP_parse()
152 CHKLOG(rc, ST_Copy(symtable, *hashmap)); in EP_parse()
347 ESR_ReturnCode handle_EndOfStatement(ExpressionParser* self, SymbolTable* symtable, ExpressionEvalu… in handle_EndOfStatement() argument
373 CHKLOG(rc, ST_getKeyValue(symtable, self->identifiers[i], &operands[i])); in handle_EndOfStatement()
408 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, result)); in handle_EndOfStatement()
411 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, L("undefined"))); in handle_EndOfStatement()
417 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, operands[0])); in handle_EndOfStatement()
DSemanticProcessorImpl.c126 if ((rc = ST_Init(&impl->symtable)) != ESR_SUCCESS) in SR_SemanticProcessorCreate()
164 ST_Free(impl->symtable); in SR_SemanticProcessor_Destroy()
1075 …if ((rc = EP_parse(semproc->parser, semproc->analyzer, semproc->symtable, semproc->eval, &((*impl)… in interpretScripts()
1308 return ST_putSpecialKeyValue(impl->symtable, key, value); in SR_SemanticProcessor_SetParam()
1321 return ST_reset_all(impl->symtable); in SR_SemanticProcessor_Flush()
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c1295 struct nlist *symtable = (struct nlist *)(((struct symtab_command *)lc)->symoff + table_off);
1300 debug("symtable %x", symtable);
1304 if ((!symtable->n_value) /* Undefined */
1305 || (symtable->n_type >= N_PEXT) /* Debug symbol */
1306 || (!(symtable->n_type & N_EXT)) /* Local Symbol */
1309 symtable++;
1312 if ((addr >= symtable->n_value) && (diff >= (symtable->n_value - addr)))
1314 diff = (unsigned long)symtable->n_value - addr;
1315 nearest = symtable;
1317 symtable++;
/external/srec/srec/Semproc/include/
DSR_SemanticProcessorImpl.h51 SymbolTable* symtable; member
DSR_ExpressionParser.h191 SymbolTable* symtable, ExpressionEvaluator* evaluator,
/external/chromium/third_party/icu/source/test/hdrtst/
Dcxxfiles.txt62 symtable.h
/external/icu4c/test/hdrtst/
Dcxxfiles.txt74 symtable.h
/external/elfutils/
Delfutils.spec224 - upgrade to 0.81 (strip excludes unused symtable entries, test borked).
/external/elfutils/config/
Delfutils.spec.in224 - upgrade to 0.81 (strip excludes unused symtable entries, test borked).