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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.c 534 char syswow_dir[MAX_PATH]; local
543 UINT len = GetSystemWow64DirectoryA (syswow_dir, sizeof (syswow_dir));
547 gdb_assert (len < sizeof (syswow_dir));
556 strcat (syswow_dir, "\\");
594 syswow_dll_path = syswow_dir;
  /src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.c 534 char syswow_dir[MAX_PATH]; local
543 UINT len = GetSystemWow64DirectoryA (syswow_dir, sizeof (syswow_dir));
547 gdb_assert (len < sizeof (syswow_dir));
556 strcat (syswow_dir, "\\");
594 syswow_dll_path = syswow_dir;

Completed in 72 milliseconds