Searched refs:aplp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 528 APlist *aplp, apl; in dcmd_Rtmaps() local 566 if (mdb_vread(&aplp, sizeof (APlist *), in dcmd_Rtmaps() 573 if (aplp == NULL) { in dcmd_Rtmaps() 579 if (mdb_vread(&apl, sizeof (APlist), (uintptr_t)aplp) == -1) { in dcmd_Rtmaps() 581 aplp); in dcmd_Rtmaps() 584 aplp, (size_t)apl.apl_nitems, (size_t)apl.apl_arritems); in dcmd_Rtmaps() 588 for (datap = (uintptr_t)aplp + APLIST_OFF_DATA, nitems = 0; in dcmd_Rtmaps() 941 APlist *aplp, apl; in dcmd_Lm_list() local 959 if (mdb_vread(&aplp, sizeof (APlist *), in dcmd_Lm_list() 965 if (aplp == NULL) { in dcmd_Lm_list() [all …]
|