Lines Matching defs:vs_hdr
438 struct vs_header *vs_hdr = next_sect(state, §_size);
447 dump_hex((void *)vs_hdr, sect_size);
450 for (j = 0; j < (int)vs_hdr->unknown1 - 1; j++) {
465 dump_short_summary(state, vs_hdr->unknown1 - 1, constants);
472 for (j = 0; j < vs_hdr->unknown9; j++) {
481 for (j = 0; j < vs_hdr->unknown1 - 1; j++) {
485 free(vs_hdr);
540 uint8_t *vs_hdr;
544 vs_hdr = next_sect(state, &hdr_size);
562 instrs = &vs_hdr[n];
586 dump_hex((void *)vs_hdr, hdr_size);
615 free(vs_hdr);