Home
last modified time | relevance | path

Searched refs:modname (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/python_gflags/
Dgflags2man.py276 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/
Dline2addr.c53 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()
Dfuncscopes.c137 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/
DSDL_x11dyn.c92 #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
DSDL_x11dyn.h81 #define SDL_X11_MODULE(modname) extern int SDL_X11_HAVE_##modname; argument
/external/oprofile/daemon/liblegacy/
Dopd_kernel.c155 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/
Dnetgraph.c469 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/
DLinker.cpp23 Linker::Linker(StringRef progname, StringRef modname, in Linker() argument
26 Composite(new Module(modname, C)), in Linker()
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c717 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()
Dlibdwfl.h69 const char *modname, Dwarf_Addr base,
73 const char *modname, Dwarf_Addr base,
84 const char *modname, Dwarf_Addr base,
Ddwfl_build_id_find_debuginfo.c57 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
Ddwfl_build_id_find_elf.c147 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf() argument
Dfind-debuginfo.c257 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo() argument
Doffline.c62 const char *modname __attribute__ ((unused)), in dwfl_offline_section_address() argument
/external/iproute2/include/
Diptables_common.h30 extern int iptables_insmod(const char *modname, const char *modprobe);
Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
Dip6tables.h139 extern int ip6tables_insmod(const char *modname, const char *modprobe);
/external/chromium-trace/trace-viewer/build/
Dparse_deps.py337 modname = os.path.splitext(os.path.basename(rel_filename))[0]
339 name = dirname.replace('/', '.') + '.' + modname
341 name = modname
/external/kernel-headers/original/linux/
Dmodule.h458 char **modname);
529 char **modname) in module_address_lookup() argument
/external/elfutils/src/
Dunstrip.c1987 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()
Dreadelf.c501 const char *modname __attribute__ ((unused)), in find_no_debuginfo() argument
/external/iptables/iptables/
Dxtables.c329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) in xtables_insmod() argument
352 argv[1] = (char *)modname; in xtables_insmod()