HomeSort by relevance Sort by last modified time
    Searched full:compdir (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 155 Char* compdir; /* Compilation directory - points to .debug_info */ member in struct:__anon29580
495 if (ui->compdir)
496 addto_WordArray( &dirnames, (Word)ML_(addStr)(di, ui->compdir, -1) );
646 'path ui->compdir' ++ "/" ++ 'data'. */
650 && ui->compdir != NULL
651 /* actually got something sensible for compdir */
652 && VG_(strlen)(ui->compdir) + VG_(strlen)(data) + 5/*paranoia*/ < NBUF
656 VG_(strcat)(buf, ui->compdir);
977 * - ui->compdir is the compilation unit directory
    [all...]

Completed in 28 milliseconds