Searched refs:RTLD_FLG_VERBOSE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 44 #define RTLD_FLG_VERBOSE 0x0001 /* verbose output */ macro 295 if (((flg & RTLD_FLG_VERBOSE) == 0) || (apl.apl_nitems == 0)) in Depends() 349 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, RTLD_FLG_VERBOSE, in dcmd_Depends() 394 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, RTLD_FLG_VERBOSE, in dcmd_Callers() 502 if (wdp && (wdp->w_flags & RTLD_FLG_VERBOSE)) { in rtmap_format() 536 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, RTLD_FLG_VERBOSE, in dcmd_Rtmaps() 545 !(flg & RTLD_FLG_VERBOSE)) { in dcmd_Rtmaps() 620 !(flg & RTLD_FLG_VERBOSE)) { in dcmd_Rtmaps() 792 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, RTLD_FLG_VERBOSE, in _dcmd_Lm_list() 834 if (al.al_nitems && (flg & RTLD_FLG_VERBOSE)) { in _dcmd_Lm_list() [all …]
|