Searched refs:rtmap (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 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() [all …]
|
H A D | rtld.msg | 371 \t lmco rtmap ADDR() NAME()\n\ 428 \tlmco rtmap ADDR() NAME()\n\ 440 \t lmco rtmap ADDR() NAME()\n\ 448 \t lmco rtmap ADDR() NAME()\n\
|