Home
last modified time | relevance | path

Searched refs:current_load_cmd_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp115 data_.current_load_cmd_count = -1; in Reset()
255 layout_data->current_load_cmd_count--; in NextSegmentLoad()
374 if (data_.current_load_cmd_count < 0) { in Next()
376 data_.current_load_cmd_count = hdr->ncmds; in Next()
402 while (data_.current_load_cmd_count > 0) { in Next()
423 data_.current_load_cmd_count = -1; // This will trigger loading next image in Next()
H A Dsanitizer_mac.h28 int current_load_cmd_count; member