Home
last modified time | relevance | path

Searched refs:outstyle (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c241 elfedit_outstyle_t outstyle; in print_ehdr() local
255 outstyle = ELFEDIT_OUTSTYLE_DEFAULT; in print_ehdr()
257 outstyle = elfedit_outstyle(); in print_ehdr()
263 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
272 outstyle = ELFEDIT_OUTSTYLE_SIMPLE; in print_ehdr()
438 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
458 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
566 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
575 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
584 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr()
[all …]
H A Dsym.c335 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in all_same()
435 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_symstate()
449 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_symstate()
473 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_symstate()
504 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_symstate()
532 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_symstate()
596 elfedit_outstyle_t outstyle; in print_sym() local
607 outstyle = (cmd == SYM_CMD_T_DUMP) ? in print_sym()
617 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_sym()
626 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_sym()
[all …]
H A Dsyminfo.c316 elfedit_outstyle_t outstyle; in print_syminfo() local
327 outstyle = (cmd == SYMINFO_CMD_T_DUMP) ? in print_syminfo()
335 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_syminfo()
344 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_syminfo()
353 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_syminfo()
403 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_syminfo()
H A Dshdr.c215 elfedit_outstyle_t outstyle; in print_shdr() local
230 outstyle = (cmd == SHDR_CMD_T_DUMP) ? in print_shdr()
254 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_shdr()
280 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_shdr()
307 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_shdr()
327 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_shdr()
H A Dstr.c428 elfedit_outstyle_t outstyle; in print_strtab() local
436 outstyle = elfedit_outstyle(); in print_strtab()
437 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_strtab()
460 if ((*str == '\0') && (outstyle == ELFEDIT_OUTSTYLE_DEFAULT)) { in print_strtab()
478 if (outstyle != ELFEDIT_OUTSTYLE_DEFAULT) { in print_strtab()
H A Dphdr.c350 elfedit_outstyle_t outstyle; in print_phdr() local
392 outstyle = (cmd == PHDR_CMD_T_DUMP) ? in print_phdr()
403 if ((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && in print_phdr()
420 switch (outstyle) { in print_phdr()
443 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_phdr()
482 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_phdr()
H A Ddyn.c296 elfedit_outstyle_t outstyle; in print_dyn() local
315 outstyle = (cmd == DYN_CMD_T_DUMP) ? in print_dyn()
322 flags_fmt_flags = (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) ? in print_dyn()
392 if (!((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && in print_dyn()
479 one_shot = (outstyle == ELFEDIT_OUTSTYLE_DEFAULT); in print_dyn()
495 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_dyn()
552 (outstyle == ELFEDIT_OUTSTYLE_SIMPLE)) { in print_dyn()
H A Dcap.c388 elfedit_outstyle_t outstyle; in print_cap() local
402 outstyle = (cmd == CAP_CMD_T_DUMP) ? in print_cap()
451 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_cap()
474 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_cap()
490 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_cap()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h147 elfedit_outstyle_t outstyle; /* Output style */ member
227 extern int elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle);
H A Dutil.c433 elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle) in elfedit_atooutstyle() argument
441 *outstyle = value; in elfedit_atooutstyle()
H A Dsys.c639 state.outstyle, 1)); in cmd_status()
689 if (elfedit_atooutstyle(argv[1], &state.outstyle) == 0) in cmd_set()
H A Delfedit.c1192 return (state.outstyle); in elfedit_outstyle()
3480 if (elfedit_atooutstyle(optarg, &state.outstyle) == 0) in main()
H A Delfedit.msg568 The valid values for the outstyle argument are: default,\n\
695 @ MSG_STR_OUTSTYLE "outstyle"