Searched refs:outstyle (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h147 elfedit_outstyle_t outstyle; /* Output style */ member in struct:__anon1464
227 extern int elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle);
H A Dsys.c640 state.outstyle, 1));
690 if (elfedit_atooutstyle(argv[1], &state.outstyle) == 0)
H A Dutil.c434 elfedit_atooutstyle(const char *str, elfedit_outstyle_t *outstyle) argument
442 *outstyle = value;
H A Delfedit.c1192 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 Dehdr.c241 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 Dsym.c298 * 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 Dsyminfo.c316 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 Dphdr.c350 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 Dshdr.c215 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 Dcap.c386 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 Dstr.c428 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 Ddyn.c296 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 103 milliseconds