Home
last modified time | relevance | path

Searched refs:r_meta_set (Results 1 – 9 of 9) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_anal_meta.c9 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_set()
52 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 8, NULL); in test_meta_set()
137 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_get_at()
175 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_get_in()
216 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_get_all_at()
256 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_get_all_in()
318 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_get_all_intersect()
382 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_del()
428 r_meta_set (anal, R_META_TYPE_DATA, 0x100, 4, NULL); in test_meta_del()
447 r_meta_set (anal, R_META_TYPE_DATA, 0x200, 4, NULL); in test_meta_rebase()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_meta.c543 r_meta_set (core->anal, R_META_TYPE_COMMENT, addr, 1, text); in cmd_meta_comment()
546 r_meta_set (core->anal, R_META_TYPE_COMMENT, addr, 1, p); in cmd_meta_comment()
549 r_meta_set (core->anal, R_META_TYPE_COMMENT, addr, 1, p); in cmd_meta_comment()
874 r_meta_set (core->anal, type, addr, n, name); in cmd_meta_others()
H A Danal_objc.c296 r_meta_set (core->anal, R_META_TYPE_DATA, a, word_size, NULL); in objc_find_refs()
H A Dvmenus.c3725 r_meta_set (core->anal, R_META_TYPE_DATA, off, type, ""); in define_data_ntimes()
4112 r_meta_set (core->anal, R_META_TYPE_STRING, in r_core_visual_define()
4116 r_meta_set (core->anal, R_META_TYPE_STRING, in r_core_visual_define()
4165 r_meta_set (core->anal, R_META_TYPE_STRING, off, in r_core_visual_define()
4168 r_meta_set (core->anal, R_META_TYPE_STRING, off, in r_core_visual_define()
4179 r_meta_set (core->anal, R_META_TYPE_DATA, off, plen, ""); in r_core_visual_define()
4183 r_meta_set (core->anal, R_META_TYPE_CODE, off, plen, ""); in r_core_visual_define()
H A Dcbin.c430 r_meta_set (r->anal, R_META_TYPE_STRING, vaddr, string->size, string->string); in _print_strings()
1418 r_meta_set (r->anal, R_META_TYPE_DATA, hvaddr, entry->bits / 8, NULL); in bin_entry()
1606 r_meta_set (r->anal, R_META_TYPE_DATA, reloc->vaddr, 4, NULL); in set_bin_relocs()
1656 r_meta_set (r->anal, R_META_TYPE_DATA, reloc->vaddr, cdsz, NULL); in add_metadata()
2009 r_meta_set (r->anal, R_META_TYPE_DATA, addr, cdsz, NULL); in bin_imports()
2376 r_meta_set (r->anal, R_META_TYPE_COMMENT, in bin_symbols()
2932 r_meta_set (r->anal, R_META_TYPE_COMMENT, addr, 1, str); in bin_sections()
H A Dcanal.c3947 r_meta_set (core->anal, R_META_TYPE_STRING, xref_to, in found_xref()
4656 r_meta_set (core->anal, 's', xref_to, len, str_flagname); in add_string_ref()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dmeta.c180 R_API bool r_meta_set(RAnal *a, RAnalMetaType type, ut64 addr, ut64 size, const char *str) { in r_meta_set() function
619 r_meta_set (a, R_META_TYPE_DATA, addr, wordsz, NULL); in r_meta_set_data_at()
H A Dfcn.c953 r_meta_set (anal, R_META_TYPE_DATA, op->ptr, 4, ""); in fcn_recurse()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h1850 R_API bool r_meta_set(RAnal *a, RAnalMetaType type, ut64 addr, ut64 size, const char *str);