/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | gflags2man.py | 276 modname = None # name of current module 286 modname = mobj.group(1) 290 self.module_list.append(modname) 291 self.modules.setdefault(modname, []) 292 modlist = self.modules[modname] 325 modname = None # name of current module 338 modname = mobj.group(1) 342 self.module_list.append(modname) 343 self.modules.setdefault(modname, []) 344 modlist = self.modules[modname] [all …]
|
/external/elfutils/tests/ |
D | line2addr.c | 53 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local 57 printf ("%s(%s)+%#" PRIx64, modname, secname, address); in print_address() 59 printf ("%s+%#" PRIx64, modname, address); in print_address() 78 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module() argument 99 if (modname[0] != '\0') in handle_module() 100 printf (" (%s:", modname); in handle_module() 102 printf (" %s%s:%d", modname[0] != '\0' ? "" : "(", in handle_module() 106 if (modname[0] != '\0' in handle_module()
|
D | funcscopes.c | 137 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local 141 if (modname == NULL) in handle_function() 143 if (modname[0] == '\0') in handle_function() 144 modname = fname; in handle_function() 145 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11dyn.c | 92 #define SDL_X11_MODULE(modname) argument 108 #define SDL_X11_MODULE(modname) int SDL_X11_HAVE_##modname = 1; argument 141 #define SDL_X11_MODULE(modname) SDL_X11_HAVE_##modname = 1; in SDL_X11_UnloadSymbols() argument 178 #define SDL_X11_MODULE(modname) thismod = &SDL_X11_HAVE_##modname; in SDL_X11_LoadSymbols() argument
|
D | SDL_x11dyn.h | 81 #define SDL_X11_MODULE(modname) extern int SDL_X11_HAVE_##modname; argument
|
/external/oprofile/daemon/liblegacy/ |
D | opd_kernel.c | 155 char * modname; in opd_get_module_info() local 202 modname = xmalloc((size_t)((cp2-cp) + 1)); in opd_get_module_info() 203 strncpy(modname, cp, (size_t)((cp2-cp))); in opd_get_module_info() 204 modname[cp2-cp] = '\0'; in opd_get_module_info() 206 mod = opd_find_module_by_name(modname); in opd_get_module_info() 208 free(modname); in opd_get_module_info()
|
/external/libppp/src/ |
D | netgraph.c | 469 char modname[NG_TYPESIZ + 3]; in ng_Create() local 558 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() 560 p->link.name, modname); in ng_Create() 561 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create() 624 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() 626 p->link.name, modname); in ng_Create() 627 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
|
/external/llvm/lib/Linker/ |
D | Linker.cpp | 23 Linker::Linker(StringRef progname, StringRef modname, in Linker() argument 26 Composite(new Module(modname, C)), in Linker()
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 717 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in INTDEF() 723 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0) in INTDEF() 758 modname, &secname[1]) < 0) in INTDEF() 773 modname, secname); in INTDEF() 827 char modname[128]; in INTDEF() local 835 modname, &modsz, &modaddr) == 3) in INTDEF() 837 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()
|
D | libdwfl.h | 69 const char *modname, Dwarf_Addr base, 73 const char *modname, Dwarf_Addr base, 84 const char *modname, Dwarf_Addr base,
|
D | dwfl_build_id_find_debuginfo.c | 57 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
|
D | dwfl_build_id_find_elf.c | 147 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf() argument
|
D | find-debuginfo.c | 257 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo() argument
|
D | offline.c | 62 const char *modname __attribute__ ((unused)), in dwfl_offline_section_address() argument
|
/external/iproute2/include/ |
D | iptables_common.h | 30 extern int iptables_insmod(const char *modname, const char *modprobe);
|
D | xt-internal.h | 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
|
D | ip6tables.h | 139 extern int ip6tables_insmod(const char *modname, const char *modprobe);
|
/external/chromium-trace/trace-viewer/build/ |
D | parse_deps.py | 337 modname = os.path.splitext(os.path.basename(rel_filename))[0] 339 name = dirname.replace('/', '.') + '.' + modname 341 name = modname
|
/external/kernel-headers/original/linux/ |
D | module.h | 458 char **modname); 529 char **modname) in module_address_lookup() argument
|
/external/elfutils/src/ |
D | unstrip.c | 1987 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local 1992 modname, dwfl_errmsg (-1)); in handle_dwfl_module() 1996 modname, file, dwfl_errmsg (-1)); in handle_dwfl_module() 2006 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local 2011 modname, dwfl_errmsg (-1)); in handle_dwfl_module() 2015 modname, file, dwfl_errmsg (-1)); in handle_dwfl_module() 2025 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local 2028 modname, file); in handle_dwfl_module()
|
D | readelf.c | 501 const char *modname __attribute__ ((unused)), in find_no_debuginfo() argument
|
/external/iptables/iptables/ |
D | xtables.c | 329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) in xtables_insmod() argument 352 argv[1] = (char *)modname; in xtables_insmod()
|