Searched refs:section_definitions (Results 1 – 5 of 5) sorted by relevance
27 CPER_SECTION_DEFINITION section_definitions[] = { variable84 sizeof(section_definitions) / sizeof(CPER_SECTION_DEFINITION);
22 extern CPER_SECTION_DEFINITION section_definitions[];
469 if (section_definitions[i].ToCPER != NULL) { in CompileTimeAssertions_TwoWayConversion()470 assert(section_definitions[i].ToIR != NULL); in CompileTimeAssertions_TwoWayConversion()472 if (section_definitions[i].ToIR != NULL) { in CompileTimeAssertions_TwoWayConversion()473 assert(section_definitions[i].ToCPER != NULL); in CompileTimeAssertions_TwoWayConversion()
90 definition to the `section_definitions` array, like so:106 CPER_SECTION_DEFINITION section_definitions[] = {
435 if (guid_equal(guid, section_definitions[i].Guid)) { in select_section_by_guid()450 return §ion_definitions[i]; in select_section_by_guid()