Searched refs:section_definitions (Results 1 – 6 of 6) sorted by relevance
115 if (section_definitions[i].ToCPER != NULL) { in TEST()116 ASSERT_NE(section_definitions[i].ToIR, nullptr) << err; in TEST()118 if (section_definitions[i].ToIR != NULL) { in TEST()119 ASSERT_NE(section_definitions[i].ToCPER, nullptr) in TEST()
282 if (guid_equal(section_definitions[i].Guid, in cper_section_descriptor_to_ir()285 section_definitions[i].ReadableName; in cper_section_descriptor_to_ir()350 if (guid_equal(section_definitions[i].Guid, in cper_section_to_ir()352 section_definitions[i].ToIR != NULL) { in cper_section_to_ir()353 section_ir = section_definitions[i].ToIR(section); in cper_section_to_ir()357 section_definitions[i].ShortName, in cper_section_to_ir()
164 if (guid_equal(section_definitions[i].Guid, in ir_section_to_cper()166 section_definitions[i].ToCPER != NULL) { in ir_section_to_cper()168 section, section_definitions[i].ShortName); in ir_section_to_cper()169 section_definitions[i].ToCPER(ir, out); in ir_section_to_cper()
27 CPER_SECTION_DEFINITION section_definitions[] = { variable84 sizeof(section_definitions) / sizeof(CPER_SECTION_DEFINITION);
22 extern CPER_SECTION_DEFINITION section_definitions[];
90 definition to the `section_definitions` array, like so:106 CPER_SECTION_DEFINITION section_definitions[] = {