Lines Matching refs:createSection
95 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0,
101 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0);
105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType,
128 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>(
234 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags,
312 ELFDataSection *Section = createSection<ELFDataSection>(
366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
377 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
388 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags,
537 ELFDataSection *Section = createSection<ELFDataSection>(
601 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, SHF_ALLOC,