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_GROUP) in printSwitchToSection()
95 if (Flags & ELF::SHF_WRITE) in printSwitchToSection()
97 if (Flags & ELF::SHF_MERGE) in printSwitchToSection()
99 if (Flags & ELF::SHF_STRINGS) in printSwitchToSection()
101 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
103 if (Flags & ELF::SHF_LINK_ORDER) 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()
138 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
140 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
142 else if (Type == ELF::SHT_PREINIT_ARRAY) in printSwitchToSection()
144 else if (Type == ELF::SHT_NOBITS) in printSwitchToSection()
146 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
148 else if (Type == ELF::SHT_PROGBITS) in printSwitchToSection()
150 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
152 else if (Type == ELF::SHT_MIPS_DWARF) in printSwitchToSection()
156 else if (Type == ELF::SHT_LLVM_ODRTAB) in printSwitchToSection()
158 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in printSwitchToSection()
160 else if (Type == ELF::SHT_LLVM_CALL_GRAPH_PROFILE) in printSwitchToSection()
162 else if (Type == ELF::SHT_LLVM_DEPENDENT_LIBRARIES) in printSwitchToSection()
164 else if (Type == ELF::SHT_LLVM_SYMPART) in printSwitchToSection()
166 else if (Type == ELF::SHT_LLVM_BB_ADDR_MAP) in printSwitchToSection()
168 else if (Type == ELF::SHT_LLVM_BB_ADDR_MAP_V0) in printSwitchToSection()
170 else if (Type == ELF::SHT_LLVM_OFFLOADING) in printSwitchToSection()
177 assert(Flags & ELF::SHF_MERGE); in printSwitchToSection()
181 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
188 if (Flags & ELF::SHF_LINK_ORDER) { in printSwitchToSection()
209 return getFlags() & ELF::SHF_EXECINSTR; in useCodeAlign()
213 return getType() == ELF::SHT_NOBITS; in isVirtualSection()