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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp175 // Next and NextSegmentLoad were inspired by base/sysinfo.cc in
178 // NextSegmentLoad scans the current image for the next segment load command
183 static bool NextSegmentLoad(MemoryMappedSegment *segment, function in namespace:__sanitizer
334 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>(
341 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>(

Completed in 106 milliseconds