Home
last modified time | relevance | path

Searched refs:sdb_num_add (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Dnum.c17 SDB_API int sdb_num_add(Sdb *s, const char *key, ut64 v, ut32 cas) { in sdb_num_add() function
H A Dsdb.h200 SDB_API int sdb_num_add(Sdb *s, const char *key, ut64 v, ut32 cas);
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcbin.c330 sdb_num_add (r->sdb, "orig_baddr", baseaddr, 0); in r_core_bin_set_env()
1888 if (!sdb_num_add (mydb, sdb_fmt ("%x", sdb_hash (symbol->name)), (ut64)(size_t)symbol, 0)) { in get_import()
1892 if (!sdb_num_add (mydb, sdb_fmt ("0x%08"PFMT64x, symbol->vaddr), (ut64)(size_t)symbol, 0)) { in get_import()