Lines Matching refs:baseep
656 struct entry *baseep, *lep; in initsymtable() local
785 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()
808 ep->e_xattrs = &baseep[(long)ep->e_xattrs]; in initsymtable()
810 ep->e_next = &baseep[(long)ep->e_next]; in initsymtable()