Searched defs:codeSigCmd (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp239 const linkedit_data_command* codeSigCmd; local
271 const linkedit_data_command* codeSigCmd; local
291 const linkedit_data_command* codeSigCmd; local
122 sniffLoadCommands(const macho_header* mh, const char* path, bool* compressed, unsigned int* segCount, unsigned int* libCount, const LinkContext& context, const linkedit_data_command** codeSigCmd) argument
767 loadCodeSignature(const struct linkedit_data_command* codeSigCmd, int fd, uint64_t offsetInFatFile, const LinkContext& context) argument
[all...]
H A DImageLoaderMachOClassic.cpp129 instantiateFromFile(const char* path, int fd, const uint8_t* fileData, uint64_t offsetInFat, uint64_t lenInFat, const struct stat& info, unsigned int segCount, unsigned int libCount, const struct linkedit_data_command* codeSigCmd, const LinkContext& context) argument
H A DImageLoaderMachOCompressed.cpp134 instantiateFromFile(const char* path, int fd, const uint8_t* fileData, uint64_t offsetInFat, uint64_t lenInFat, const struct stat& info, unsigned int segCount, unsigned int libCount, const struct linkedit_data_command* codeSigCmd, const LinkContext& context) argument
H A Ddyld.cpp4519 struct linkedit_data_command* codeSigCmd = NULL; local

Completed in 226 milliseconds