Home
last modified time | relevance | path

Searched refs:dll_buf (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c1164 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local
1168 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()
1173 for (bufp = dll_buf, imgp = event->lpImageName; in handle_load_dll()
1174 bufp < dll_buf + sizeof (dll_buf); in handle_load_dll()
1181 if (!nbytes && bufp == dll_buf) in handle_load_dll()
1199 dll_buf[len] = '\0'; in handle_load_dll()
1207 memcpy (dll_name, dll_buf, len); in handle_load_dll()
1209 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) dll_buf, len, in handle_load_dll()
Dwin32-nat.c680 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local
684 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()
686 if (!psapi_get_dll_name ((DWORD) (event->lpBaseOfDll), dll_buf)) in handle_load_dll()
687 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()
689 dll_name = dll_buf; in handle_load_dll()