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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c280 * arg - If print_type is PRINT_DYN_T_NDX, displays the index specified.
285 PRINT_DYN_T_NDX = 1, /* Show dynamic[arg] only */ enumerator in enum:__anon1497
326 if (print_type == PRINT_DYN_T_NDX) {
347 * to the end. However, in the case of PRINT_DYN_T_NDX, we
354 ((print_type != PRINT_DYN_T_NDX) || ((ndx == arg) || one_shot));
608 * of a single dynamic element. *print_type is set to PRINT_DYN_T_NDX.
617 * *print_type is set to PRINT_DYN_T_NDX and the index of the
632 *print_type = PRINT_DYN_T_NDX;
1178 print_type = PRINT_DYN_T_NDX;

Completed in 64 milliseconds