Home
last modified time | relevance | path

Searched refs:r_flag_get_by_spaces (Results 1 – 7 of 7) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_flags.c45 fi = r_flag_get_by_spaces (flags, 1024, "sp2", "sp4", NULL); in test_r_flag_by_spaces()
49 fi = r_flag_get_by_spaces (flags, 1024, NULL); in test_r_flag_by_spaces()
53 fi = r_flag_get_by_spaces (flags, 1024, "sp5", "sp8", "sp1", "sp3", "sp10", NULL); in test_r_flag_by_spaces()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Danal_tp.c374 RFlagItem *f = r_flag_get_by_spaces (core->flags, op->ptr, R_FLAGS_FS_STRINGS, NULL); in type_match()
571 RFlagItem *flag = r_flag_get_by_spaces (core->flags, aop.ptr, R_FLAGS_FS_IMPORTS, NULL); in r_core_anal_type_match()
730 RFlagItem *f = r_flag_get_by_spaces (core->flags, ptr, R_FLAGS_FS_STRINGS, NULL); in r_core_anal_type_match()
H A Ddisasm.c1371 f = r_flag_get_by_spaces (core->flags, fun->addr, R_FLAGS_FS_SYMBOLS, NULL); in ds_show_xrefs()
1392 f_sym = r_flag_get_by_spaces (core->flags, f->offset, in ds_show_xrefs()
3367 RFlagItem *flag = r_flag_get_by_spaces (ds->core->flags, ds->analop.jump, in ds_print_fcn_name()
3375 || (flag_sym = r_flag_get_by_spaces (ds->core->flags, ds->analop.jump, in ds_print_fcn_name()
3408 && (flag_sym = r_flag_get_by_spaces (ds->core->flags, ds->analop.jump, in ds_print_fcn_name()
4167 f = r_flag_get_by_spaces (core->flags, ds->analop.jump, R_FLAGS_FS_SYMBOLS, NULL); in ds_print_demangled()
5006 RFlagItem *flag_sym = r_flag_get_by_spaces (f, addr, R_FLAGS_FS_SYMBOLS, NULL); in set_jump_realname()
5016 RFlagItem *flag_mthd = r_flag_get_by_spaces (f, addr, R_FLAGS_FS_CLASSES, NULL); in set_jump_realname()
H A Dcore.c2713 return r_flag_get_by_spaces (f, off, in r_core_flag_get_by_spaces()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_flag.h110 R_API RFlagItem *r_flag_get_by_spaces(RFlag *f, ut64 off, ...);
/dports/devel/radare2/radare2-5.1.1/libr/flag/
H A Dflag.c518 R_API RFlagItem *r_flag_get_by_spaces(RFlag *f, ut64 off, ...) { in r_flag_get_by_spaces() function
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c952 RFlagItem *flag = r_flag_get_by_spaces (core->flags, offset, R_FLAGS_FS_IMPORTS, NULL); in r_anal_extract_rarg()