Searched defs:stub_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sandbox/win/src/sidestep/
H A Dpreamble_patcher.h62 // preamble_stub of stub_size bytes.
66 void* preamble_stub, size_t stub_size) {
69 stub_size, NULL);
94 // stub_size: Size in bytes of the buffer allocated for the
105 size_t stub_size,
65 Patch(T target_function, T replacement_function, void* preamble_stub, size_t stub_size) argument
H A Dpreamble_patcher_with_stub.cpp53 size_t stub_size,
112 if (preamble_bytes + 5 > stub_size) {
170 // stub contains the first stub_size bytes of the original target
49 RawPatchWithStub( void* target_function, void* replacement_function, unsigned char* preamble_stub, size_t stub_size, size_t* bytes_needed) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher_with_stub.cc59 unsigned long stub_size,
93 if (stub_size) {
94 memset(preamble_stub, 0xcc, stub_size);
152 stub_size - stub_bytes);
159 stub_size - stub_bytes);
177 stub_size - stub_bytes)
205 > stub_size) {
283 // stub contains the first stub_size bytes of the original target
55 RawPatchWithStub( void* target_function, void* replacement_function, unsigned char* preamble_stub, unsigned long stub_size, unsigned long* bytes_needed) argument
H A Dpreamble_patcher.cc158 unsigned char* preamble_stub, unsigned long stub_size,
176 stub_size,
156 RawPatchWithStubAndProtections( void* target_function, void *replacement_function, unsigned char* preamble_stub, unsigned long stub_size, unsigned long* bytes_needed) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher_with_stub.cc59 unsigned long stub_size,
93 if (stub_size) {
94 memset(preamble_stub, 0xcc, stub_size);
152 stub_size - stub_bytes);
159 stub_size - stub_bytes);
177 stub_size - stub_bytes)
205 > stub_size) {
283 // stub contains the first stub_size bytes of the original target
55 RawPatchWithStub( void* target_function, void* replacement_function, unsigned char* preamble_stub, unsigned long stub_size, unsigned long* bytes_needed) argument
H A Dpreamble_patcher.cc158 unsigned char* preamble_stub, unsigned long stub_size,
176 stub_size,
156 RawPatchWithStubAndProtections( void* target_function, void *replacement_function, unsigned char* preamble_stub, unsigned long stub_size, unsigned long* bytes_needed) argument

Completed in 1406 milliseconds