• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/

Lines Matching refs:CmdName

280     uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders,
285 " " + CmdName + " cmdsize too small");
293 " inconsistent cmdsize in " + CmdName +
308 CmdName + " command " + Twine(LoadCommandIndex) +
316 CmdName + " command " + Twine(LoadCommandIndex) +
326 Twine(J) + " in " + CmdName + " command " +
335 Twine(J) + " in " + CmdName + " command " +
342 CmdName + " command " + Twine(LoadCommandIndex) +
350 " in " + CmdName + " command " +
363 CmdName + " command " + Twine(LoadCommandIndex) +
371 Twine(J) + " in " + CmdName + " command " +
382 " fileoff field in " + CmdName +
389 CmdName + " extends past the end of the file");
392 " filesize field in " + CmdName +
595 const char **LoadCmd, const char *CmdName,
600 CmdName + " cmdsize too small");
602 return malformedError("more than one " + Twine(CmdName) + " command");
609 return malformedError(Twine(CmdName) + " command " +
613 return malformedError("dataoff field of " + Twine(CmdName) + " command " +
620 Twine(CmdName) + " command " +
633 const char **LoadCmd, const char *CmdName,
637 CmdName + " cmdsize too small");
647 return malformedError(Twine(CmdName) + " command " +
651 return malformedError("rebase_off field of " + Twine(CmdName) +
658 Twine(CmdName) + " command " +
666 return malformedError("bind_off field of " + Twine(CmdName) +
673 Twine(CmdName) + " command " +
681 return malformedError("weak_bind_off field of " + Twine(CmdName) +
688 Twine(CmdName) + " command " +
696 return malformedError("lazy_bind_off field of " + Twine(CmdName) +
703 Twine(CmdName) + " command " +
711 return malformedError("export_off field of " + Twine(CmdName) +
718 Twine(CmdName) + " command " +
731 uint32_t LoadCommandIndex, const char *CmdName) {
734 CmdName + " cmdsize too small");
741 CmdName + " name.offset field too small, not past "
745 CmdName + " name.offset field extends past the end "
756 CmdName + " library name extends past the end of the "
780 uint32_t LoadCommandIndex, const char *CmdName) {
783 CmdName + " cmdsize too small");
790 CmdName + " name.offset field too small, not past "
794 CmdName + " name.offset field extends past the end "
805 CmdName + " dyld name extends past the end of the "
813 const char **LoadCmd, const char *CmdName) {
816 CmdName + " has incorrect cmdsize");
913 const char **LoadCmd, const char *CmdName) {
919 return malformedError("cryptoff field of " + Twine(CmdName) +
926 Twine(CmdName) + " command " +
975 uint32_t LoadCommandIndex, const char *CmdName,
980 CmdName + " " + PathFieldName + ".offset field too "
984 CmdName + " " + PathFieldName + ".offset field "
995 CmdName + " " + PathFieldName + " name extends past "
1003 const char *CmdName) {
1006 CmdName + " cmdsize too small");
1019 "flavor in " + CmdName + " extends past end of "
1029 " count in " + CmdName + " extends past end of "
1043 "a x86_THREAD_STATE32 flavor in " + CmdName +
1048 "command in " + CmdName + " command");
1054 CmdName + " command");
1062 "a x86_THREAD_STATE flavor in " + CmdName +
1067 "command in " + CmdName + " command");
1074 "a x86_FLOAT_STATE flavor in " + CmdName +
1079 "command in " + CmdName + " command");
1086 "a x86_EXCEPTION_STATE flavor in " + CmdName +
1091 "command in " + CmdName + " command");
1098 "a x86_THREAD_STATE64 flavor in " + CmdName +
1103 "command in " + CmdName + " command");
1110 "a x86_EXCEPTION_STATE64 flavor in " + CmdName +
1115 "command in " + CmdName + " command");
1121 CmdName + " command");
1129 "a ARM_THREAD_STATE flavor in " + CmdName +
1134 "command in " + CmdName + " command");
1140 CmdName + " command");
1149 "a ARM_THREAD_STATE64 flavor in " + CmdName +
1154 "command in " + CmdName + " command");
1160 CmdName + " command");
1168 "a PPC_THREAD_STATE flavor in " + CmdName +
1173 "command in " + CmdName + " command");
1179 CmdName + " command");
1184 CmdName + " command can't be checked");