Lines Matching refs:ELF
71 !(Flags & ELF::SHF_MERGE)) { in printSwitchToSection()
72 if (Flags & ELF::SHF_ALLOC) in printSwitchToSection()
74 if (Flags & ELF::SHF_EXECINSTR) in printSwitchToSection()
76 if (Flags & ELF::SHF_WRITE) in printSwitchToSection()
78 if (Flags & ELF::SHF_EXCLUDE) in printSwitchToSection()
80 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
87 if (Flags & ELF::SHF_ALLOC) in printSwitchToSection()
89 if (Flags & ELF::SHF_EXCLUDE) in printSwitchToSection()
91 if (Flags & ELF::SHF_EXECINSTR) in printSwitchToSection()
93 if (Flags & ELF::SHF_WRITE) in printSwitchToSection()
95 if (Flags & ELF::SHF_MERGE) in printSwitchToSection()
97 if (Flags & ELF::SHF_STRINGS) in printSwitchToSection()
99 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
101 if (Flags & ELF::SHF_LINK_ORDER) in printSwitchToSection()
103 if (Flags & ELF::SHF_GROUP) in printSwitchToSection()
105 if (Flags & ELF::SHF_GNU_RETAIN) in printSwitchToSection()
110 if (Flags & ELF::SHF_SUNW_NODISCARD) in printSwitchToSection()
116 if (Flags & ELF::XCORE_SHF_CP_SECTION) in printSwitchToSection()
118 if (Flags & ELF::XCORE_SHF_DP_SECTION) in printSwitchToSection()
121 if (Flags & ELF::SHF_ARM_PURECODE) in printSwitchToSection()
124 if (Flags & ELF::SHF_HEX_GPREL) in printSwitchToSection()
127 if (Flags & ELF::SHF_X86_64_LARGE) in printSwitchToSection()
141 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
143 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
145 else if (Type == ELF::SHT_PREINIT_ARRAY) in printSwitchToSection()
147 else if (Type == ELF::SHT_NOBITS) in printSwitchToSection()
149 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
151 else if (Type == ELF::SHT_PROGBITS) in printSwitchToSection()
153 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
155 else if (Type == ELF::SHT_MIPS_DWARF) in printSwitchToSection()
159 else if (Type == ELF::SHT_LLVM_ODRTAB) in printSwitchToSection()
161 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in printSwitchToSection()
163 else if (Type == ELF::SHT_LLVM_CALL_GRAPH_PROFILE) in printSwitchToSection()
165 else if (Type == ELF::SHT_LLVM_DEPENDENT_LIBRARIES) in printSwitchToSection()
167 else if (Type == ELF::SHT_LLVM_SYMPART) in printSwitchToSection()
169 else if (Type == ELF::SHT_LLVM_BB_ADDR_MAP) in printSwitchToSection()
171 else if (Type == ELF::SHT_LLVM_BB_ADDR_MAP_V0) in printSwitchToSection()
173 else if (Type == ELF::SHT_LLVM_OFFLOADING) in printSwitchToSection()
175 else if (Type == ELF::SHT_LLVM_LTO) in printSwitchToSection()
182 assert(Flags & ELF::SHF_MERGE); in printSwitchToSection()
186 if (Flags & ELF::SHF_LINK_ORDER) { in printSwitchToSection()
194 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
214 return getFlags() & ELF::SHF_EXECINSTR; in useCodeAlign()
218 return getType() == ELF::SHT_NOBITS; in isVirtualSection()