Lines Matching refs:SyntheticSection
94 : SyntheticSection(SHF_ALLOC, SHT_MIPS_ABIFLAGS, 8, ".MIPS.abiflags"), in MipsAbiFlagsSection()
153 : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"), in MipsOptionsSection()
214 : SyntheticSection(SHF_ALLOC, SHT_MIPS_REGINFO, 4, ".reginfo"), in MipsReginfoSection()
303 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in GnuPropertySection()
325 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"), in BuildIdSection()
342 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_NOBITS, alignment, name) { in BssSection()
348 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 1, ".eh_frame") {} in EhFrameSection()
647 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, config->wordsize, in GotSection()
712 : SyntheticSection(SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL, SHT_PROGBITS, 16, in MipsGotSection()
1128 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, config->wordsize, in GotPltSection()
1178 : SyntheticSection(SHF_ALLOC | SHF_WRITE, in IgotPltSection()
1199 : SyntheticSection(dynamic ? (uint64_t)SHF_ALLOC : 0, SHT_STRTAB, 1, name), in StringTableSection()
1238 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
1576 : SyntheticSection(SHF_ALLOC, type, config->wordsize, name), in RelocationBaseSection()
1624 : SyntheticSection(SHF_ALLOC, in RelrBaseSection()
2018 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2249 : SyntheticSection(0, SHT_SYMTAB_SHNDX, 4, ".symtab_shndx") { in SymtabShndxSection()
2318 : SyntheticSection(SHF_ALLOC, SHT_GNU_HASH, config->wordsize, ".gnu.hash") { in GnuHashTableSection()
2451 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()
2495 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt"), in PltSection()
2554 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".iplt") { in IpltSection()
2659 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt") {} in IBTPltSection()
2679 : SyntheticSection(0, SHT_PROGBITS, 1, ".gdb_index") {} in GdbIndexSection()
2969 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 4, ".eh_frame_hdr") {} in EhFrameHeader()
3015 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t), in VersionDefinitionSection()
3077 : SyntheticSection(SHF_ALLOC, SHT_GNU_versym, sizeof(uint16_t), in VersionTableSection()
3127 : SyntheticSection(SHF_ALLOC, SHT_GNU_verneed, sizeof(uint32_t), in VersionNeedSection()
3310 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, config->wordsize, in MipsRldMapSection()
3314 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
3532 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, in ThunkSection()
3576 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, 4, ".got2") {} in PPC32Got2Section()
3611 : SyntheticSection(SHF_ALLOC | SHF_WRITE, in PPC64LongBranchTargetSection()
3727 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {} in PartitionElfHeaderSection()
3745 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()
3758 : SyntheticSection(SHF_ALLOC, SHT_PROGBITS, 4, ".rodata") {} in PartitionIndexSection()
3775 SyntheticSection *next = in writeTo()