Lines Matching full:section
4 sections as extensions. This document details how an OEM section generator could
7 ## Creating a Section Generator
10 a function predefinition inside `sections/gen-section.h` as shown below, and
12 sake of example, we will create a generator for a fake OEM section
15 _sections/gen-section.h_:
18 //Section generator function predefinitions.
42 ## Adding a Section GUID
44 To identify our section for parsing, we must define a section GUID within
69 Now that a GUID and generation function are created for our section, we can
71 edit `sections/gen-section.c` and add your generator definition to the
73 used for generating your section, and must contain **no spaces** (this is also
78 * Describes available section generators to the CPER generator.
82 #include <libcper/generator/sections/gen-section.h>
92 Once this is complete, after a `cmake .` and `make`, your section should be