HomeSort by relevance Sort by last modified time
    Searched refs:linux_gate_loc (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 275 void* linux_gate_loc = local
277 ASSERT_TRUE(linux_gate_loc);
290 EXPECT_EQ(linux_gate_loc, reinterpret_cast<void*>(mapping->start_addr));
291 EXPECT_EQ(0, memcmp(linux_gate_loc, ELFMAG, SELFMAG));
linux_dumper.cc 288 // linux_gate_loc is the beginning of the kernel's mapping of
295 const void* linux_gate_loc = local
323 linux_gate_loc &&
324 reinterpret_cast<void*>(start_addr) == linux_gate_loc) {

Completed in 181 milliseconds