Home | History | Annotate | Download | only in handler

Lines Matching defs:cmd

253   const struct load_command *cmd =
258 for (unsigned int i = 0; cmd && (i < header->ncmds); ++i) {
260 if (cmd->cmd == MachBits::segment_load_command) {
262 reinterpret_cast<const mach_segment_command_type *>(cmd);
279 if (cmd->cmd == LC_ID_DYLIB) {
281 reinterpret_cast<const struct dylib_command *>(cmd);
292 cmd = reinterpret_cast<const struct load_command *>
293 (reinterpret_cast<const char *>(cmd) + cmd->cmdsize);