Searched refs:outstyle (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 241 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() 270 if ((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && in print_ehdr() 272 outstyle = ELFEDIT_OUTSTYLE_SIMPLE; in print_ehdr() 283 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_ehdr() 384 if ((outstyle == ELFEDIT_OUTSTYLE_NUM) || in print_ehdr() 438 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) in print_ehdr() 448 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_ehdr() [all …]
|
H A D | sym.c | 301 all_same(SYM_CMD_T cmd, ARGSTATE *argstate, elfedit_outstyle_t outstyle) in all_same() argument 335 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in all_same() 425 elfedit_outstyle_t outstyle, Word ndx, Word cnt) in print_symstate() argument 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() 561 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_symstate() 596 elfedit_outstyle_t outstyle; in print_sym() local [all …]
|
H A D | syminfo.c | 316 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 D | shdr.c | 215 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 D | str.c | 428 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 D | phdr.c | 350 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 D | cap.c | 386 elfedit_outstyle_t outstyle; in print_cap() local 400 outstyle = (cmd == CAP_CMD_T_DUMP) ? in print_cap() 449 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { in print_cap() 472 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_cap() 488 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { in print_cap()
|
H A D | dyn.c | 296 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()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 147 elfedit_outstyle_t outstyle; /* Output style */ member 227 extern int elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle);
|
H A D | util.c | 434 elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle) in elfedit_atooutstyle() argument 442 *outstyle = value; in elfedit_atooutstyle()
|
H A D | sys.c | 640 state.outstyle, 1)); in cmd_status() 690 if (elfedit_atooutstyle(argv[1], &state.outstyle) == 0) in cmd_set()
|
H A D | elfedit.c | 1192 return (state.outstyle); in elfedit_outstyle() 3477 if (elfedit_atooutstyle(optarg, &state.outstyle) == 0) in main()
|
H A D | elfedit.msg | 568 The valid values for the outstyle argument are: default,\n\ 695 @ MSG_STR_OUTSTYLE "outstyle"
|