• Home
  • Raw
  • Download

Lines Matching refs:ELF

75       !(Flags & ELF::SHF_MERGE)) {  in PrintSwitchToSection()
76 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
78 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
80 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
82 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
84 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
91 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
93 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
95 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
97 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
99 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
101 if (Flags & ELF::SHF_MERGE) in PrintSwitchToSection()
103 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
105 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
109 if (Flags & ELF::XCORE_SHF_CP_SECTION) in PrintSwitchToSection()
111 if (Flags & ELF::XCORE_SHF_DP_SECTION) in PrintSwitchToSection()
124 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
128 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
132 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
134 else if (Type == ELF::SHT_PROGBITS) in PrintSwitchToSection()
136 else if (Type == ELF::SHT_X86_64_UNWIND) in PrintSwitchToSection()
140 assert(Flags & ELF::SHF_MERGE); in PrintSwitchToSection()
144 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
163 return getFlags() & ELF::SHF_EXECINSTR; in UseCodeAlign()
167 return getType() == ELF::SHT_NOBITS; in isVirtualSection()