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

  /external/compiler-rt/lib/interception/
interception_win.cc 147 char *old_bytes = (char *)old_func; local
154 head = RoundUpToInstrBoundary(head, old_bytes);
162 _memcpy(trampoline, old_bytes, head);
163 WriteJumpInstruction(trampoline + head, old_bytes + head);
172 if (!VirtualProtect((void *)old_bytes, head, PAGE_EXECUTE_READWRITE,
176 WriteJumpInstruction(old_bytes, (char *)new_func);
177 _memset(old_bytes + 5, 0xCC /* int 3 */, head - 5);
180 if (!VirtualProtect((void *)old_bytes, head, old_prot, &unused_prot))
  /external/dbus/dbus/
dbus-memory.c 626 size_t old_bytes; local
646 old_bytes = *(dbus_uint32_t*)block;
647 if (bytes >= old_bytes)

Completed in 212 milliseconds