Searched defs:modname (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/src/tests/
H A Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
49 printf ("%s(%s)+%#" PRIx64, modname, secname, address);
51 printf ("%s+%#" PRIx64, modname, address);
70 const char *modname, Dwarf_Addr base __attribute__ ((unused)),
91 if (modname[0] != '\0')
92 printf (" (%s:", modname);
94 printf (" %s%s:%d", modname[0] != '\0' ? "" : "(",
98 if (modname[0] != '\0'
68 handle_module(Dwfl_Module *mod __attribute__ ((unused)), void **udata __attribute__ ((unused)), const char *modname, Dwarf_Addr base __attribute__ ((unused)), Dwarf *dbg __attribute__ ((unused)), Dwarf_Addr bias __attribute__ ((unused)), void *arg) argument
H A Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, local
54 printf ("mod: %s CU: [%" PRIx64 "] %s\n", modname,
H A Dfuncscopes.c129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, local
133 if (modname == NULL)
135 if (modname[0] == '\0')
136 modname = fname;
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end);
H A Dvarlocs.c789 const char *modname = dwfl_module_info (mod, NULL, local
794 if (modname == NULL)
797 const char *name = (modname[0] != '\0'
798 ? modname
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
H A Dcollector.py121 ``modname``:
276 data['modname'] = globals.get('__name__', None)
352 ident_data.append(frame.modname or '?')
463 modname = None variable in class:ExceptionFrame
/external/elfutils/src/libdwfl/
H A Dlinux-kernel-modules.c790 const char *modname, Dwarf_Addr base __attribute__ ((unused)),
796 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0)
831 modname, &secname[1]) < 0)
846 modname, secname);
900 char modname[128]; local
908 modname, &modsz, &modaddr) == 3)
910 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname,
/external/elfutils/src/src/
H A Dstack.c145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, local
147 assert (strcmp (modname, name) == 0);
434 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL, local
436 if (modname == NULL || modname[0] == '\0')
439 modname = mainfile;
441 modname = "<unknown>";
444 pc_adjusted, modname, dwfl_errmsg (dwflerr));
H A Dunstrip.c2029 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2034 modname, dwfl_errmsg (-1));
2038 modname, file, dwfl_errmsg (-1));
2048 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2053 modname, dwfl_errmsg (-1));
2057 modname, file, dwfl_errmsg (-1));
2067 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2070 modname, file);
2027 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
2046 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
2065 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
H A Dreadelf.c702 const char *modname,
719 return dwfl_standard_find_debuginfo (mod, userdata, modname, base,
700 find_no_debuginfo(Dwfl_Module *mod, void **userdata, const char *modname, Dwarf_Addr base, const char *file_name, const char *debuglink_file, GElf_Word debuglink_crc, char **debuginfo_file_name) argument
/external/ltrace/
H A Doutput.c592 const char *modname = NULL; local
597 modname = dwfl_module_info(mod, NULL, NULL, NULL, NULL,
605 modname, symname, off, pc);
/external/iptables/libxtables/
H A Dxtables.c337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
360 argv[1] = (char *)modname;

Completed in 488 milliseconds