Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dsymbol_table.c134 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() function
153 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_symbol_scope()
168 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_find_symbol()
181 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_symbol()
221 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_replace_symbol()
237 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_global_symbol()
/third_party/mesa3d/src/amd/common/
Dac_rtld.c120 static const struct ac_rtld_symbol *find_symbol(const struct util_dynarray *symbols, in find_symbol() function
227 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); in read_private_lds_symbols()
571 const struct ac_rtld_symbol *lds_sym = find_symbol(&u->binary->lds_symbols, name, part_idx); in resolve_symbol()
/third_party/elfutils/src/
Daddr2line.c482 find_symbol (Dwfl_Module *mod, in find_symbol() function
656 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0); in handle_address()
DChangeLog2764 (find_symbol): Use dwfl_module_getsym_info and set value.
3497 * addr2line.c (find_symbol): Short-circuit on empty name.
3899 (find_symbol): Likewise.