Searched refs:r_buf_new_with_bytes (Results 1 – 9 of 9) sorted by relevance
/dports/devel/radare2/radare2-5.1.1/test/unit/ |
H A D | test_uleb128.c | 20 RBuffer *b = r_buf_new_with_bytes ((ut8 *)"\xef\xfd\x02", 3); in test_uleb128_small() 34 RBuffer *b = r_buf_new_with_bytes ((ut8 *)"\xd3\xc2\x7c", 3); in test_sleb128_small() 57 RBuffer *b = r_buf_new_with_bytes ((ut8 *)"\xa3\xe0\xd4\xb9\xbf\x86\x02", 7); in test_uleb128_big() 71 RBuffer *b = r_buf_new_with_bytes ((ut8 *)"\xdd\x9f\xab\xc6\xc0\xf9\x7d", 7); in test_sleb128_big()
|
H A D | test_buf.c | 84 RBuffer *sec_buf = r_buf_new_with_bytes ((ut8 *)" second", 7); in test_buf() 92 sec_buf = r_buf_new_with_bytes ((ut8 *)"123456789", 9); in test_buf() 134 b = r_buf_new_with_bytes ((const ut8 *)content, length); in test_r_buf_bytes() 273 b = r_buf_new_with_bytes ((const ut8 *)content, length); in test_r_buf_bytes_steal() 306 RBuffer *buf = r_buf_new_with_bytes ((ut8 *)content, length); in test_r_buf_with_buf() 324 RBuffer *buf = r_buf_new_with_bytes ((ut8 *)content, length); in test_r_buf_slice() 360 RBuffer *b = r_buf_new_with_bytes (ch, 128); in test_r_buf_get_string() 376 RBuffer *b = r_buf_new_with_bytes ((ut8 *)"\x33\x22", 2); in test_r_buf_get_string_nothing() 388 RBuffer *buf = r_buf_new_with_bytes ((ut8 *)"AAAA", 4); in test_r_buf_slice_too_big()
|
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/pe/ |
H A D | pemixed.c | 46 if (!(sub_bin_dos->b = r_buf_new_with_bytes(tmp_buf, pe_hdr_off))) { in PE_() 162 bin->b = r_buf_new_with_bytes (buf, size); in r_bin_pemixed_from_bytes_new()
|
/dports/devel/radare2/radare2-5.1.1/libr/util/ |
H A D | buf.c | 154 R_API RBuffer *r_buf_new_with_bytes(const ut8 *bytes, ut64 len) { in r_buf_new_with_bytes() function 170 return r_buf_new_with_bytes ((const ut8 *)msg, (ut64)strlen (msg)); in r_buf_new_with_string() 176 return r_buf_new_with_bytes (tmp, sz); in r_buf_new_with_buf()
|
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/ |
H A D | r_buf.h | 62 R_API RBuffer *r_buf_new_with_bytes(const ut8* bytes, ut64 len);
|
/dports/devel/radare2/radare2-5.1.1/libr/egg/ |
H A D | egg.c | 521 ep->b = r_buf_new_with_bytes (buf, len); in r_egg_patch()
|
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/mdmp/ |
H A D | mdmp.c | 998 buf = r_buf_new_with_bytes (b, r); in r_bin_mdmp_init_pe_bins()
|
/dports/devel/radare2/radare2-5.1.1/libr/bin/ |
H A D | bfile.c | 769 bf->buf = r_buf_new_with_bytes (bytes, sz); in r_bin_file_set_bytes()
|
/dports/devel/radare2/radare2-5.1.1/libr/core/ |
H A D | cmd.c | 3847 RBuffer *b = r_buf_new_with_bytes ((const ut8*)f, (ut64)sz); in r_core_cmd_subst_i() 3923 RBuffer *b = r_buf_new_with_bytes (buf, len); in r_core_cmd_subst_i() 3948 RBuffer *b = r_buf_new_with_bytes (buf, len); in r_core_cmd_subst_i() 4009 RBuffer *b = r_buf_new_with_bytes (buf, len); in r_core_cmd_subst_i() 5920 RBuffer *b = r_buf_new_with_bytes (buf, sz); in handle_tmp_desc()
|