Searched refs:outstyle (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 147 elfedit_outstyle_t outstyle; /* Output style */ member in struct:__anon1464 227 extern int elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle);
|
H A D | sys.c | 640 state.outstyle, 1)); 690 if (elfedit_atooutstyle(argv[1], &state.outstyle) == 0)
|
H A D | util.c | 434 elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle) argument 442 *outstyle = value;
|
H A D | elfedit.c | 1192 return (state.outstyle); 3286 * STDOA_OPT_O inherited outstyle option. We supply 3477 if (elfedit_atooutstyle(optarg, &state.outstyle) == 0)
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 241 elfedit_outstyle_t outstyle; local 255 outstyle = ELFEDIT_OUTSTYLE_DEFAULT; 257 outstyle = elfedit_outstyle(); 263 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) 270 if ((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && 272 outstyle = ELFEDIT_OUTSTYLE_SIMPLE; 283 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 384 if ((outstyle == ELFEDIT_OUTSTYLE_NUM) || 438 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) 448 if (outstyle [all...] |
H A D | sym.c | 298 * outstyle - Output style to use 301 all_same(SYM_CMD_T cmd, ARGSTATE *argstate, elfedit_outstyle_t outstyle) argument 335 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 425 elfedit_outstyle_t outstyle, Word ndx, Word cnt) 435 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 449 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 473 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 504 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 532 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 561 if (outstyle 424 print_symstate(SYM_CMD_T cmd, ARGSTATE *argstate, SYMSTATE *symstate, elfedit_outstyle_t outstyle, Word ndx, Word cnt) argument 596 elfedit_outstyle_t outstyle; local [all...] |
H A D | syminfo.c | 316 elfedit_outstyle_t outstyle; local 327 outstyle = (cmd == SYMINFO_CMD_T_DUMP) ? 335 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 344 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 353 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 403 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) {
|
H A D | phdr.c | 350 elfedit_outstyle_t outstyle; local 392 outstyle = (cmd == PHDR_CMD_T_DUMP) ? 403 if ((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && 420 switch (outstyle) { 443 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 482 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) {
|
H A D | shdr.c | 215 elfedit_outstyle_t outstyle; local 230 outstyle = (cmd == SHDR_CMD_T_DUMP) ? 254 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 280 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 307 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 327 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) {
|
H A D | cap.c | 386 elfedit_outstyle_t outstyle; local 400 outstyle = (cmd == CAP_CMD_T_DUMP) ? 449 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 472 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) { 488 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) {
|
H A D | str.c | 428 elfedit_outstyle_t outstyle; local 436 outstyle = elfedit_outstyle(); 437 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 460 if ((*str == '\0') && (outstyle == ELFEDIT_OUTSTYLE_DEFAULT)) { 478 if (outstyle != ELFEDIT_OUTSTYLE_DEFAULT) {
|
H A D | dyn.c | 296 elfedit_outstyle_t outstyle; local 315 outstyle = (cmd == DYN_CMD_T_DUMP) ? 322 flags_fmt_flags = (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) ? 392 if (!((outstyle == ELFEDIT_OUTSTYLE_DEFAULT) && 479 one_shot = (outstyle == ELFEDIT_OUTSTYLE_DEFAULT); 495 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) { 552 (outstyle == ELFEDIT_OUTSTYLE_SIMPLE)) {
|
Completed in 3115 milliseconds