Home
last modified time | relevance | path

Searched refs:getsym (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libasm/
Ddisasm_cb.c157 DisasmGetSymCB_t getsym = ctx->symcb ?: null_elf_getsym; in disasm_cb() local
170 getsym = default_elf_getsym; in disasm_cb()
173 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg, in disasm_cb()
/external/bison/doc/
Dbison.texinfo2344 symrec *getsym (char const *);
2422 The function @code{getsym} is passed the name of the symbol to look up. If
2441 getsym (char const *sym_name)
2457 The string is passed to @code{getsym} for look up in the symbol table. If
2536 s = getsym (symbuf);
8701 @c LocalWords: fnct putsym getsym fname arith fncts atan ptr malloc sizeof
Dbison.info2453 symrec *getsym (char const *);
2515 function `getsym' is passed the name of the symbol to look up. If
2533 getsym (char const *sym_name)
2548 The string is passed to `getsym' for look up in the symbol table. If
2610 s = getsym (symbuf);
/external/bison/
DChangeLog8571 (getsym): Rename as...
9023 (getsym): Adjust.
14323 (getsym): Use it.