Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_API bool | sdb_num_exists (Sdb *s, const char *key) |
RZ_API ut64 | sdb_num_get (Sdb *s, const char *key, ut32 *cas) |
RZ_API int | sdb_num_add (Sdb *s, const char *key, ut64 v, ut32 cas) |
RZ_API int | sdb_num_set (Sdb *s, const char *key, ut64 v, ut32 cas) |
RZ_API ut64 | sdb_num_inc (Sdb *s, const char *key, ut64 n2, ut32 cas) |
RZ_API ut64 | sdb_num_dec (Sdb *s, const char *key, ut64 n2, ut32 cas) |
RZ_API int | sdb_num_min (Sdb *db, const char *k, ut64 n, ut32 cas) |
RZ_API int | sdb_num_max (Sdb *db, const char *k, ut64 n, ut32 cas) |
RZ_API int | sdb_bool_set (Sdb *db, const char *str, bool v, ut32 cas) |
RZ_API bool | sdb_bool_get (Sdb *db, const char *str, ut32 *cas) |
RZ_API int | sdb_ptr_set (Sdb *db, const char *key, void *p, ut32 cas) |
RZ_API void * | sdb_ptr_get (Sdb *db, const char *key, ut32 *cas) |
Definition at line 76 of file num.c.
References b, sdb_const_get(), and cmd_descs_generate::str.
Referenced by get_callable_type(), rz_analysis_is_noreturn(), and rz_analysis_noreturn_at_addr().
Definition at line 72 of file num.c.
References sdb_set(), cmd_descs_generate::str, and v.
Referenced by agraph_sdb_init(), rz_analysis_noreturn_add(), and save_callable().
Definition at line 18 of file num.c.
References b, key, NULL, s, sdb_add(), sdb_const_get(), sdb_itoa(), sdb_num_base(), SDB_NUM_BUFSZ, v, and val.
Referenced by rz_core_bin_apply_all_info().
Definition at line 43 of file num.c.
References c, key, n, s, sdb_num_get(), sdb_num_set(), sdb_set(), and ut64().
Referenced by sdb_querys().
Definition at line 13 of file num.c.
References key, s, sdb_atoi(), sdb_const_get(), and v.
Referenced by _parse_resource_directory(), add_tls_callbacks(), bin_elf_versioninfo_verneed(), bin_elf_versioninfo_versym(), bin_pe_versioninfo(), get_atomic_type(), get_callable_type(), get_entrypoint(), get_graphtrace_node(), rz_analysis_dwarf_integrate_functions(), rz_core_bin_apply_resources(), rz_core_bin_info_print(), rz_debug_session_deserialize(), rz_debug_signal_what(), rz_project_migrate_v4_v5(), rz_syscall_get_swi(), sdb_load_arch_profile(), sdb_load_platform_profile(), sdb_load_sysregs(), sdb_num_dec(), sdb_num_inc(), sdb_ptr_get(), siglistcb(), siglistjsoncb(), and ssa_get().
Definition at line 32 of file num.c.
References c, key, n, s, sdb_num_get(), sdb_num_set(), and ut64().
Referenced by sdb_querys(), and ssa_set().
Definition at line 65 of file num.c.
References a, k, n, NULL, sdb_atoi(), sdb_const_get(), and sdb_num_set().
Definition at line 58 of file num.c.
References a, k, n, NULL, sdb_atoi(), sdb_const_get(), and sdb_num_set().
Definition at line 25 of file num.c.
References b, key, NULL, s, sdb_const_get(), sdb_itoa(), sdb_num_base(), SDB_NUM_BUFSZ, sdb_set(), v, and val.
Referenced by _store_resource_sdb(), agraph_set_layout(), bin_pe_init_hdr(), bin_pe_init_overlay(), bin_pe_store_tls_callbacks(), bootimg_header_load(), core_analysis_graph_construct_edges(), core_analysis_graph_construct_nodes(), core_analysis_graph_nodes(), get_class_ro_t(), get_elf_intrp(), get_entrypoint(), get_gnu_verneed(), get_gnu_versym(), get_graphtrace_node(), get_sdb(), get_vernaux_entry_sdb(), get_verneed_entry_sdb_aux(), info(), init_dynstr_sdb(), init_ehdr_sdb(), init_hdr(), init_items(), init_phdr_sdb(), init_shdr_sdb(), init_shstrtab_sdb(), java_set_sdb(), parse_segments(), parse_thread(), Pe_r_bin_store_fixed_file_info(), Pe_r_bin_store_var(), rz_bin_mdmp_init_directory(), rz_bin_mdmp_init_directory_entry(), rz_bin_mdmp_init_hdr(), rz_bin_mz_init_hdr(), rz_bin_te_init_hdr(), rz_debug_session_serialize(), save_callable(), sdb_num_dec(), sdb_num_inc(), sdb_num_max(), sdb_num_min(), sdb_ptr_set(), and update_graph_sizes().
Definition at line 87 of file num.c.
References key, and sdb_num_get().
Referenced by __create_almighty(), __exec_almighty(), __set_rcb(), and rz_analysis_esil_fire_trap().
Definition at line 83 of file num.c.
References key, p, sdb_num_set(), and ut64().
Referenced by __init_almighty_db(), and __init_rotate_db().