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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2053 const char *startofcmds = loc + sizeof(struct mach_header_64); local
2054 const char *endofcmds = startofcmds + sizeofcmds;
2055 struct dylib_command *dlp = (struct dylib_command *)startofcmds;
2057 for (i = 0; !result && i < ncmds && startofcmds <= (char *)dlp && (char *)dlp < endofcmds; i++) {
2061 if (startofcmds <= name && name + sizeof(libX11name) <= endofcmds && 0 == strncmp(name, libX11name, sizeof(libX11name) - 1)) result = true;
2068 const char *startofcmds = loc + sizeof(struct mach_header); local
2069 const char *endofcmds = startofcmds + sizeofcmds;
2070 struct dylib_command *dlp = (struct dylib_command *)startofcmds;
2072 for (i = 0; !result && i < ncmds && startofcmds <= (char *)dlp && (char *)dlp < endofcmds; i++) {
2076 if (startofcmds <
2105 const char *startofcmds = loc + offset + sizeof(struct mach_header_64); local
2131 const char *startofcmds = loc + offset + sizeof(struct mach_header); local
2176 const char *startofcmds = loc + sizeof(struct mach_header_64); local
2200 const char *startofcmds = loc + sizeof(struct mach_header); local
[all...]

Completed in 124 milliseconds