Lines Matching refs:bonus
87 Value* bonus = nullptr;
91 printf("failed to load bonus file %s\n", argv[2]);
94 bonus = &bonusValue;
95 bonus->type = VAL_BLOB;
96 bonus->size = bonusFc.data.size();
97 bonus->data = reinterpret_cast<char*>(bonusFc.data.data());
115 if (bonus != nullptr) {
116 printf("bonus file not supported in flash mode\n");
137 patch_ptrs.data(), bonus);
171 "usage: %s [-b <bonus-file>] <src-file> <tgt-file> <tgt-sha1> <tgt-size> "