Searched refs:linux_gate_loc (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc288 // 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) {
H A Dlinux_ptrace_dumper_unittest.cc275 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));

Completed in 116 milliseconds