Searched refs:stack_section (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_arm_unittest.cc74 : stack_section(kLittleEndian),
117 // Populate stack_region with the contents of stack_section. Use
118 // stack_section.start() as the region's starting address.
121 ASSERT_TRUE(stack_section.GetContents(&contents));
122 stack_region.Init(stack_section.start().Value(), contents);
134 Section stack_section; member in class:StackwalkerARMFixture
220 stack_section.start() = 0x80000000;
224 stack_section
246 raw_context.iregs[MD_CONTEXT_ARM_REG_SP] = stack_section.start().Value();
289 stack_section
[all...]
H A Dstackwalker_arm64_unittest.cc74 : stack_section(kLittleEndian),
116 // Populate stack_region with the contents of stack_section. Use
117 // stack_section.start() as the region's starting address.
120 ASSERT_TRUE(stack_section.GetContents(&contents));
121 stack_region.Init(stack_section.start().Value(), contents);
133 Section stack_section; member in class:StackwalkerARM64Fixture
197 stack_section.start() = 0x80000000;
201 stack_section
223 raw_context.iregs[MD_CONTEXT_ARM64_REG_SP] = stack_section.start().Value();
267 stack_section
[all...]
H A Dstackwalker_amd64_unittest.cc72 : stack_section(kLittleEndian),
115 // Populate stack_region with the contents of stack_section. Use
116 // stack_section.start() as the region's starting address.
119 ASSERT_TRUE(stack_section.GetContents(&contents));
120 stack_region.Init(stack_section.start().Value(), contents);
132 Section stack_section; member in class:StackwalkerAMD64Fixture
232 stack_section.start() = 0x8000000080000000ULL;
236 stack_section
252 .D64(stack_section.start()) // This is in the right place to be
265 raw_context.rsp = stack_section
[all...]
H A Dstackwalker_x86_unittest.cc73 : stack_section(kLittleEndian),
124 // Populate stack_region with the contents of stack_section. Use
125 // stack_section.start() as the region's starting address.
128 ASSERT_TRUE(stack_section.GetContents(&contents));
129 stack_region.Init(stack_section.start().Value(), contents);
141 Section stack_section; member in class:StackwalkerX86Fixture
159 stack_section.start() = 0x80000000;
160 stack_section.D32(0).D32(0); // end-of-stack marker
186 stack_section.start() = 0x80000000;
187 stack_section
[all...]
H A Dstackwalker_mips_unittest.cc74 : stack_section(kLittleEndian),
117 // Populate stack_region with the contents of stack_section. Use
118 // stack_section.start() as the region's starting address.
121 ASSERT_TRUE(stack_section.GetContents(&contents));
122 stack_region.Init(stack_section.start().Value(), contents);
134 Section stack_section; member in class:StackwalkerMIPSFixture
148 stack_section.start() = 0x80000000;
149 stack_section.D32(0).D32(0x0);
176 stack_section.start() = 0x80000000;
177 stack_section
[all...]

Completed in 116 milliseconds