HomeSort by relevance Sort by last modified time
    Searched refs:dlls_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
interception_agent.cc 59 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_[i]))
    [all...]
interception_agent.h 80 DllInterceptionData* dlls_[1]; member in class:sandbox::InterceptionAgent
  /external/chromium_org/tools/traceline/traceline/
sym_resolver.h 85 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 593 milliseconds