Lines Matching refs:rtmap
201 Rt_map rtmap; in Rtmap_Name() local
204 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in Rtmap_Name()
209 return (String((uintptr_t)NAME(&rtmap), in Rtmap_Name()
338 Rt_map rtmap; in dcmd_Depends() local
356 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in dcmd_Depends()
360 if ((str = String((uintptr_t)NAME(&rtmap), in dcmd_Depends()
367 if (DEPENDS(&rtmap) == NULL) in dcmd_Depends()
370 return (Depends((uintptr_t)DEPENDS(&rtmap), flags, argc, argv, flg, in dcmd_Depends()
383 Rt_map rtmap; in dcmd_Callers() local
401 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in dcmd_Callers()
405 if ((str = String((uintptr_t)NAME(&rtmap), in dcmd_Callers()
412 if (CALLERS(&rtmap) == NULL) in dcmd_Callers()
415 return (Depends((uintptr_t)CALLERS(&rtmap), flags, argc, argv, flg, in dcmd_Callers()
429 Rt_map rtmap; in dcmd_rtmap() local
437 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in dcmd_rtmap()
451 if ((str = String((uintptr_t)NAME(&rtmap), in dcmd_rtmap()
455 if (NAME(&rtmap) != PATHNAME(&rtmap)) { in dcmd_rtmap()
456 if ((str = String((uintptr_t)PATHNAME(&rtmap), in dcmd_rtmap()
462 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE3), ADDR(&rtmap), DYN(&rtmap)); in dcmd_rtmap()
463 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE4), NEXT(&rtmap), PREV(&rtmap)); in dcmd_rtmap()
464 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE5), rtmap.rt_fct, TLSMODID(&rtmap)); in dcmd_rtmap()
465 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE6), INIT(&rtmap), FINI(&rtmap)); in dcmd_rtmap()
466 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE7), GROUPS(&rtmap), HANDLES(&rtmap)); in dcmd_rtmap()
467 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE8), DEPENDS(&rtmap), CALLERS(&rtmap)); in dcmd_rtmap()
469 if ((str = String((uintptr_t)REFNAME(&rtmap), in dcmd_rtmap()
472 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE9), DYNINFO(&rtmap), str); in dcmd_rtmap()
474 if ((str = String((uintptr_t)RPATH(&rtmap), in dcmd_rtmap()
477 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE10), RLIST(&rtmap), str); in dcmd_rtmap()
479 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE11), LIST(&rtmap), LIST(&rtmap)); in dcmd_rtmap()
480 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE12), FLAGS(&rtmap)); in dcmd_rtmap()
481 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), FLAGS(&rtmap), rtflags_bits); in dcmd_rtmap()
482 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE13), FLAGS1(&rtmap)); in dcmd_rtmap()
483 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), FLAGS1(&rtmap), rtflags1_bits); in dcmd_rtmap()
484 if (AFLAGS(&rtmap)) { in dcmd_rtmap()
485 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE14), AFLAGS(&rtmap)); in dcmd_rtmap()
486 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), AFLAGS(&rtmap), in dcmd_rtmap()
489 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE15), MODE(&rtmap)); in dcmd_rtmap()
490 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), MODE(&rtmap), rtmode_bits); in dcmd_rtmap()
1144 Rt_map rtmap; in dcmd_Handles() local
1165 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in dcmd_Handles()
1169 if ((str = String((uintptr_t)NAME(&rtmap), in dcmd_Handles()
1176 if (HANDLES(&rtmap) == 0) in dcmd_Handles()
1179 addr = (uintptr_t)HANDLES(&rtmap); in dcmd_Handles()
1241 Rt_map rtmap; in dcmd_Groups() local
1262 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) { in dcmd_Groups()
1266 if ((str = String((uintptr_t)NAME(&rtmap), in dcmd_Groups()
1273 if (GROUPS(&rtmap) == 0) in dcmd_Groups()
1276 addr = (uintptr_t)GROUPS(&rtmap); in dcmd_Groups()