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 | 486 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()
|
D | linux_dumper.h | 139 void SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len,
|
D | linux_dumper.cc | 783 void LinuxDumper::SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, in SanitizeStackCopy() function in google_breakpad::LinuxDumper
|
D | minidump_writer.cc | 362 dumper_->SanitizeStackCopy(*stack_copy, stack_len, stack_pointer, in FillThreadStack()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 385 dumper_->SanitizeStackCopy(stack_copy_, stack_len_, stack_pointer_, in DumpThreadStack()
|