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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_posix.cc 137 MemoryMappingLayout proc_maps(true); local in function:__tsan::CheckAndProtect
139 while (proc_maps.Next(&segment)) {
tsan_platform_linux.cc 184 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__tsan::MapRodata
187 while (proc_maps.Next(&segment)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 272 MemoryMappingLayout proc_maps(true); local in function:__dsan::InitDataSeg
276 while (proc_maps.Next(&segment)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc 217 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__asan::AsanCheckIncompatibleRT
220 while (proc_maps.Next(&segment)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc 235 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__sanitizer::MemoryRangeIsAvailable
236 if (proc_maps.Error())
239 while (proc_maps.Next(&segment)) {
250 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__sanitizer::DumpProcessMap
255 while (proc_maps.Next(&segment)) {
282 MemoryMappingLayout proc_maps(/*cache_enabled*/false); local in function:__sanitizer::GetCodeRangeForFile
285 while (proc_maps.Next(&segment)) {
sanitizer_symbolizer_report.cc 131 MemoryMappingLayout proc_maps(/*cache_enabled*/ true); local in function:__sanitizer::MaybeReportNonExecRegion
133 while (proc_maps.Next(&segment)) {
sanitizer_linux_libcdep.cc 105 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__sanitizer::GetThreadStackTopAndBottom
106 if (proc_maps.Error()) {
112 while (proc_maps.Next(&segment)) {
sanitizer_linux.cc 1012 MemoryMappingLayout proc_maps(/*cache_enabled*/true); local in function:__sanitizer::GetKernelAreaSize
1013 if (proc_maps.Error())
1016 while (proc_maps.Next(&segment)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 328 MemoryMappingLayout proc_maps(/*cache_enabled*/ true); local in function:__lsan::ProcessRootRegion
330 while (proc_maps.Next(&segment)) {

Completed in 16 milliseconds