HomeSort by relevance Sort by last modified time
    Searched refs:mainfile (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_info.c 35 const char **mainfile, const char **debugfile)
54 if (mainfile)
55 *mainfile = mod->main.name;
libdwfl.h 198 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the
199 name of the debuginfo file (might be equal to *MAINFILE; either is null
204 const char **mainfile,
    [all...]
  /external/elfutils/src/
stack.c 143 const char *mainfile; local
146 NULL, &mainfile, &debugfile);
166 printf (" %s\n", mainfile != NULL ? mainfile : "-");
433 const char *mainfile = NULL; local
435 NULL, &mainfile, NULL);
438 if (mainfile != NULL)
439 modname = mainfile;
  /external/elfutils/tests/
varlocs.c 786 const char *mainfile; local
790 &mainfile,
797 : basename (mainfile));

Completed in 206 milliseconds