Searched refs:LC_PREBIND_CKSUM (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/cctools-845/libstuff/
H A Dbreakout.c340 * cksum_object() is called to set the pointer to the LC_PREBIND_CKSUM load
346 * checksum (or zero) is recorded in the LC_PREBIND_CKSUM load command.
371 if(lc->cmd == LC_PREBIND_CKSUM)
378 * LC_PREBIND_CKSUM load command or there is one and the check sum is
H A Dswap_headers.c1033 case LC_PREBIND_CKSUM:
1037 "(LC_PREBIND_CKSUM command %lu has incorrect cmdsize",
1631 case LC_PREBIND_CKSUM:
H A Dofile.c4361 case LC_PREBIND_CKSUM:
4363 Mach_O_error(ofile, "malformed object (LC_PREBIND_CKSUM "
4369 "LC_PREBIND_CKSUM command)");
4376 Mach_O_error(ofile, "malformed object (LC_PREBIND_CKSUM "
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h267 #define LC_PREBIND_CKSUM 0x17 /* prebind checksum */ macro
1127 uint32_t cmd; /* LC_PREBIND_CKSUM */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h267 #define LC_PREBIND_CKSUM 0x17 /* prebind checksum */ macro
1128 uint32_t cmd; /* LC_PREBIND_CKSUM */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c626 case LC_PREBIND_CKSUM:
627 printf("LC_PREBIND_CKSUM ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c626 case LC_PREBIND_CKSUM:
627 printf("LC_PREBIND_CKSUM ");
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c1032 case LC_PREBIND_CKSUM:
H A Dstrip.c4117 case LC_PREBIND_CKSUM:
4238 case LC_PREBIND_CKSUM:
H A Dredo_prebinding.c1499 * If zero_checksum is non-zero then the cksum field the LC_PREBIND_CKSUM load
1695 * the cksum field the LC_PREBIND_CKSUM load command (if any) is set to zero on
8922 * If this object has an LC_PREBIND_CKSUM load command update it.
9274 case LC_PREBIND_CKSUM:
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1169 output_cksum_info.prebind_cksum_command.cmd = LC_PREBIND_CKSUM;
H A Dpass1.c5241 case LC_PREBIND_CKSUM:
5247 "for LC_PREBIND_CKSUM", i);
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2133 case LC_PREBIND_CKSUM:
3329 * print an LC_PREBIND_CKSUM command. The prebind_cksum_command structure
3336 printf(" cmd LC_PREBIND_CKSUM\n");

Completed in 214 milliseconds