Searched refs:baseep (Results 1 – 1 of 1) sorted by relevance
523 struct entry *baseep, *lep; in initsymtable() local586 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry)); in initsymtable()591 entry[i] = &baseep[(long)entry[i]]; in initsymtable()593 for (ep = &baseep[1]; ep < lep; ep++) { in initsymtable()595 ep->e_parent = &baseep[(long)ep->e_parent]; in initsymtable()597 ep->e_sibling = &baseep[(long)ep->e_sibling]; in initsymtable()599 ep->e_links = &baseep[(long)ep->e_links]; in initsymtable()601 ep->e_entries = &baseep[(long)ep->e_entries]; in initsymtable()603 ep->e_next = &baseep[(long)ep->e_next]; in initsymtable()