Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/sidestep/
Dpreamble_patcher.h66 void* preamble_stub, size_t stub_size) { in Patch() argument
69 stub_size, NULL); in Patch()
105 size_t stub_size,
Dpreamble_patcher_with_stub.cpp55 size_t stub_size, in RawPatchWithStub() argument
114 if (preamble_bytes + 5 > stub_size) { in RawPatchWithStub()