Lines Matching refs:outstyle
298 * outstyle - Output style to use
301 all_same(SYM_CMD_T cmd, ARGSTATE *argstate, elfedit_outstyle_t outstyle)
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 == ELFEDIT_OUTSTYLE_SIMPLE) {
596 elfedit_outstyle_t outstyle;
607 outstyle = (cmd == SYM_CMD_T_DUMP) ?
617 if (outstyle == ELFEDIT_OUTSTYLE_DEFAULT) {
626 if (outstyle == ELFEDIT_OUTSTYLE_SIMPLE) {
647 (outstyle != ELFEDIT_OUTSTYLE_DEFAULT) &&
648 all_same(cmd, argstate, outstyle);
662 (outstyle == ELFEDIT_OUTSTYLE_DEFAULT)))
665 print_symstate(cmd, argstate, symstate, outstyle, ndx, cnt);