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 39 const char **mainfile, const char **debugfile)
58 if (mainfile)
59 *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 142 const char *mainfile; local
145 NULL, &mainfile, &debugfile);
165 printf (" %s\n", mainfile != NULL ? mainfile : "-");
432 const char *mainfile = NULL; local
434 NULL, &mainfile, NULL);
437 if (mainfile != NULL)
438 modname = mainfile;
  /external/elfutils/tests/
varlocs.c 1107 const char *mainfile; local
1111 &mainfile,
    [all...]

Completed in 355 milliseconds