Lines Matching refs:ELF

74       !(Flags & ELF::SHF_MERGE)) {  in PrintSwitchToSection()
75 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
77 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
79 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
81 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
83 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
90 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
92 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
94 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
96 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
98 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
100 if (Flags & ELF::SHF_MERGE) in PrintSwitchToSection()
102 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
104 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
106 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection()
112 if (Flags & ELF::XCORE_SHF_CP_SECTION) in PrintSwitchToSection()
114 if (Flags & ELF::XCORE_SHF_DP_SECTION) in PrintSwitchToSection()
117 if (Flags & ELF::SHF_ARM_PURECODE) in PrintSwitchToSection()
120 if (Flags & ELF::SHF_HEX_GPREL) in PrintSwitchToSection()
134 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
136 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
138 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
140 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
142 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
144 else if (Type == ELF::SHT_PROGBITS) in PrintSwitchToSection()
146 else if (Type == ELF::SHT_X86_64_UNWIND) in PrintSwitchToSection()
148 else if (Type == ELF::SHT_MIPS_DWARF) in PrintSwitchToSection()
152 else if (Type == ELF::SHT_LLVM_ODRTAB) in PrintSwitchToSection()
154 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in PrintSwitchToSection()
156 else if (Type == ELF::SHT_LLVM_CALL_GRAPH_PROFILE) in PrintSwitchToSection()
163 assert(Flags & ELF::SHF_MERGE); in PrintSwitchToSection()
167 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
173 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
192 return getFlags() & ELF::SHF_EXECINSTR; in UseCodeAlign()
196 return getType() == ELF::SHT_NOBITS; in isVirtualSection()