Lines Matching full:specifier
137 // the attribute specifier. in printSwitchToSection()
176 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
180 /// specifier is present, this returns a string indicating the problem.
204 "mach-o section specifier requires a segment " in ParseSectionSpecifier()
210 "mach-o section specifier requires a section " in ParseSectionSpecifier()
229 "mach-o section specifier uses an unknown " in ParseSectionSpecifier()
238 // S_SYMBOL_STUBS always require a symbol stub size specifier. in ParseSectionSpecifier()
241 "mach-o section specifier of type " in ParseSectionSpecifier()
242 "'symbol_stubs' requires a size specifier"); in ParseSectionSpecifier()
258 "mach-o section specifier has invalid " in ParseSectionSpecifier()
266 // S_SYMBOL_STUBS always require a symbol stub size specifier. in ParseSectionSpecifier()
269 "mach-o section specifier of type " in ParseSectionSpecifier()
270 "'symbol_stubs' requires a size specifier"); in ParseSectionSpecifier()
277 "mach-o section specifier cannot have a stub " in ParseSectionSpecifier()
284 "mach-o section specifier has a malformed " in ParseSectionSpecifier()