Home | History | Annotate | Download | only in src

Lines Matching defs:dll

80   function.dll = dll_name;
95 function.dll = dll_name;
108 module_to_unload.dll = dll_name;
153 if (!dlls.count(it->dll)) {
154 // NULL terminate the dll name on the structure
155 size_t dll_name_bytes = (it->dll.size() + 1) * sizeof(wchar_t);
157 // include the dll related size
160 dlls.insert(it->dll);
180 // but keeping together all interceptions that belong to the same dll.
205 const std::wstring dll = it->dll;
210 // performed on this dll, and removing the entry from the list.
214 if (rest->dll == dll) {
232 // Fills up just the part that depends on the dll, not the info that depends on
245 (data.dll.size() + 1) * sizeof(wchar_t);
253 // set up the dll info to be what we know about it at this time
258 data.dll._Copy_s(dll_info->dll_name, data.dll.size(), data.dll.size());
259 dll_info->dll_name[data.dll.size()] = L'\0';
274 // Can't specify a dll for both patch and unload.
309 // update the dll table
359 if (ntdll == data.dll)
497 if (it->dll != ntdll)