Lines Matching defs:objtbl
67 Rtc_obj *objtbl;
221 objtbl = (Rtc_obj *)(CAST_PTRINT(char *, head->ch_obj) + addr);
222 objtbl = (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1), sizeof (Lword));
303 objtbl->co_hash = ent->e_hash;
304 objtbl->co_id = ent->e_id;
305 objtbl->co_flags = obj->o_flags | ent->e_flags;
306 objtbl->co_info = obj->o_info;
308 ent->e_cobj = objtbl;
314 objtbl->co_name = (Addr)(_strtbl - strtbl);
329 CAST_PTRINT(Word, ((char *)objtbl - addr));
346 objtbl =
347 (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1),
380 objtbl->co_hash = ent->e_hash;
381 objtbl->co_id = ent->e_id;
382 objtbl->co_flags = obj->o_flags | ent->e_flags;
383 objtbl->co_info = obj->o_info;
385 ent->e_cobj = objtbl;
391 objtbl->co_name = (Addr)(_strtbl - strtbl);
405 CAST_PTRINT(Word, ((char *)objtbl - addr));
413 if ((objtbl->co_flags & RTC_OBJ_ALTER) &&
416 objtbl->co_alter = obj->o_calter =
421 objtbl->co_alter = obj->o_calter;
428 if ((objtbl->co_flags &
444 objtbl = (Rtc_obj *)
445 S_ROUND((uintptr_t)(objtbl + 1),
470 objtbl->co_hash = ent->e_hash;
471 objtbl->co_id = ent->e_id;
472 objtbl->co_flags = obj->o_flags | ent->e_flags;
473 objtbl->co_info = obj->o_info;
474 objtbl->co_alter = obj->o_calter;
476 ent->e_cobj = objtbl;
481 objtbl->co_name = (Addr)(CAST_PTRINT(char *,
495 CAST_PTRINT(Word, ((char *)objtbl - addr));
508 objtbl = (Rtc_obj *)
509 S_ROUND((uintptr_t)(objtbl + 1),