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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc52 current_load_cmd_count_ = -1;
111 if (current_load_cmd_count_ < 0) {
113 current_load_cmd_count_ = hdr->ncmds;
133 for (; current_load_cmd_count_ >= 0; current_load_cmd_count_--) {
H A Dsanitizer_procmaps.h76 int current_load_cmd_count_; member in class:__sanitizer::MemoryMappingLayout

Completed in 106 milliseconds