Lines Matching refs:sections
272 } sections[0]; member
12129 …char headerBytes[offsetof(osLogDataHeaderRef, sections) + NUM_OS_LOG_SECTIONS * sizeof(header->sec…
12163 header->sections[OS_LOG_SECT_IDX].sect_offset = os_log_offset;
12164 header->sections[OS_LOG_SECT_IDX].sect_size = (uint32_t) os_log_size;
12165 header->sections[CSTRING_SECT_IDX].sect_offset = cstring_offset;
12166 header->sections[CSTRING_SECT_IDX].sect_size = (uint32_t) cstring_size;
12167 header->sections[ASAN_CSTRING_SECT_IDX].sect_offset = asan_cstring_offset;
12168 header->sections[ASAN_CSTRING_SECT_IDX].sect_size = (uint32_t) asan_cstring_size;
12175 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
12180 res = logData->appendBytes(os_log_data, (u_int)header->sections[OS_LOG_SECT_IDX].sect_size);
12186 res = logData->appendBytes(cstring_data, (u_int)header->sections[CSTRING_SECT_IDX].sect_size);
12192 …res = logData->appendBytes(asan_cstring_data, (u_int)header->sections[ASAN_CSTRING_SECT_IDX].sect_…
12222 …char headerBytes[offsetof(osLogDataHeaderRef, sections) + NUM_OS_LOG_SECTIONS * sizeof(header->sec…
12228 header->sections[OS_LOG_SECT_IDX].sect_offset = 0;
12229 header->sections[OS_LOG_SECT_IDX].sect_size = (uint32_t) 0;
12230 header->sections[CSTRING_SECT_IDX].sect_offset = 0;
12231 header->sections[CSTRING_SECT_IDX].sect_size = (uint32_t) 0;
12232 header->sections[ASAN_CSTRING_SECT_IDX].sect_offset = 0;
12233 header->sections[ASAN_CSTRING_SECT_IDX].sect_size = (uint32_t) 0;
12239 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…