HomeSort by: relevance | last modified time | path
    Searched defs:FindPremappedShadowStart (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_dynamic_shadow.cpp 58 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
110 return FindPremappedShadowStart(shadow_size_bytes);
hwasan_dynamic_shadow.cpp 58 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
110 return FindPremappedShadowStart(shadow_size_bytes);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_dynamic_shadow.cpp 58 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
110 return FindPremappedShadowStart(shadow_size_bytes);
hwasan_dynamic_shadow.cpp 58 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
110 return FindPremappedShadowStart(shadow_size_bytes);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc 105 uptr FindPremappedShadowStart() {
119 return FindPremappedShadowStart();
asan_linux.cc 105 uptr FindPremappedShadowStart() {
119 return FindPremappedShadowStart();
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_linux.cpp 92 uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
107 return FindPremappedShadowStart(shadow_size_bytes);
asan_linux.cpp 92 uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
107 return FindPremappedShadowStart(shadow_size_bytes);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_linux.cpp 93 uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
108 return FindPremappedShadowStart(shadow_size_bytes);
asan_linux.cpp 93 uptr FindPremappedShadowStart(uptr shadow_size_bytes) {
108 return FindPremappedShadowStart(shadow_size_bytes);

Completed in 57 milliseconds