Home
last modified time | relevance | path

Searched refs:SanitizeStackCopy (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc494 TEST_F(LinuxPtraceDumperTest, SanitizeStackCopy) { in TEST_F() argument
519 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
531 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
546 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
553 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
577 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
Dlinux_dumper.h140 void SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len,
Dlinux_dumper.cc788 void LinuxDumper::SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, in SanitizeStackCopy() function in google_breakpad::LinuxDumper
Dminidump_writer.cc370 dumper_->SanitizeStackCopy(*stack_copy, stack_len, stack_pointer, in FillThreadStack()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc396 dumper_->SanitizeStackCopy(stack_copy_, stack_len_, stack_pointer_, in DumpThreadStack()