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

  /external/elfutils/tests/
varlocs.c 786 const char *mainfile; local
790 &mainfile,
797 : basename (mainfile));
  /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;

Completed in 171 milliseconds