Lines Matching refs:coff_section
348 COFFSection *coff_section = createSection(Sec.getSectionName());
355 COMDATSymbol->Section = coff_section;
359 coff_section->Symbol = coff_symbol;
360 coff_symbol->Section = coff_section;
369 coff_section->Header.Characteristics = Sec.getCharacteristics();
371 uint32_t &Characteristics = coff_section->Header.Characteristics;
392 coff_section->MCData = &SectionData;
393 SectionMap[&SectionData.getSection()] = coff_section;
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
826 coff_section->Relocations.push_back(Reloc);