Home
last modified time | relevance | path

Searched refs:stack_section (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_amd64_unittest.cc73 : stack_section(kLittleEndian), in StackwalkerAMD64Fixture()
120 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
121 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
133 Section stack_section; member in StackwalkerAMD64Fixture
233 stack_section.start() = 0x8000000080000000ULL; in TEST_F()
237 stack_section in TEST_F()
253 .D64(stack_section.start()) // This is in the right place to be in TEST_F()
266 raw_context.rsp = stack_section.start().Value(); in TEST_F()
311 stack_section.start() = 0x8000000080000000ULL; in TEST_F()
315 stack_section in TEST_F()
[all …]
Dstackwalker_x86_unittest.cc74 : stack_section(kLittleEndian), in StackwalkerX86Fixture()
129 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
142 Section stack_section; member in StackwalkerX86Fixture
160 stack_section.start() = 0x80000000; in TEST_F()
161 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
187 stack_section.start() = 0x80000000; in TEST_F()
188 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
242 stack_section.start() = 0x80000000; in TEST_F()
244 stack_section in TEST_F()
[all …]
Dstackwalker_arm64_unittest.cc75 : stack_section(kLittleEndian), in StackwalkerARM64Fixture()
121 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
122 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
134 Section stack_section; member in StackwalkerARM64Fixture
198 stack_section.start() = 0x80000000; in TEST_F()
202 stack_section in TEST_F()
224 raw_context.iregs[MD_CONTEXT_ARM64_REG_SP] = stack_section.start().Value(); in TEST_F()
268 stack_section.start() = 0x80000000; in TEST_F()
272 stack_section in TEST_F()
289 raw_context.iregs[MD_CONTEXT_ARM64_REG_SP] = stack_section.start().Value(); in TEST_F()
[all …]
Dstackwalker_arm_unittest.cc75 : stack_section(kLittleEndian), in StackwalkerARMFixture()
122 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
123 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
135 Section stack_section; member in StackwalkerARMFixture
221 stack_section.start() = 0x80000000; in TEST_F()
225 stack_section in TEST_F()
247 raw_context.iregs[MD_CONTEXT_ARM_REG_SP] = stack_section.start().Value(); in TEST_F()
290 stack_section.start() = 0x80000000; in TEST_F()
294 stack_section in TEST_F()
311 raw_context.iregs[MD_CONTEXT_ARM_REG_SP] = stack_section.start().Value(); in TEST_F()
[all …]
Dstackwalker_mips_unittest.cc74 : stack_section(kLittleEndian), in StackwalkerMIPSFixture()
121 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
122 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
134 Section stack_section; member in StackwalkerMIPSFixture
149 stack_section.start() = 0x80000000; in TEST_F()
150 stack_section.D32(0).D32(0x0); in TEST_F()
178 stack_section.start() = 0x80000000; in TEST_F()
179 stack_section.D32(0).D32(0x0); in TEST_F()
234 stack_section.start() = 0x80000000; in TEST_F()
238 stack_section in TEST_F()
[all …]
Dstackwalker_mips64_unittest.cc75 : stack_section(kLittleEndian), in StackwalkerMIPSFixture()
122 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
123 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
135 Section stack_section; member in StackwalkerMIPSFixture
151 stack_section.start() = 0x80000000; in TEST_F()
152 stack_section.D64(0).D64(0x0); in TEST_F()
181 stack_section.start() = 0x80000000; in TEST_F()
182 stack_section.D64(0).D64(0x0); in TEST_F()
239 stack_section.start() = 0x80000000; in TEST_F()
243 stack_section in TEST_F()
[all …]