Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2477 AllocationDetails::ElementHeader root_el_hdr; in LoadAllocation() local
2478 memcpy(&root_el_hdr, static_cast<uint8_t *>(file_buf) + in LoadAllocation()
2483 __FUNCTION__, root_el_hdr.type, root_el_hdr.element_size); in LoadAllocation()
2487 if (*alloc->element.datum_size.get() != root_el_hdr.element_size) { in LoadAllocation()
2490 root_el_hdr.element_size, *alloc->element.datum_size.get()); in LoadAllocation()
2496 const uint32_t file_type = root_el_hdr.type; in LoadAllocation()