Searched refs:prebind_cksum_command (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.h71 struct prebind_cksum_command prebind_cksum_command; member in struct:cksum_info
H A Dpass2.c1210 if(output_cksum_info.prebind_cksum_command.cmdsize != 0){
1212 &(output_cksum_info.prebind_cksum_command),
1213 output_cksum_info.prebind_cksum_command.cmdsize);
1214 header_offset += output_cksum_info.prebind_cksum_command.cmdsize;
H A Dlayout.c1169 output_cksum_info.prebind_cksum_command.cmd = LC_PREBIND_CKSUM;
1170 output_cksum_info.prebind_cksum_command.cmdsize =
1171 sizeof(struct prebind_cksum_command);
1172 output_cksum_info.prebind_cksum_command.cksum = 0;
1174 sizeofcmds += output_cksum_info.prebind_cksum_command.cmdsize;
H A Dpass1.c4198 struct prebind_cksum_command *cs;
5242 cs = (struct prebind_cksum_command *)lc;
5245 if(cs->cmdsize != sizeof(struct prebind_cksum_command)){
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h146 struct prebind_cksum_command *cksum_cmd,
H A Dloader.h1118 * The prebind_cksum_command contains the value of the original check sum for
1127 struct prebind_cksum_command { struct
1129 uint32_t cmdsize; /* sizeof(struct prebind_cksum_command) */
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h140 struct prebind_cksum_command *cs;/* the prebind check sum command */
H A Dbytesex.h327 struct prebind_cksum_command *cksum_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c90 struct prebind_cksum_command *cs;
1034 cs = (struct prebind_cksum_command *)lc;
1035 if(cs->cmdsize != sizeof(struct prebind_cksum_command)){
1632 cs = (struct prebind_cksum_command *)lc;
H A Dbreakout.c372 arch->object->cs = (struct prebind_cksum_command *)lc;
H A Dofile.c3369 struct prebind_cksum_command *cs;
4362 if(l.cmdsize < sizeof(struct prebind_cksum_command)){
4372 cs = (struct prebind_cksum_command *)lc;
4375 if(cs->cmdsize != sizeof(struct prebind_cksum_command)){
H A Dbytesex.c2480 struct prebind_cksum_command *cksum_cmd,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1117 * The prebind_cksum_command contains the value of the original check sum for
1126 struct prebind_cksum_command { struct
1128 uint32_t cmdsize; /* sizeof(struct prebind_cksum_command) */
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h287 struct prebind_cksum_command *cksum);
H A Dofile_print.c1818 struct prebind_cksum_command cs;
2134 memset((char *)&cs, '\0', sizeof(struct prebind_cksum_command));
2135 size = left < sizeof(struct prebind_cksum_command) ?
2136 left : sizeof(struct prebind_cksum_command);
3329 * print an LC_PREBIND_CKSUM command. The prebind_cksum_command structure
3334 struct prebind_cksum_command *cksum)
3338 if(cksum->cmdsize != sizeof(struct prebind_cksum_command))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h550 struct prebind_cksum_command { struct in namespace:llvm::MachO
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c383 struct prebind_cksum_command *cksum_cmd,
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c1033 arch->object->cs = (struct prebind_cksum_command *)lc1;
H A Dstrip.c4118 arch->object->cs = (struct prebind_cksum_command *)lc1;
4239 arch->object->cs = (struct prebind_cksum_command *)lc1;
H A Dredo_prebinding.c9275 arch->object->cs = (struct prebind_cksum_command *)lc1;

Completed in 348 milliseconds