HomeSort by: relevance | last modified time | path
    Searched defs:dump_flags (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
od-pe.c 245 dump_flags (const struct xlat_table * table, unsigned int flags) function
417 dump_flags (file_flag_xlat, flags);
748 dump_flags (section_flag_xlat, flags);
od-xcoff.c 114 dump_flags (const struct xlat_table *table, unsigned int flags) function
433 dump_flags (f_flag_xlat, flags);
574 dump_flags (s_flag_xlat, flags);
  /src/external/gpl3/binutils.old/dist/binutils/
od-pe.c 245 dump_flags (const struct xlat_table * table, unsigned int flags) function
417 dump_flags (file_flag_xlat, flags);
748 dump_flags (section_flag_xlat, flags);
od-xcoff.c 114 dump_flags (const struct xlat_table *table, unsigned int flags) function
433 dump_flags (f_flag_xlat, flags);
574 dump_flags (s_flag_xlat, flags);
  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 192 DWORD dump_flags; member in struct:CAPI_CTX_st
366 ctx->dump_flags = i;
1375 unsigned long flags = ctx->dump_flags;
1619 ctx->dump_flags = CAPI_DMP_SUMMARY | CAPI_DMP_FNAME;
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 192 DWORD dump_flags; member in struct:CAPI_CTX_st
368 ctx->dump_flags = i;
1375 unsigned long flags = ctx->dump_flags;
1631 ctx->dump_flags = CAPI_DMP_SUMMARY | CAPI_DMP_FNAME;
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 189 DWORD dump_flags; member in struct:CAPI_CTX_st
365 ctx->dump_flags = i;
1352 unsigned long flags = ctx->dump_flags;
1608 ctx->dump_flags = CAPI_DMP_SUMMARY | CAPI_DMP_FNAME;
  /src/external/gpl3/gcc/dist/gcc/
dumpfile.cc 49 static dump_flags_t pflags; /* current dump_flags */
64 dump_flags_t dump_flags; variable
631 make_item_for_dump_gimple_stmt (gimple *stmt, int spc, dump_flags_t dump_flags)
635 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
653 = make_item_for_dump_gimple_stmt (gs, spc, dump_flags | extra_dump_flags);
680 make_item_for_dump_gimple_expr (gimple *stmt, int spc, dump_flags_t dump_flags)
682 dump_flags |= TDF_RHS_ONLY;
685 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
703 = make_item_for_dump_gimple_expr (gs, spc, dump_flags | extra_dump_flags);
731 make_item_for_dump_generic_expr (tree node, dump_flags_t dump_flags)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.cc 49 static dump_flags_t pflags; /* current dump_flags */
64 dump_flags_t dump_flags; variable
631 make_item_for_dump_gimple_stmt (gimple *stmt, int spc, dump_flags_t dump_flags)
635 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
653 = make_item_for_dump_gimple_stmt (gs, spc, dump_flags | extra_dump_flags);
680 make_item_for_dump_gimple_expr (gimple *stmt, int spc, dump_flags_t dump_flags)
682 dump_flags |= TDF_RHS_ONLY;
685 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
703 = make_item_for_dump_gimple_expr (gs, spc, dump_flags | extra_dump_flags);
731 make_item_for_dump_generic_expr (tree node, dump_flags_t dump_flags)
    [all...]

Completed in 35 milliseconds