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

/external/elfutils/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.c787 const char *modname = dwfl_module_info (mod, NULL, local
792 if (modname == NULL)
795 const char *name = (modname[0] != '\0'
796 ? modname
/external/chromium-trace/catapult/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/libdwfl/
H A Dlinux-kernel-modules.c819 const char *modname, Dwarf_Addr base __attribute__ ((unused)),
825 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0)
860 modname, &secname[1]) < 0)
875 modname, secname);
929 char modname[128]; local
937 modname, &modsz, &modaddr) == 3)
939 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname,
/external/elfutils/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 Dnm.c1164 const char *modname,
1181 return dwfl_standard_find_debuginfo (mod, userdata, modname, base,
1162 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
H A Dunstrip.c2135 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2140 modname, dwfl_errmsg (-1));
2144 modname, file, dwfl_errmsg (-1));
2154 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2159 modname, dwfl_errmsg (-1));
2163 modname, file, dwfl_errmsg (-1));
2173 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2176 modname, file);
2133 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
2152 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
2171 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, local
H A Dreadelf.c711 const char *modname,
728 return dwfl_standard_find_debuginfo (mod, userdata, modname, base,
709 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc325 static uptr GetPreferredBase(const char *modname) { argument
326 fd_t fd = OpenFile(modname, RdOnly, nullptr);
/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 921 milliseconds