Searched refs:dylib_cmd (Results 1 – 1 of 1) sorted by relevance
175 struct dylib_command dylib_cmd; in IDCommand() local176 dylib_cmd.cmd = 0; in IDCommand()177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()182 if (dylib_cmd.cmd == LC_ID_DYLIB) { in IDCommand()196 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF; in IDCommand()197 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF; in IDCommand()198 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF; in IDCommand()199 identifier[7] = dylib_cmd.dylib.current_version & 0xFF; in IDCommand()200 identifier[8] = (dylib_cmd.dylib.compatibility_version >> 24) & 0xFF; in IDCommand()201 identifier[9] = (dylib_cmd.dylib.compatibility_version >> 16) & 0xFF; in IDCommand()[all …]