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.cc486 TEST_F(LinuxPtraceDumperTest, SanitizeStackCopy) { in TEST_F() argument
511 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
523 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
538 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
545 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
567 dumper.SanitizeStackCopy(reinterpret_cast<uint8_t*>(&simulated_stack), in TEST_F()
Dlinux_dumper.h139 void SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len,
Dlinux_dumper.cc783 void LinuxDumper::SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, in SanitizeStackCopy() function in google_breakpad::LinuxDumper
Dminidump_writer.cc362 dumper_->SanitizeStackCopy(*stack_copy, stack_len, stack_pointer, in FillThreadStack()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc385 dumper_->SanitizeStackCopy(stack_copy_, stack_len_, stack_pointer_, in DumpThreadStack()