HomeSort by relevance Sort by last modified time
    Searched defs:module_name (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/compiler-rt/lib/asan/
asan_interface_internal.h 37 const char *module_name; // Module name as a C string. member in struct:__asan_global
  /external/elfutils/libdwfl/
offline.c 212 char *module_name = NULL; local
215 else if (unlikely (asprintf (&module_name, "%s:%s", name, h->ar_name) < 0))
221 name = module_name;
230 free (module_name);
245 free (module_name);
  /external/oprofile/daemon/
opd_kernel.c 135 * module_name 16480 1 dependencies Live 0xe091e000
147 char module_name[256+1]; local
179 module_name, &module_size, ref_count,
187 image = opd_create_module(module_name, start_address,
  /external/freetype/include/freetype/
ftmodapi.h 144 /* module_name :: The name of the module. */
163 const FT_String* module_name; member in struct:FT_Module_Class_
213 /* module_name :: The module's name (as an ASCII string). */
224 const char* module_name );
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 132 const char *module_name = module.getModuleIdentifier().c_str(); local
186 ALOGE("Out of memory when create RSInfo object for %s!", module_name);
193 module_name);
216 module_name);
234 module_name);
251 module_name);
286 export_foreach_signature->getNumOperands(), module_name);
308 signature_string.str().c_str(), name.str().c_str(), module_name);
319 " are both NULL in %s! (skip)", i, module_name);
324 "#rs_export_foreach"), module_name);
    [all...]
  /bionic/libc/kernel/common/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /development/ndk/platforms/android-3/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 28 LoadedModule::LoadedModule(const char *module_name, uptr base_address) {
29 full_name_ = internal_strdup(module_name);
92 // <module_name> <module_offset>
112 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
113 CHECK(module_name);
115 is_data ? "DATA " : "", module_name, module_offset);
200 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
203 if (symbolize_fn(module_name, module_offset, buffer_, kBufferSize))
219 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
234 const char *module_name = module->full_name() local
292 const char *module_name = module->full_name(); local
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 446 char const * module_name = 0; local
448 module_name = module->image->name;
449 if (!module_name) {
452 module_name = module->name;
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 282 char* module_name; local
314 module_name = strrchr(module_path,'/');
315 if (module_name == NULL)
316 module_name = module_path;
318 module_name += 1;
319 if (*module_name == '\0') {
322 module_name = module_path;
327 snprintf(sym_file, sizeof(sym_file), "%s/%s", parser->sym_root, module_name);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro