Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section.h18 extern const size_t section_definitions_len;
H A Dcper-section.c76 const size_t section_definitions_len = variable
/openbmc/libcper/
H A Dcper-parse.c280 for (size_t i = 0; i < section_definitions_len; i++) { in cper_section_descriptor_to_ir()
346 for (size_t i = 0; i < section_definitions_len; i++) { in cper_section_to_ir()
H A Dir-parse.c161 for (size_t i = 0; i < section_definitions_len; i++) { in ir_section_to_cper()
/openbmc/libcper/tests/
H A Dir-tests.cpp113 for (size_t i = 0; i < section_definitions_len; i++) { in TEST()