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

  /frameworks/rs/driver/linkloader/android/
librsloader.h 32 RSFindSymbolFn find_symbol,
39 RSFindSymbolFn find_symbol,
librsloader.cpp 41 RSFindSymbolFn find_symbol,
48 if (!rsloaderRelocateExecutable(object, find_symbol, find_symbol_context)) {
70 RSFindSymbolFn find_symbol,
74 object->relocate(find_symbol, find_symbol_context);
  /system/core/include/corkscrew/
symbol_table.h 53 const symbol_t* find_symbol(const symbol_table_t* table, uintptr_t addr);
  /system/core/libcorkscrew/
test.c 31 symbol = find_symbol(symbols, frames[i].absolute_pc);
ptrace.c 142 symbol = find_symbol(data->symbol_table, addr - mi->start);
symbol_table.c 215 const symbol_t* find_symbol(const symbol_table_t* table, uintptr_t addr) { function
  /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/oprofile/pp/
opannotate.cpp 76 symbol_entry const * find_symbol(string const & image_name, function in namespace:__anon12788
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/src/
addr2line.c 334 find_symbol (Dwfl_Module *mod, function
424 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0);
ChangeLog 20 (find_symbol): Likewise.
    [all...]
  /external/oprofile/
ChangeLog-2003     [all...]

Completed in 517 milliseconds