Searched defs:autoprint (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 420 * autoprint - If True, output is only produced if the elfedit 421 * autoprint flag is set. If False, output is always produced. 425 print_strtab(int autoprint, ARGSTATE *argstate) argument 433 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) 706 /* Do autoprint */
|
H A D | syminfo.c | 306 * autoprint - If True, output is only produced if the elfedit 307 * autoprint flag is set. If False, output is always produced. 313 print_syminfo(SYMINFO_CMD_T cmd, int autoprint, ARGSTATE *argstate, argument 319 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || 694 /* Do autoprint */
|
H A D | cap.c | 368 * autoprint - If True, output is only produced if the elfedit 369 * autoprint flag is set. If False, output is always produced. 383 print_cap(CAP_CMD_T cmd, int autoprint, ARGSTATE *argstate, argument 393 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) 1035 /* Do autoprint */
|
H A D | phdr.c | 340 * autoprint - If True, output is only produced if the elfedit 341 * autoprint flag is set. If False, output is always produced. 348 print_phdr(PHDR_CMD_T cmd, int autoprint, ARGSTATE *argstate) argument 357 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) 938 /* Do autoprint */
|
H A D | shdr.c | 203 * autoprint - If True, output is only produced if the elfedit 204 * autoprint flag is set. If False, output is always produced. 212 print_shdr(SHDR_CMD_T cmd, int autoprint, ARGSTATE *argstate, argument 222 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || 732 /* Do autoprint */
|
H A D | sym.c | 415 * autoprint - If True, output is only produced if the elfedit 416 * autoprint flag is set. If False, output is always produced. 583 * autoprint - If True, output is only produced if the elfedit 584 * autoprint flag is set. If False, output is always produced. 592 print_sym(SYM_CMD_T cmd, int autoprint, ARGSTATE *argstate) argument 600 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0))) 1451 /* Do autoprint */
|
H A D | dyn.c | 276 * autoprint - If True, output is only produced if the elfedit 277 * autoprint flag is set. If False, output is always produced. 293 print_dyn(DYN_CMD_T cmd, int autoprint, ARGSTATE *argstate, argument 305 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) 1569 /* Do autoprint */
|
H A D | ehdr.c | 233 * autoprint - If True, output is only produced if the elfedit 234 * autoprint flag is set. If False, output is always produced. 238 print_ehdr(EHDR_CMD_T cmd, int e_ident_ndx, int autoprint, argument 247 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) 1348 /* Do autoprint */
|
Completed in 112 milliseconds