reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  112 uptr MmapNamed(void *addr, uptr length, int prot, int flags, const char *name);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
   46   uptr res = MmapNamed(nullptr, size, PROT_READ | PROT_WRITE,
   68   uptr res = MmapNamed(nullptr, size, PROT_READ | PROT_WRITE,
  105   uptr p = MmapNamed(nullptr, size, PROT_READ | PROT_WRITE,
  118   uptr p = MmapNamed((void *)fixed_addr, size, PROT_READ | PROT_WRITE,
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  312       MmapNamed((void *)fixed_addr, size, PROT_READ | PROT_WRITE,
  376   return (void *)MmapNamed((void *)fixed_addr, size, PROT_NONE,