objtbl
struct objtbl objt[MAXOBJS];
struct objtbl *ot;
objtbl = (Rtc_obj *)(CAST_PTRINT(char *, head->ch_obj) + addr);
objtbl = (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1), sizeof (Lword));
objtbl->co_hash = ent->e_hash;
objtbl->co_id = ent->e_id;
objtbl->co_flags = obj->o_flags | ent->e_flags;
objtbl->co_info = obj->o_info;
ent->e_cobj = objtbl;
objtbl->co_name = (Addr)(_strtbl - strtbl);
CAST_PTRINT(Word, ((char *)objtbl - addr));
objtbl =
(Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1),
objtbl->co_hash = ent->e_hash;
objtbl->co_id = ent->e_id;
objtbl->co_flags = obj->o_flags | ent->e_flags;
objtbl->co_info = obj->o_info;
ent->e_cobj = objtbl;
objtbl->co_name = (Addr)(_strtbl - strtbl);
CAST_PTRINT(Word, ((char *)objtbl - addr));
if ((objtbl->co_flags & RTC_OBJ_ALTER) &&
objtbl->co_alter = obj->o_calter =
objtbl->co_alter = obj->o_calter;
if ((objtbl->co_flags &
objtbl = (Rtc_obj *)
S_ROUND((uintptr_t)(objtbl + 1),
objtbl->co_hash = ent->e_hash;
objtbl->co_id = ent->e_id;
objtbl->co_flags = obj->o_flags | ent->e_flags;
objtbl->co_info = obj->o_info;
objtbl->co_alter = obj->o_calter;
ent->e_cobj = objtbl;
objtbl->co_name = (Addr)(CAST_PTRINT(char *,
CAST_PTRINT(Word, ((char *)objtbl - addr));
objtbl = (Rtc_obj *)
S_ROUND((uintptr_t)(objtbl + 1),
Rtc_obj *objtbl;
Rtc_obj *objtbl, *obj;
objtbl = (Rtc_obj *)(CAST_PTRINT(char *, head->ch_obj) + addr);
obj = objtbl + *hash;
obj = objtbl + _ndx;