HomeSort by relevance Sort by last modified time
    Searched refs:start_hook_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 74 CHECK(start_hook_ == 0 && end_hook_ == 0);
75 start_hook_ = start_hook;
101 start_hook_(0), end_hook_(0) {}
105 if (sym_->start_hook_)
106 sym_->start_hook_();
sanitizer_symbolizer.h 169 StartSymbolizationHook start_hook_; member in class:__sanitizer::final

Completed in 61 milliseconds