Searched defs:rtmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c201 Rt_map rtmap; local
204 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) {
209 return (String((uintptr_t)NAME(&rtmap),
338 Rt_map rtmap; local
356 if (mdb_vread(&rtmap, sizeof (Rt_map), addr) == -1) {
360 if ((str = String((uintptr_t)NAME(&rtmap),
367 if (DEPENDS(&rtmap) == NULL)
370 return (Depends((uintptr_t)DEPENDS(&rtmap), flags, argc, argv, flg,
383 Rt_map rtmap; local
401 if (mdb_vread(&rtmap, sizeo
429 Rt_map rtmap; local
1144 Rt_map rtmap; local
1241 Rt_map rtmap; local
[all...]

Completed in 59 milliseconds