MAXTBLSZ
tbl = malloc(table->sectorsize * MAXTBLSZ);
size = MIN(MAXTBLSZ, (phdr->hdr_entries * phdr->hdr_entsz +
size = MIN(MAXTBLSZ, (phdr->hdr_entries *
MAXTBLSZ * table->sectorsize);