Seg_Table
state->b_e_seg_table = (Seg_Table *)
calloc(ehdr->e_phnum, sizeof (Seg_Table));
Seg_Table *b_e_seg_table;