HomeSort by relevance Sort by last modified time
    Searched defs:modname (Results 1 - 11 of 11) sorted by null

  /external/elfutils/src/tests/
line2addr.c 45 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'
dwfllines.c 49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, local
54 printf ("mod: %s CU: [%" PRIx64 "] %s\n", modname,
funcscopes.c 129 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);
varlocs.c 789 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/
collector.py 121 ``modname``:
276 data['modname'] = globals.get('__name__', None)
352 ident_data.append(frame.modname or '?')
463 modname = None variable in class:ExceptionFrame
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
533 modulename = modname(filename)
600 # XXX modname() doesn't work right for packages, so
602 modulename = modname(filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
533 modulename = modname(filename)
600 # XXX modname() doesn't work right for packages, so
602 modulename = modname(filename)
  /external/elfutils/src/libdwfl/
linux-kernel-modules.c 790 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/
stack.c 145 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));
unstrip.c 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
    [all...]
  /external/ltrace/
output.c 592 const char *modname = NULL; local
597 modname = dwfl_module_info(mod, NULL, NULL, NULL, NULL,
605 modname, symname, off, pc);

Completed in 358 milliseconds