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.c198 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() function
209 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_iterator_ctor()
283 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_symbol_scope()
305 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_find_symbol()
334 hdr = find_symbol(table, name); in _mesa_symbol_table_add_symbol()
391 hdr = find_symbol(table, name); in _mesa_symbol_table_add_global_symbol()
/external/oprofile/libpp/
Dprofile_container.h71 symbol_entry const * find_symbol(std::string const & image_name,
76 symbol_collection const find_symbol(debug_name_id filename,
Dprofile_container.cpp256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const in find_symbol() function in profile_container
263 profile_container::find_symbol(debug_name_id filename, size_t linenr) const in find_symbol() function in profile_container
/external/oprofile/pp/
Dopannotate.cpp76 symbol_entry const * find_symbol(string const & image_name, in find_symbol() function
86 return samples->find_symbol(image_name, vma); in find_symbol()
340 last_symbol = find_symbol(app_name, str); in annotate_objdump_str_list()
534 symbol_collection const symbols = samples->find_symbol(filename, linenr); in source_symbol_annotation()
/external/oprofile/
DChangeLog-20033050 find_symbol(string symbol_name)