Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Ddisasm_cb.c160 DisasmGetSymCB_t getsym = ctx->symcb ?: null_elf_getsym; in disasm_cb() local
173 getsym = default_elf_getsym; in disasm_cb()
176 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg, in disasm_cb()
/external/bison/doc/
Dbison.texi2444 symrec *getsym (char const *);
2522 The function @code{getsym} is passed the name of the symbol to look up. If
2547 getsym (char const *sym_name)
2564 The string is passed to @code{getsym} for look up in the symbol table. If
2643 s = getsym (symbuf);
12316 @c LocalWords: fnct putsym getsym fname arith fncts atan ptr malloc sizeof Lex
Dbison.info2901 symrec *getsym (char const *);
2962 function `getsym' is passed the name of the symbol to look up. If
2982 getsym (char const *sym_name)
2997 The string is passed to `getsym' for look up in the symbol table. If
3060 s = getsym (symbuf);
/external/bison/
DChangeLog-201216832 (getsym): Rename as...
17284 (getsym): Adjust.
22584 (getsym): Use it.