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

  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 169 android::Vector<const char *> func_list; local
171 if (!mLoader->getSymbolNameList(func_list, ObjectLoader::kFunctionType)) {
176 for (size_t i = 0, e = func_list.size(); i != e; i++) {
177 const char* func_name = func_list[i];
  /external/linux-tools-perf/util/
trace-event-parse.c 128 } *func_list; variable in typeref:struct:func_map
146 struct func_list { struct
147 struct func_list *next;
182 func_list = malloc_or_die(sizeof(*func_list) * (func_count + 1));
186 func_list[i].func = list->func;
187 func_list[i].addr = list->addr;
188 func_list[i].mod = list->mod;
195 qsort(func_list, func_count, sizeof(*func_list), func_cmp)
    [all...]

Completed in 32 milliseconds