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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 281 // appended by addr2line to mark the end of its meaningful output.
303 // Skip, if we read just kTerminatorLen bytes, because Addr2Line output
309 // Addr2Line output should end up with output_terminator_.
337 Addr2LineProcess *addr2line = 0; local in function:__sanitizer::Addr2LinePool::SendCommand
341 addr2line = addr2line_pool_[i];
345 if (!addr2line) {
346 addr2line =
348 addr2line_pool_.push_back(addr2line);
350 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name()));
354 return addr2line->SendCommand(buffer)
    [all...]
sanitizer_symbolizer_posix_libcdep.cc 281 // appended by addr2line to mark the end of its meaningful output.
303 // Skip, if we read just kTerminatorLen bytes, because Addr2Line output
309 // Addr2Line output should end up with output_terminator_.
337 Addr2LineProcess *addr2line = 0; local in function:__sanitizer::Addr2LinePool::SendCommand
341 addr2line = addr2line_pool_[i];
345 if (!addr2line) {
346 addr2line =
348 addr2line_pool_.push_back(addr2line);
350 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name()));
354 return addr2line->SendCommand(buffer)
    [all...]

Completed in 21 milliseconds