Searched refs:load_commands (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c244 struct load_command *load_commands, *lcp; local
252 load_commands = (struct load_command *)malloc(mh.sizeofcmds);
253 if (load_commands == NULL) {
256 if (read(fd, (char *)load_commands, mh.sizeofcmds) !=
258 free(load_commands);
262 lcp = load_commands;
267 (char *)load_commands + mh.sizeofcmds) {
268 free(load_commands);
274 free(load_commands);
284 free(load_commands);
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h211 *load_commands; member in struct:ofile
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c634 struct load_command * load_commands; local
657 load_commands = (struct load_command *)
660 load_commands = (struct load_command *)
664 if (file_start >= file_end || (((void *)load_commands) > file_end)) {
671 cmds_end = (char *)load_commands + sizeofcmds;
678 seek_lc = load_commands;

Completed in 127 milliseconds