| 252 | } |
| 253 | |
| 254 | static void write_rest(void) |
| 255 | { |
| 256 | unsigned i; |
| 257 | for (i = 0; i < nr_objects; i++) { |
| 258 | if (obj_list[i].obj) |
| 259 | check_object(obj_list[i].obj, OBJ_ANY, NULL, NULL); |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | static void added_object(unsigned nr, enum object_type type, |
| 264 | void *data, unsigned long size); |
no test coverage detected