Searched refs:root_el_hdr (Results 1 – 1 of 1) sorted by relevance
2477 AllocationDetails::ElementHeader root_el_hdr; in LoadAllocation() local2478 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()