Searched refs:get_sdb (Results 1 – 25 of 25) sorted by relevance
/dports/devel/radare2/radare2-5.1.1/libr/bin/p/ |
H A D | bin_zimg.c | 9 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 60 .get_sdb = &get_sdb,
|
H A D | bin_te.c | 10 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 154 .get_sdb = &get_sdb,
|
H A D | bin_dmp64.c | 11 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 141 .get_sdb = &get_sdb,
|
H A D | bin_java.c | 64 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 207 .get_sdb = &get_sdb,
|
H A D | bin_mz.c | 12 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 241 .get_sdb = &get_sdb,
|
H A D | bin_cgc.c | 100 .get_sdb = &get_sdb,
|
H A D | bin_art.c | 59 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 216 .get_sdb = &get_sdb,
|
H A D | bin_bootimg.c | 77 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 250 .get_sdb = &get_sdb,
|
H A D | bin_nro.c | 75 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 265 .get_sdb = &get_sdb,
|
H A D | bin_elf64.c | 130 .get_sdb = &get_sdb,
|
H A D | bin_elf.c | 131 .get_sdb = &get_sdb,
|
H A D | bin_nso.c | 168 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 292 .get_sdb = &get_sdb,
|
H A D | bin_qnx.c | 213 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 282 .get_sdb = &get_sdb,
|
H A D | bin_mach064.c | 286 .get_sdb = &get_sdb,
|
H A D | bin_vsf.c | 27 static Sdb* get_sdb (RBinFile *bf) { in get_sdb() function 549 .get_sdb = &get_sdb,
|
H A D | bin_mdmp.c | 11 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 473 .get_sdb = &get_sdb,
|
H A D | bin_coff.c | 11 static Sdb* get_sdb(RBinFile *bf) { in get_sdb() function 633 .get_sdb = &get_sdb,
|
H A D | bin_pe.c | 413 .get_sdb = &get_sdb,
|
H A D | bin_pe64.c | 453 .get_sdb = &get_sdb,
|
H A D | bin_mach0.c | 26 static Sdb *get_sdb (RBinFile *bf) { in get_sdb() function 1150 .get_sdb = &get_sdb,
|
H A D | bin_dex.c | 711 static Sdb *get_sdb(RBinFile *bf) { in get_sdb() function 2169 .get_sdb = &get_sdb,
|
H A D | bin_pe.inc | 10 static Sdb* get_sdb (RBinFile *bf) {
|
H A D | bin_elf.inc | 75 static Sdb* get_sdb(RBinFile *bf) {
|
/dports/devel/radare2/radare2-5.1.1/libr/bin/ |
H A D | bobj.c | 412 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 D | r_bin.h | 428 Sdb * (*get_sdb)(RBinFile *obj); member
|