HomeSort by: relevance | last modified time | path
    Searched defs:dir_notarget (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 1400 const char *dir_notarget
1425 if (HAS_DRIVE_SPEC (dir_notarget))
1427 drive = dir_notarget[0];
1428 dir_notarget = STRIP_DRIVE_SPEC (dir_notarget);
1434 drive.c_str (), dir_notarget, debuglink);
1399 const char *dir_notarget local
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 1400 const char *dir_notarget
1425 if (HAS_DRIVE_SPEC (dir_notarget))
1427 drive = dir_notarget[0];
1428 dir_notarget = STRIP_DRIVE_SPEC (dir_notarget);
1434 drive.c_str (), dir_notarget, debuglink);
1399 const char *dir_notarget local

Completed in 21 milliseconds