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

  /bionic/libc/private/
CFIShadow.h 75 static constexpr uintptr_t MemToShadowOffset(uintptr_t x) {
  /external/compiler-rt/lib/cfi/
cfi.cc 67 uptr MemToShadowOffset(uptr x) {
72 return (uint16_t *)(shadow_base + MemToShadowOffset(x));
98 uptr shadow_offset = MemToShadowOffset(addr);

Completed in 348 milliseconds