Lines Matching defs:CmdName

288     uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders,
293 " " + CmdName + " cmdsize too small");
301 " inconsistent cmdsize in " + CmdName +
316 CmdName + " command " + Twine(LoadCommandIndex) +
324 CmdName + " command " + Twine(LoadCommandIndex) +
334 Twine(J) + " in " + CmdName + " command " +
343 Twine(J) + " in " + CmdName + " command " +
350 CmdName + " command " + Twine(LoadCommandIndex) +
358 " in " + CmdName + " command " +
371 CmdName + " command " + Twine(LoadCommandIndex) +
379 Twine(J) + " in " + CmdName + " command " +
390 " fileoff field in " + CmdName +
397 CmdName + " extends past the end of the file");
400 " filesize field in " + CmdName +
603 const char **LoadCmd, const char *CmdName,
608 CmdName + " cmdsize too small");
610 return malformedError("more than one " + Twine(CmdName) + " command");
617 return malformedError(Twine(CmdName) + " command " +
621 return malformedError("dataoff field of " + Twine(CmdName) + " command " +
628 Twine(CmdName) + " command " +
641 const char **LoadCmd, const char *CmdName,
645 CmdName + " cmdsize too small");
655 return malformedError(Twine(CmdName) + " command " +
659 return malformedError("rebase_off field of " + Twine(CmdName) +
666 Twine(CmdName) + " command " +
674 return malformedError("bind_off field of " + Twine(CmdName) +
681 Twine(CmdName) + " command " +
689 return malformedError("weak_bind_off field of " + Twine(CmdName) +
696 Twine(CmdName) + " command " +
704 return malformedError("lazy_bind_off field of " + Twine(CmdName) +
711 Twine(CmdName) + " command " +
719 return malformedError("export_off field of " + Twine(CmdName) +
726 Twine(CmdName) + " command " +
739 uint32_t LoadCommandIndex, const char *CmdName) {
742 CmdName + " cmdsize too small");
749 CmdName + " name.offset field too small, not past "
753 CmdName + " name.offset field extends past the end "
764 CmdName + " library name extends past the end of the "
788 uint32_t LoadCommandIndex, const char *CmdName) {
791 CmdName + " cmdsize too small");
798 CmdName + " name.offset field too small, not past "
802 CmdName + " name.offset field extends past the end "
813 CmdName + " dyld name extends past the end of the "
821 const char **LoadCmd, const char *CmdName) {
824 CmdName + " has incorrect cmdsize");
921 const char **LoadCmd, const char *CmdName) {
927 return malformedError("cryptoff field of " + Twine(CmdName) +
934 Twine(CmdName) + " command " +
983 uint32_t LoadCommandIndex, const char *CmdName,
988 CmdName + " " + PathFieldName + ".offset field too "
992 CmdName + " " + PathFieldName + ".offset field "
1003 CmdName + " " + PathFieldName + " name extends past "
1011 const char *CmdName) {
1014 CmdName + " cmdsize too small");
1027 "flavor in " + CmdName + " extends past end of "
1037 " count in " + CmdName + " extends past end of "
1051 "a x86_THREAD_STATE32 flavor in " + CmdName +
1056 "command in " + CmdName + " command");
1062 CmdName + " command");
1070 "a x86_THREAD_STATE flavor in " + CmdName +
1075 "command in " + CmdName + " command");
1082 "a x86_FLOAT_STATE flavor in " + CmdName +
1087 "command in " + CmdName + " command");
1094 "a x86_EXCEPTION_STATE flavor in " + CmdName +
1099 "command in " + CmdName + " command");
1106 "a x86_THREAD_STATE64 flavor in " + CmdName +
1111 "command in " + CmdName + " command");
1118 "a x86_EXCEPTION_STATE64 flavor in " + CmdName +
1123 "command in " + CmdName + " command");
1129 CmdName + " command");
1137 "a ARM_THREAD_STATE flavor in " + CmdName +
1142 "command in " + CmdName + " command");
1148 CmdName + " command");
1157 "a ARM_THREAD_STATE64 flavor in " + CmdName +
1162 "command in " + CmdName + " command");
1168 CmdName + " command");
1176 "a PPC_THREAD_STATE flavor in " + CmdName +
1181 "command in " + CmdName + " command");
1187 CmdName + " command");
1192 CmdName + " command can't be checked");