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

  /external/elfutils/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 787 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/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/libdwfl/
linux-kernel-modules.c 819 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/
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 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
    [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);
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 202 char *modname;
1071 for (modname = nlm_fixed_header (outbfd)->moduleName;
1072 *modname != '\0';
1073 modname++)
1074 *modname = TOUPPER (*modname);
200 char *modname; local
    [all...]
objdump.c 1102 const char *modname; member in struct:print_file_list
1266 char *modname = concat (include_paths[i], "\/", fname, (const char *) 0); local
    [all...]
ieee.c 3827 const char *modname; member in struct:ieee_handle
4821 const char *modname; local
5090 const char *filename, *modname; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 1420 const char *modname = el->filename; local
    [all...]

Completed in 576 milliseconds