Home | History | Annotate | Download | only in MC

Lines Matching full:specifier

121     // the attribute specifier.
166 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
170 /// specifier is present, this returns a string indicating the problem.
193 return "mach-o section specifier requires a segment whose length is "
198 return "mach-o section specifier requires a segment and section "
202 return "mach-o section specifier requires a section whose length is "
221 return "mach-o section specifier uses an unknown section type";
229 // S_SYMBOL_STUBS always require a symbol stub size specifier.
231 return "mach-o section specifier of type 'symbol_stubs' requires a size "
232 "specifier";
248 return "mach-o section specifier has invalid attribute";
255 // S_SYMBOL_STUBS always require a symbol stub size specifier.
257 return "mach-o section specifier of type 'symbol_stubs' requires a size "
258 "specifier";
264 return "mach-o section specifier cannot have a stub size specified because "
269 return "mach-o section specifier has a malformed stub size";