Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>
#include <rz_analysis.h>
#include <rz_cons.h>
#include <rz_core.h>
#include <sdb.h>
#include "../core_private.h"
Go to the source code of this file.
RZ_IPI RzCmdStatus rz_type_cc_del_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 293 of file cmd_type.c.
References rz_core_t::analysis, RZ_CMD_STATUS_OK, rz_analysis_t::sdb_cc, and sdb_reset().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_cc_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 287 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, rz_analysis_cc_del(), and RZ_CMD_STATUS_OK.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_cc_list_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 277 of file cmd_type.c.
References argv, NULL, RZ_CMD_STATUS_OK, rz_core_types_calling_conventions_print(), and types_cc_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_define_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 328 of file cmd_type.c.
References argv, NULL, RZ_CMD_STATUS_OK, rz_types_define(), and type.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_del_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 271 of file cmd_type.c.
References rz_core_t::analysis, RZ_CMD_STATUS_OK, rz_type_db_purge(), rz_type_parse_reset(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 266 of file cmd_type.c.
References rz_core_t::analysis, argv, RZ_CMD_STATUS_OK, rz_type_db_del(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_enum_bitfield_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 363 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_printf(), RZ_LOG_ERROR, rz_type_db_enum_member_by_name(), rz_analysis_t::typedb, and value.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_enum_c_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 375 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_enum_as_c(), rz_core_types_enum_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_enum(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_enum_c_nl_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 400 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_enum_as_c(), rz_core_types_enum_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_enum(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_enum_find_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 425 of file cmd_type.c.
References argv, NULL, and types_enum_member_find_all().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_function_cc_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 455 of file cmd_type.c.
References rz_core_t::analysis, argv, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), RZ_LOG_ERROR, rz_type_func_cc(), rz_type_func_cc_set(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_function_del_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 450 of file cmd_type.c.
References rz_core_t::analysis, RZ_CMD_STATUS_OK, rz_type_func_delete_all(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_function_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 445 of file cmd_type.c.
References rz_core_t::analysis, argv, RZ_CMD_STATUS_OK, rz_type_func_delete(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 256 of file cmd_type.c.
References argv, NULL, RZ_CMD_STATUS_OK, rz_core_types_print_all(), rz_core_types_show_format(), and type.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_link_del_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 495 of file cmd_type.c.
References rz_core_t::analysis, rz_analysis_type_unlink_all(), and RZ_CMD_STATUS_OK.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_link_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 489 of file cmd_type.c.
References addr, rz_core_t::analysis, argv, rz_core_t::num, rz_analysis_type_unlink(), RZ_CMD_STATUS_OK, rz_num_math(), and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_link_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 472 of file cmd_type.c.
References addr, argv, NULL, rz_core_t::num, rz_core_t::offset, RZ_CMD_STATUS_OK, rz_core_types_link(), rz_core_types_link_print_all(), rz_num_math(), and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_link_show_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 483 of file cmd_type.c.
References addr, argv, rz_core_t::num, RZ_CMD_STATUS_OK, rz_core_types_link_show(), rz_num_math(), and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_c_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 298 of file cmd_type.c.
References argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_as_c(), RZ_LOG_ERROR, cmd_descs_generate::str, and type_list_c_all().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_c_nl_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 313 of file cmd_type.c.
References argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_as_c(), RZ_LOG_ERROR, cmd_descs_generate::str, and type_list_c_all_nl().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_enum_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 334 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, pj_free(), pj_new(), pj_string(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_core_types_enum_print(), rz_core_types_enum_print_all(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_QUIET, RZ_OUTPUT_MODE_STANDARD, rz_type_db_get_enum(), rz_analysis_t::typedb, and types_enum_member_find().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_function_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 430 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, pj_free(), pj_new(), pj_string(), RZ_CMD_STATUS_OK, rz_cons_println(), rz_core_types_function_print(), rz_core_types_function_print_all(), RZ_OUTPUT_MODE_JSON, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_noreturn_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 500 of file cmd_type.c.
References rz_core_t::analysis, argv, n, NULL, rz_core_t::num, rz_analysis_noreturn_add(), RZ_CMD_STATUS_OK, rz_core_types_function_noreturn_print(), rz_num_math(), rz_type_func_noreturn_add(), rz_analysis_t::typedb, and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_structure_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 575 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, pj_free(), pj_new(), pj_string(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_core_types_show_format(), rz_core_types_struct_print(), rz_core_types_struct_print_all(), rz_core_types_struct_print_format_all(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_RIZIN, RZ_OUTPUT_MODE_STANDARD, rz_type_db_get_struct(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_typedef_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 653 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, pj_free(), pj_new(), pj_string(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_core_types_typedef_print(), rz_core_types_typedef_print_all(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, rz_type_db_get_typedef(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_list_union_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzOutputMode | mode | ||
) |
Definition at line 699 of file cmd_type.c.
References rz_core_t::analysis, argv, NULL, pj_free(), pj_new(), pj_string(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_core_types_show_format(), rz_core_types_union_print(), rz_core_types_union_print_all(), rz_core_types_union_print_format_all(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_RIZIN, RZ_OUTPUT_MODE_STANDARD, rz_type_db_get_union(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_noreturn_del_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 522 of file cmd_type.c.
References rz_core_t::analysis, name, RZ_CMD_STATUS_OK, rz_type_func_noreturn_drop(), rz_type_noreturn_function_names(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_noreturn_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 515 of file cmd_type.c.
References rz_core_t::analysis, argv, i, RZ_CMD_STATUS_OK, rz_type_func_noreturn_drop(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_open_editor_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 539 of file cmd_type.c.
References argv, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, and rz_types_open_editor().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_open_file_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 532 of file cmd_type.c.
References argv, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, and rz_types_open_file().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_open_sdb_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 546 of file cmd_type.c.
References rz_core_t::analysis, argv, RZ_CMD_STATUS_OK, rz_type_db_load_sdb(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 551 of file cmd_type.c.
References addr, argv, NULL, rz_core_t::num, rz_core_t::offset, rz_num_math(), type_format_print(), type_format_print_variable(), and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_print_hexstring_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 571 of file cmd_type.c.
References argv, and type_format_print_hexstring().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_print_value_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 563 of file cmd_type.c.
References argv, NULL, rz_core_t::num, rz_core_t::offset, rz_num_math(), type_format_print_value(), and value.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_structure_c_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 603 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_struct_as_c(), rz_core_types_struct_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_struct(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_structure_c_nl_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 628 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_struct_as_c(), rz_core_types_struct_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_struct(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_typedef_c_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 673 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_typedef_as_c(), rz_core_types_typedef_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_typedef(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_union_c_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 727 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_union_as_c(), rz_core_types_union_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_union(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_union_c_nl_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 752 of file cmd_type.c.
References rz_core_t::analysis, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_types_union_as_c(), rz_core_types_union_as_c_all(), RZ_LOG_ERROR, rz_type_db_get_union(), cmd_descs_generate::str, and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_xrefs_function_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 787 of file cmd_type.c.
References addr, argv, rz_core_t::num, rz_core_t::offset, rz_num_math(), types_xrefs_function(), and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_xrefs_graph_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 792 of file cmd_type.c.
References RZ_CMD_STATUS_OK, and types_xrefs_graph().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_xrefs_list_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 797 of file cmd_type.c.
References RZ_CMD_STATUS_OK, and types_xrefs_all().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_type_xrefs_list_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 777 of file cmd_type.c.
References argv, NULL, RZ_CMD_STATUS_OK, types_xrefs(), and types_xrefs_summary().
Referenced by rzshell_cmddescs_init().
|
static |
Definition at line 88 of file cmd_type.c.
References rz_core_t::analysis, free(), PFMT64x, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmdf(), RZ_LOG_ERROR, RZ_STR_ISEMPTY, rz_type_format(), type, and rz_analysis_t::typedb.
Referenced by rz_type_print_handler().
|
static |
Definition at line 137 of file cmd_type.c.
References rz_core_t::analysis, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmdf(), RZ_LOG_ERROR, RZ_STR_ISEMPTY, rz_type_format(), type, and rz_analysis_t::typedb.
Referenced by rz_type_print_hexstring_handler().
|
static |
Definition at line 125 of file cmd_type.c.
References rz_core_t::analysis, free(), PFMT64x, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmdf(), RZ_LOG_ERROR, RZ_STR_ISEMPTY, rz_type_format(), type, rz_analysis_t::typedb, and val.
Referenced by rz_type_print_value_handler().
|
static |
Definition at line 100 of file cmd_type.c.
References addr, rz_core_t::analysis, free(), rz_core_t::offset, PFMT64x, rz_analysis_function_get_var_byname(), rz_analysis_get_fcn_in(), rz_analysis_var_addr(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmdf(), RZ_LOG_ERROR, RZ_STR_ISEMPTY, rz_type_format(), type, rz_analysis_t::typedb, and ut64().
Referenced by rz_type_print_handler().
|
static |
Definition at line 72 of file cmd_type.c.
References free(), rz_core_types_as_c_all(), and cmd_descs_generate::str.
Referenced by rz_type_list_c_handler().
|
static |
Definition at line 80 of file cmd_type.c.
References free(), rz_core_types_as_c_all(), and cmd_descs_generate::str.
Referenced by rz_type_list_c_nl_handler().
|
static |
Definition at line 16 of file cmd_type.c.
References rz_core_t::analysis, free(), pj_a(), pj_end(), pj_free(), pj_ks(), pj_new(), pj_string(), rz_analysis_cc_get(), rz_analysis_cc_set(), rz_cons_printf(), rz_cons_println(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, rz_return_if_fail, and rz_str_trim_head_ro().
Referenced by rz_type_cc_list_handler().
|
static |
Definition at line 43 of file cmd_type.c.
References rz_core_t::analysis, rz_core_t::num, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), RZ_LOG_ERROR, rz_num_math(), rz_return_val_if_fail, rz_type_db_enum_member_by_val(), rz_analysis_t::typedb, ut64(), and value.
Referenced by rz_type_list_enum_handler().
|
static |
Definition at line 55 of file cmd_type.c.
References rz_core_t::analysis, match, rz_core_t::num, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_list_free(), RZ_LOG_ERROR, rz_num_math(), rz_return_val_if_fail, rz_type_db_find_enums_by_val(), rz_analysis_t::typedb, ut64(), and value.
Referenced by rz_type_enum_find_handler().
Definition at line 149 of file cmd_type.c.
References rz_core_t::analysis, rz_analysis_t::fcns, free(), rz_analysis_function_t::name, NULL, rz_type_db_t::parser, rz_analysis_types_from_fcn(), rz_cons_printf(), RZ_LOG_ERROR, rz_type_parse_string_single(), rz_types_equal(), type, and rz_analysis_t::typedb.
Referenced by rz_type_xrefs_list_handler().
|
static |
Definition at line 231 of file cmd_type.c.
References rz_core_t::analysis, rz_analysis_t::fcns, free(), rz_analysis_types_from_fcn(), rz_cons_printf(), rz_list_free(), rz_list_newf(), rz_list_push(), rz_list_sort(), rz_list_uniq(), rz_type_identifier(), strdup(), type, and types.
Referenced by rz_type_xrefs_list_all_handler().
|
static |
Definition at line 193 of file cmd_type.c.
References addr, rz_core_t::analysis, free(), PFMT64x, rz_analysis_get_function_at(), rz_analysis_types_from_fcn(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_println(), rz_list_free(), RZ_LOG_ERROR, rz_type_as_string(), cmd_descs_generate::str, type, and rz_analysis_t::typedb.
Referenced by rz_type_xrefs_function_handler().
|
static |
Definition at line 212 of file cmd_type.c.
References rz_core_t::analysis, rz_analysis_t::fcns, free(), rz_analysis_function_t::name, rz_analysis_types_from_fcn(), rz_cons_printf(), rz_list_length(), rz_str_replace_ch(), rz_type_as_string(), type, and rz_analysis_t::typedb.
Referenced by rz_type_xrefs_graph_handler().
|
static |
Definition at line 173 of file cmd_type.c.
References rz_core_t::analysis, rz_analysis_t::fcns, free(), rz_list_iter_t::n, rz_analysis_function_t::name, rz_analysis_types_from_fcn(), rz_cons_printf(), rz_list_length(), rz_type_as_string(), cmd_descs_generate::str, type, and rz_analysis_t::typedb.
Referenced by rz_type_xrefs_list_handler().