Lines Matching refs:SyntheticSection
100 : SyntheticSection(SHF_ALLOC, SHT_MIPS_ABIFLAGS, 8, ".MIPS.abiflags"), in MipsAbiFlagsSection()
160 : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"), in MipsOptionsSection()
221 : SyntheticSection(SHF_ALLOC, SHT_MIPS_REGINFO, 4, ".reginfo"), in MipsReginfoSection()
317 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in GnuPropertySection()
359 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"), in BuildIdSection()
376 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_NOBITS, alignment, name) { in BssSection()
382 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 1, ".eh_frame") {} in EhFrameSection()
651 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, in GotSection()
734 : SyntheticSection(SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL, SHT_PROGBITS, 16, in MipsGotSection()
1165 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, config->wordsize, in GotPltSection()
1217 : SyntheticSection(SHF_ALLOC | SHF_WRITE, in IgotPltSection()
1238 : SyntheticSection(dynamic ? (uint64_t)SHF_ALLOC : 0, SHT_STRTAB, 1, name), in StringTableSection()
1281 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
1630 : SyntheticSection(SHF_ALLOC, type, config->wordsize, name), in RelocationBaseSection()
1743 : SyntheticSection( in RelrBaseSection()
2105 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2321 : SyntheticSection(0, SHT_SYMTAB_SHNDX, 4, ".symtab_shndx") { in SymtabShndxSection()
2389 : SyntheticSection(SHF_ALLOC, SHT_GNU_HASH, config->wordsize, ".gnu.hash") { in GnuHashTableSection()
2498 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()
2538 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt"), in PltSection()
2598 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".iplt") { in IpltSection()
2704 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt") {} in IBTPltSection()
2718 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_NOBITS, 1, ".relro_padding") { in RelroPaddingSection()
2732 : SyntheticSection(0, SHT_PROGBITS, 4, ".debug_names") {} in DebugNamesBaseSection()
3326 : SyntheticSection(0, SHT_PROGBITS, 1, ".gdb_index") {} in GdbIndexSection()
3619 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 4, ".eh_frame_hdr") {} in EhFrameHeader()
3664 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t), in VersionDefinitionSection()
3726 : SyntheticSection(SHF_ALLOC, SHT_GNU_versym, sizeof(uint16_t), in VersionTableSection()
3777 : SyntheticSection(SHF_ALLOC, SHT_GNU_verneed, sizeof(uint32_t), in VersionNeedSection()
3985 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, config->wordsize, in MipsRldMapSection()
3989 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
4213 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, in ThunkSection()
4257 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, 4, ".got2") {} in PPC32Got2Section()
4290 : SyntheticSection(SHF_ALLOC | SHF_WRITE, in PPC64LongBranchTargetSection()
4403 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {} in PartitionElfHeaderSection()
4421 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()
4434 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 4, ".rodata") {} in PartitionIndexSection()
4451 SyntheticSection *next = i == partitions.size() - 1 in writeTo()
4668 auto add = [](SyntheticSection &sec) { ctx.inputSections.push_back(&sec); }; in createSyntheticSections()
4710 auto add = [&](SyntheticSection &sec) { in createSyntheticSections()