Home
last modified time | relevance | path

Searched refs:child_offset (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp245 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress() local
246 if (child_offset <= offset && in ResolveContainedAddress()
247 offset - child_offset < in ResolveContainedAddress()
249 return child_section->ResolveContainedAddress(offset - child_offset, in ResolveContainedAddress()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1415 int64_t child_offset = child_sp->GetByteOffset(); in GetValueForOffset() local
1418 if (offset >= child_offset && offset < (child_offset + child_size)) { in GetValueForOffset()
1419 return GetValueForOffset(frame, child_sp, offset - child_offset); in GetValueForOffset()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2579 size_t child_offset = in PopulateElementHeaders() local
2585 memcpy(header_buffer.get() + offset, &child_offset, sizeof(uint32_t)); in PopulateElementHeaders()
2588 child_offset = PopulateElementHeaders(header_buffer, child_offset, child); in PopulateElementHeaders()
2594 return child_offset; in PopulateElementHeaders()