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

  /external/google-breakpad/src/processor/
stackwalker_arm_unittest.cc 74 : 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.start() = 0x80000000
    [all...]
stackwalker_arm64_unittest.cc 74 : 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.start() = 0x80000000
    [all...]
stackwalker_amd64_unittest.cc 72 : 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.start().Value()
    [all...]
stackwalker_x86_unittest.cc 73 : 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.D32(0).D32(0); // end-of-stack marke
    [all...]
stackwalker_mips_unittest.cc 74 : 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.D32(0).D32(0x0)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ptrace-core.c 39 asection *stack_section; member in struct:trad_core_struct
46 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section)
hppabsd-core.c 61 asection *stack_section; member in struct:hppabsd_core_struct
69 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)
trad-core.c 56 asection *stack_section; member in struct:trad_core_struct
63 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section)
aoutf1.h 541 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
550 asection *stack_section;
549 asection *stack_section; member in struct:sun_core_struct

Completed in 350 milliseconds