Home
last modified time | relevance | path

Searched refs:get_sdb (Results 1 – 25 of 25) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_zimg.c9 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
60 .get_sdb = &get_sdb,
H A Dbin_te.c10 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
154 .get_sdb = &get_sdb,
H A Dbin_dmp64.c11 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
141 .get_sdb = &get_sdb,
H A Dbin_java.c64 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
207 .get_sdb = &get_sdb,
H A Dbin_mz.c12 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
241 .get_sdb = &get_sdb,
H A Dbin_cgc.c100 .get_sdb = &get_sdb,
H A Dbin_art.c59 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
216 .get_sdb = &get_sdb,
H A Dbin_bootimg.c77 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
250 .get_sdb = &get_sdb,
H A Dbin_nro.c75 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
265 .get_sdb = &get_sdb,
H A Dbin_elf64.c130 .get_sdb = &get_sdb,
H A Dbin_elf.c131 .get_sdb = &get_sdb,
H A Dbin_nso.c168 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
292 .get_sdb = &get_sdb,
H A Dbin_qnx.c213 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
282 .get_sdb = &get_sdb,
H A Dbin_mach064.c286 .get_sdb = &get_sdb,
H A Dbin_vsf.c27 static Sdb* get_sdb (RBinFile *bf) { in get_sdb() function
549 .get_sdb = &get_sdb,
H A Dbin_mdmp.c11 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
473 .get_sdb = &get_sdb,
H A Dbin_coff.c11 static Sdb* get_sdb(RBinFile *bf) { in get_sdb() function
633 .get_sdb = &get_sdb,
H A Dbin_pe.c413 .get_sdb = &get_sdb,
H A Dbin_pe64.c453 .get_sdb = &get_sdb,
H A Dbin_mach0.c26 static Sdb *get_sdb (RBinFile *bf) { in get_sdb() function
1150 .get_sdb = &get_sdb,
H A Dbin_dex.c711 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function
2169 .get_sdb = &get_sdb,
H A Dbin_pe.inc10 static Sdb* get_sdb (RBinFile *bf) {
H A Dbin_elf.inc75 static Sdb* get_sdb(RBinFile *bf) {
/dports/devel/radare2/radare2-5.1.1/libr/bin/
H A Dbobj.c412 if (p->get_sdb) { in r_bin_object_set_items()
413 Sdb* new_kv = p->get_sdb (bf); in r_bin_object_set_items()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_bin.h428 Sdb * (*get_sdb)(RBinFile *obj); member