Home
last modified time | relevance | path

Searched refs:find_symbol (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.c133 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() function
152 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_symbol_scope()
167 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_find_symbol()
180 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_symbol()
220 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_replace_symbol()
236 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_global_symbol()
/external/cn-cbor/test/
Dctest.h326 static void *find_symbol(struct ctest *test, const char *fname) in find_symbol() function
419 test->setup = (SetupFunc)find_symbol(test, "setup"); in ctest_main()
422 test->teardown = (SetupFunc)find_symbol(test, "teardown"); in ctest_main()
/external/libxml2/doc/examples/
Dindex.py37 def find_symbol(name): function
170 info = find_symbol(name)
/external/elfutils/src/
Daddr2line.c475 find_symbol (Dwfl_Module *mod, in find_symbol() function
630 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0); in handle_address()
DChangeLog2076 (find_symbol): Use dwfl_module_getsym_info and set value.
2809 * addr2line.c (find_symbol): Short-circuit on empty name.
3211 (find_symbol): Likewise.