Searched refs:linkedit_data_command (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h145 struct linkedit_data_command
147 struct linkedit_data_command
149 struct linkedit_data_command
151 struct linkedit_data_command
153 struct linkedit_data_command
H A Dbytesex.h335 struct linkedit_data_command *ld,
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp379 const linkedit_data_command *MachOBase::findCodeSignature() const
382 return reinterpret_cast<const linkedit_data_command *>(cmd);
388 if (const linkedit_data_command *lec = findCodeSignature())
396 if (const linkedit_data_command *lec = findCodeSignature())
402 const linkedit_data_command *MachOBase::findLibraryDependencies() const
405 return reinterpret_cast<const linkedit_data_command *>(cmd);
H A Dmacho++.h109 const linkedit_data_command *findCodeSignature() const;
110 const linkedit_data_command *findLibraryDependencies() const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp379 const linkedit_data_command *MachOBase::findCodeSignature() const
382 return reinterpret_cast<const linkedit_data_command *>(cmd);
388 if (const linkedit_data_command *lec = findCodeSignature())
396 if (const linkedit_data_command *lec = findCodeSignature())
402 const linkedit_data_command *MachOBase::findLibraryDependencies() const
405 return reinterpret_cast<const linkedit_data_command *>(cmd);
H A Dmacho++.h109 const linkedit_data_command *findCodeSignature() const;
110 const linkedit_data_command *findLibraryDependencies() const;
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c92 struct linkedit_data_command *ld;
1053 ld = (struct linkedit_data_command *)lc;
1054 if(ld->cmdsize != sizeof(struct linkedit_data_command)){
1063 ld = (struct linkedit_data_command *)lc;
1064 if(ld->cmdsize != sizeof(struct linkedit_data_command)){
1073 ld = (struct linkedit_data_command *)lc;
1074 if(ld->cmdsize != sizeof(struct linkedit_data_command)){
1083 ld = (struct linkedit_data_command *)lc;
1084 if(ld->cmdsize != sizeof(struct linkedit_data_command)){
1093 ld = (struct linkedit_data_command *)l
[all...]
H A Dcheckout.c129 object->code_sig_cmd = (struct linkedit_data_command *)lc;
135 object->split_info_cmd = (struct linkedit_data_command *)lc;
142 (struct linkedit_data_command *)lc;
149 (struct linkedit_data_command *)lc;
156 (struct linkedit_data_command *)lc;
H A Dofile.c3366 struct linkedit_data_command *code_sig, *split_info, *func_starts,
4029 split_info = (struct linkedit_data_command *)lc;
4040 code_sig = (struct linkedit_data_command *)lc;
4051 func_starts = (struct linkedit_data_command *)lc;
4062 data_in_code = (struct linkedit_data_command *)lc;
4073 code_sign_drs = (struct linkedit_data_command *)lc;
4077 if(l.cmdsize < sizeof(struct linkedit_data_command)){
4082 linkedit_data = (struct linkedit_data_command *)lc;
4086 sizeof(struct linkedit_data_command)){
/macosx-10.9.5/cctools-845/misc/
H A Dcodesign_allocate.c59 static struct linkedit_data_command *add_code_sig_load_command(
640 struct linkedit_data_command *
652 struct linkedit_data_command *code_sig;
716 if(sizeofcmds + sizeof(struct linkedit_data_command) +
726 code_sig = (struct linkedit_data_command *)
729 code_sig->cmdsize = sizeof(struct linkedit_data_command);
736 sizeof(struct linkedit_data_command);
741 sizeof(struct linkedit_data_command);
H A Dinstall_name_tool.c1047 (struct linkedit_data_command *)lc1;
1051 (struct linkedit_data_command *)lc1;
1055 (struct linkedit_data_command *)lc1;
1059 (struct linkedit_data_command *)lc1;
1063 (struct linkedit_data_command *)lc1;
H A Dpagestuff.c503 struct linkedit_data_command *split_info, *code_sig, *func_starts,
561 split_info = (struct linkedit_data_command *)lc;
564 code_sig = (struct linkedit_data_command *)lc;
567 func_starts = (struct linkedit_data_command *)lc;
570 data_in_code = (struct linkedit_data_command *)lc;
573 code_sign_drs = (struct linkedit_data_command *)lc;
H A Dstrip.c4126 object->split_info_cmd = (struct linkedit_data_command *)lc1;
4130 (struct linkedit_data_command *)lc1;
4134 (struct linkedit_data_command *)lc1;
4138 (struct linkedit_data_command *)lc1;
4141 object->code_sig_cmd = (struct linkedit_data_command *)lc1;
4247 object->split_info_cmd = (struct linkedit_data_command *)lc1;
4251 (struct linkedit_data_command *)lc1;
4255 (struct linkedit_data_command *)lc1;
4259 (struct linkedit_data_command *)lc1;
4271 * linkedit_data_command) w
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp174 if (const linkedit_data_command *cs = macho->findCodeSignature()) {
309 if (const linkedit_data_command *ldep = macho->findLibraryDependencies()) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp174 if (const linkedit_data_command *cs = macho->findCodeSignature()) {
309 if (const linkedit_data_command *ldep = macho->findLibraryDependencies()) {
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.h159 const linkedit_data_command** codeSigCmd);
161 void loadCodeSignature(const struct linkedit_data_command* codeSigCmd, int fd, uint64_t offsetInFatFile, const LinkContext& context);
H A DImageLoaderMachOClassic.h45 const struct linkedit_data_command* codeSigCmd, const LinkContext& context);
H A DImageLoaderMachOCompressed.h45 const struct linkedit_data_command* codeSigCmd, const LinkContext& context);
H A DImageLoaderMachO.cpp124 const linkedit_data_command** codeSigCmd)
175 *codeSigCmd = (struct linkedit_data_command*)cmd; // only support one LC_CODE_SIGNATURE per image
230 const linkedit_data_command* codeSigCmd;
262 const linkedit_data_command* codeSigCmd;
282 const linkedit_data_command* codeSigCmd;
301 const linkedit_data_command* sigcmd;
754 void ImageLoaderMachO::loadCodeSignature(const struct linkedit_data_command* codeSigCmd, int fd, uint64_t offsetInFatFile, const LinkContext& context)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c158 struct linkedit_data_command *lcp,
743 (struct linkedit_data_command *) lcp,
1541 struct linkedit_data_command *lcp,
1559 if (lcp->cmdsize != sizeof (struct linkedit_data_command) ||
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1153 * The linkedit_data_command contains the offsets and sizes of a blob
1156 struct linkedit_data_command { struct
1160 uint32_t cmdsize; /* sizeof(struct linkedit_data_command) */
1445 * The LC_DATA_IN_CODE load commands uses a linkedit_data_command
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h293 struct linkedit_data_command *ld,
H A Dmain.c207 struct linkedit_data_command *dices_cmd);
2132 struct linkedit_data_command dices_cmd;
2138 memset(&dices_cmd, '\0', sizeof(struct linkedit_data_command));
2163 * get_dices_cmd() gets the linkedit_data_command for the data in code from the
2174 struct linkedit_data_command *dices_cmd)
2207 sizeof(struct linkedit_data_command));
2208 size = left < sizeof(struct linkedit_data_command) ?
2209 left : sizeof(struct linkedit_data_command);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c1051 struct linkedit_data_command *data = (struct linkedit_data_command *) lc;
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1051 struct linkedit_data_command *data = (struct linkedit_data_command *) lc;

Completed in 336 milliseconds

12