Searched refs:baseep (Results 1 – 1 of 1) sorted by relevance
656 struct entry *baseep, *lep; in initsymtable() local785 baseep = (struct entry *) in initsymtable()786 (base + hdr.stringsize - sizeof (*baseep)); in initsymtable()787 if (((ulong_t)baseep % 4) != 0) { in initsymtable()796 entry[i] = &baseep[(long)entry[i]]; in initsymtable()798 for (ep = &baseep[1]; ep < lep; ep++) { in initsymtable()800 ep->e_parent = &baseep[(long)ep->e_parent]; in initsymtable()802 ep->e_sibling = &baseep[(long)ep->e_sibling]; in initsymtable()804 ep->e_links = &baseep[(long)ep->e_links]; in initsymtable()806 ep->e_entries = &baseep[(long)ep->e_entries]; in initsymtable()[all …]