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

References

lib/Support/Unix/Signals.inc
  452     intptr_t end = beg + phdr->p_memsz;
projects/compiler-rt/lib/cfi/cfi.cpp
  244       uptr end = beg + phdr->p_memsz;
  290       uptr cur_end = cur_beg + phdr->p_memsz;
projects/compiler-rt/lib/hwasan/hwasan.cpp
  252     ElfW(Addr) lo = base + phdr[i].p_vaddr, hi = lo + phdr[i].p_memsz;
  275     const char *nend = note + phdr[i].p_memsz;
  418       TagMemory(base + phdr->p_vaddr, phdr->p_memsz, 0);
projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
   87         (phdr->p_memsz == 0))
   90     uptr end = begin + phdr->p_memsz;
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
 1180       uptr seg_end = seg_start + phdr->p_memsz;
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  559       uptr cur_end = cur_beg + phdr->p_memsz;