HomeSort by: relevance | last modified time | path
    Searched refs:MemoryMappingLayout (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_fuchsia.cpp 25 MemoryMappingLayout::MemoryMappingLayout(bool) { Reset(); }
27 void MemoryMappingLayout::Reset() {
51 MemoryMappingLayout::~MemoryMappingLayout() {}
53 bool MemoryMappingLayout::Error() const { return data_.data.empty(); }
55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_procmaps_common.cpp 72 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
86 bool MemoryMappingLayout::Error() const {
90 MemoryMappingLayout::~MemoryMappingLayout() {
97 void MemoryMappingLayout::Reset() {
102 void MemoryMappingLayout::CacheMemoryMappings() {
114 void MemoryMappingLayout::LoadFromCache() {
120 void MemoryMappingLayout::DumpListOfModules(
sanitizer_procmaps.h 62 friend class MemoryMappingLayout;
64 // This field is assigned and owned by MemoryMappingLayout if needed
78 class MemoryMappingLayout final : public MemoryMappingLayoutBase {
80 explicit MemoryMappingLayout(bool cache_enabled);
81 ~MemoryMappingLayout();
sanitizer_procmaps_mac.cpp 83 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
87 MemoryMappingLayout::~MemoryMappingLayout() {
90 bool MemoryMappingLayout::Error() const {
108 void MemoryMappingLayout::Reset() {
112 // adding and removing images which will invalidate the MemoryMappingLayout
131 void MemoryMappingLayout::CacheMemoryMappings() {
135 void MemoryMappingLayout::LoadFromCache() {
295 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment)
    [all...]
sanitizer_procmaps_solaris.cpp 33 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_procmaps_bsd.cpp 75 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_procmaps_freebsd.cc 67 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_procmaps_linux.cpp 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_posix.cpp 228 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
244 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
277 MemoryMappingLayout proc_maps(/*cache_enabled*/false);
sanitizer_symbolizer_report.cpp 140 MemoryMappingLayout proc_maps(/*cache_enabled*/ true);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 62 friend class MemoryMappingLayout;
64 // This field is assigned and owned by MemoryMappingLayout if needed
68 class MemoryMappingLayout {
70 explicit MemoryMappingLayout(bool cache_enabled);
71 ~MemoryMappingLayout();
sanitizer_procmaps_common.cc 73 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
87 bool MemoryMappingLayout::Error() const {
91 MemoryMappingLayout::~MemoryMappingLayout() {
98 void MemoryMappingLayout::Reset() {
103 void MemoryMappingLayout::CacheMemoryMappings() {
115 void MemoryMappingLayout::LoadFromCache() {
121 void MemoryMappingLayout::DumpListOfModules(
sanitizer_procmaps_mac.cc 84 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
88 MemoryMappingLayout::~MemoryMappingLayout() {
105 void MemoryMappingLayout::Reset() {
109 // adding and removing images which will invalidate the MemoryMappingLayout
128 void MemoryMappingLayout::CacheMemoryMappings() {
132 void MemoryMappingLayout::LoadFromCache() {
291 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
350 void MemoryMappingLayout::DumpListOfModules
    [all...]
sanitizer_procmaps_solaris.cc 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_procmaps_linux.cc 33 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_posix.cc 235 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
250 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
282 MemoryMappingLayout proc_maps(/*cache_enabled*/false);
sanitizer_procmaps_bsd.cc 101 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) {
sanitizer_symbolizer_report.cc 131 MemoryMappingLayout proc_maps(/*cache_enabled*/ true);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 26 TEST(MemoryMappingLayout, CodeRange) {
35 TEST(MemoryMappingLayout, DumpListOfModules) {
38 MemoryMappingLayout memory_mapping(false);
58 MemoryMappingLayout memory_mapping(false);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_posix.cpp 99 MemoryMappingLayout proc_maps(true);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc 217 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 123 MemoryMappingLayout memory_mapping(false);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_posix.cc 137 MemoryMappingLayout proc_maps(true);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_linux.cpp 199 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_mac.cpp 122 MemoryMappingLayout memory_mapping(false);

Completed in 60 milliseconds

1 2