Searched refs:dlls_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception_agent.cc59 dlls_[i] = NULL;
106 if (dlls_[i])
111 dlls_[i] = reinterpret_cast<DllInterceptionData*>(
114 DCHECK_NT(dlls_[i]);
115 if (!dlls_[i])
118 dlls_[i]->data_bytes = buffer_bytes;
119 dlls_[i]->num_thunks = 0;
120 dlls_[i]->base = base_address;
121 dlls_[i]->used_bytes = offsetof(DllInterceptionData, thunks);
123 VERIFY(PatchDll(dll_info, dlls_[
[all...]
H A Dinterception_agent.h80 DllInterceptionData* dlls_[1]; member in class:sandbox::InterceptionAgent
/external/chromium_org/tools/traceline/traceline/
H A Dsym_resolver.h85 dlls_[static_cast<int>(bases[i])] = filename;
127 if (dlls_.count(base) == 1) {
128 name.append(dlls_[base]);
164 std::map<int, std::string> dlls_; member in class:SymResolver

Completed in 1614 milliseconds