Searched refs:SanitizeStackCopy (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 494 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()
|
D | linux_dumper.h | 140 void SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len,
|
D | linux_dumper.cc | 788 void LinuxDumper::SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, in SanitizeStackCopy() function in google_breakpad::LinuxDumper
|
D | minidump_writer.cc | 370 dumper_->SanitizeStackCopy(*stack_copy, stack_len, stack_pointer, in FillThreadStack()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 396 dumper_->SanitizeStackCopy(stack_copy_, stack_len_, stack_pointer_, in DumpThreadStack()
|