Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64_unittest.cc72 : stack_section(kLittleEndian), in StackwalkerAMD64Fixture()
119 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
120 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
132 Section stack_section; member in StackwalkerAMD64Fixture
232 stack_section.start() = 0x8000000080000000ULL; in TEST_F()
236 stack_section in TEST_F()
252 .D64(stack_section.start()) // This is in the right place to be in TEST_F()
265 raw_context.rsp = stack_section.start().Value(); in TEST_F()
310 stack_section.start() = 0x8000000080000000ULL; in TEST_F()
314 stack_section in TEST_F()
[all …]
Dstackwalker_x86_unittest.cc73 : stack_section(kLittleEndian), in StackwalkerX86Fixture()
128 ASSERT_TRUE(stack_section.GetContents(&contents)); in RegionFromSection()
129 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
141 Section stack_section; member in StackwalkerX86Fixture
159 stack_section.start() = 0x80000000; in TEST_F()
160 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
186 stack_section.start() = 0x80000000; in TEST_F()
187 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
241 stack_section.start() = 0x80000000; in TEST_F()
243 stack_section in TEST_F()
[all …]
Dstackwalker_arm64_unittest.cc74 : stack_section(kLittleEndian), in StackwalkerARM64Fixture()
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 StackwalkerARM64Fixture
197 stack_section.start() = 0x80000000; in TEST_F()
201 stack_section in TEST_F()
223 raw_context.iregs[MD_CONTEXT_ARM64_REG_SP] = stack_section.start().Value(); in TEST_F()
267 stack_section.start() = 0x80000000; in TEST_F()
271 stack_section in TEST_F()
288 raw_context.iregs[MD_CONTEXT_ARM64_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
148 stack_section.start() = 0x80000000; in TEST_F()
149 stack_section.D32(0).D32(0x0); in TEST_F()
176 stack_section.start() = 0x80000000; in TEST_F()
177 stack_section.D32(0).D32(0x0); in TEST_F()
230 stack_section.start() = 0x80000000; in TEST_F()
234 stack_section in TEST_F()
[all …]
Dstackwalker_arm_unittest.cc74 : stack_section(kLittleEndian), in StackwalkerARMFixture()
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 StackwalkerARMFixture
220 stack_section.start() = 0x80000000; in TEST_F()
224 stack_section in TEST_F()
246 raw_context.iregs[MD_CONTEXT_ARM_REG_SP] = stack_section.start().Value(); in TEST_F()
289 stack_section.start() = 0x80000000; in TEST_F()
293 stack_section in TEST_F()
310 raw_context.iregs[MD_CONTEXT_ARM_REG_SP] = stack_section.start().Value(); in TEST_F()
[all …]