Lines Matching defs:NumberOfSections
264 const uint32_t NumberOfSections = 2;
271 u16(NumberOfSections),
273 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
286 const coff_section SectionTable[NumberOfSections] = {
291 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)),
292 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) +
303 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) +
404 const uint32_t NumberOfSections = 1;
410 u16(NumberOfSections),
412 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
422 const coff_section SectionTable[NumberOfSections] = {
428 (NumberOfSections * sizeof(coff_section))),
464 const uint32_t NumberOfSections = 2;
471 u16(NumberOfSections),
473 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
485 const coff_section SectionTable[NumberOfSections] = {
490 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)),
502 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) +
581 const uint32_t NumberOfSections = 1;
587 u16(NumberOfSections),
589 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section))),
597 const coff_section SectionTable[NumberOfSections] = {