HomeSort by relevance Sort by last modified time
    Searched refs:find_symbol (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.h 32 RSFindSymbolFn find_symbol,
39 RSFindSymbolFn find_symbol,
librsloader.cpp 52 RSFindSymbolFn find_symbol,
59 if (!rsloaderRelocateExecutable(object, find_symbol, find_symbol_context)) {
85 RSFindSymbolFn find_symbol,
92 object->relocate(find_symbol, find_symbol_context);
  /external/oprofile/libpp/
profile_container.h 71 symbol_entry const * find_symbol(std::string const & image_name,
76 symbol_collection const find_symbol(debug_name_id filename,
profile_container.cpp 256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const function in class:profile_container
263 profile_container::find_symbol(debug_name_id filename, size_t linenr) const function in class:profile_container
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
symbol_table.c 198 find_symbol(struct _mesa_symbol_table *table, const char *name) function
209 struct symbol_header *const hdr = find_symbol(table, name);
284 struct symbol_header *const hdr = find_symbol(table, name);
306 struct symbol_header *const hdr = find_symbol(table, name);
335 hdr = find_symbol(table, name);
392 hdr = find_symbol(table, name);
  /external/mesa3d/src/mesa/program/
symbol_table.c 198 find_symbol(struct _mesa_symbol_table *table, const char *name) function
209 struct symbol_header *const hdr = find_symbol(table, name);
284 struct symbol_header *const hdr = find_symbol(table, name);
306 struct symbol_header *const hdr = find_symbol(table, name);
335 hdr = find_symbol(table, name);
392 hdr = find_symbol(table, name);
  /external/oprofile/pp/
opannotate.cpp 76 symbol_entry const * find_symbol(string const & image_name, function in namespace:__anon32226
86 return samples->find_symbol(image_name, vma);
340 last_symbol = find_symbol(app_name, str);
540 symbol_collection const symbols = samples->find_symbol(filename, linenr);
  /external/elfutils/0.153/src/
addr2line.c 372 find_symbol (Dwfl_Module *mod, function
475 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0);

Completed in 426 milliseconds