Searched refs:proc_maps (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc33 void ReadProcMaps(ProcSelfMapsBuff *proc_maps) { argument
46 proc_maps->data = (char*)VmMap;
47 proc_maps->mmaped_size = MmapedSize;
48 proc_maps->len = Size;
H A Dsanitizer_procmaps_linux.cc20 void ReadProcMaps(ProcSelfMapsBuff *proc_maps) { argument
21 CHECK(ReadFileToBuffer("/proc/self/maps", &proc_maps->data,
22 &proc_maps->mmaped_size, &proc_maps->len));
H A Dsanitizer_libignore.cc53 MemoryMappingLayout proc_maps(/*cache_enabled*/false);
58 proc_maps.Reset();
60 while (proc_maps.Next(&b, &e, &off, module.data(), module.size(), &prot)) {
H A Dsanitizer_posix.cc59 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
61 while (proc_maps.Next(/*start*/nullptr, &end,
252 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
254 while (proc_maps.Next(&start, &end,
266 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
271 while (proc_maps.Next(&start, &end, /* file_offset */nullptr,
305 MemoryMappingLayout proc_maps(/*cache_enabled*/false);
306 while (proc_maps.Next(&s, &e, &off, buff.data(), buff.size(), &prot)) {
H A Dsanitizer_procmaps.h31 void ReadProcMaps(ProcSelfMapsBuff *proc_maps);
H A Dsanitizer_linux_libcdep.cc87 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
90 while (proc_maps.Next(&start, &end, &offset, nullptr, 0,
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_linux.cc135 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
137 while (proc_maps.Next(nullptr, nullptr, nullptr, filename,
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cc117 MemoryMappingLayout proc_maps(true);
119 while (proc_maps.Next(&p, &end, 0, 0, 0, &prot)) {
H A Dtsan_platform_linux.cc177 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
180 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name), &prot)) {
203 MemoryMappingLayout proc_maps(true);
210 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
221 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc275 MemoryMappingLayout proc_maps(true);
279 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc247 MemoryMappingLayout proc_maps(/*cache_enabled*/true);
249 while (proc_maps.Next(&begin, &end,

Completed in 120 milliseconds