Home
last modified time | relevance | path

Searched refs:r_list_prepend (Results 1 – 11 of 11) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_list.c180 r_list_prepend (list, (void*)&test3); in test_r_list_length()
355 r_list_prepend (list, test[1]); in test_r_list_append_prepend()
356 r_list_prepend (list, test[0]); in test_r_list_append_prepend()
397 r_list_prepend (list, "AA0"); in test_r_list_set_get()
419 r_list_prepend (list, test[i]); in test_r_list_reverse()
446 r_list_prepend (list1, test[i]); in test_r_list_clone()
H A Dtest_graph.c6 r_list_prepend (order, n); in topo_sorting()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_list.h79 R_API RListIter *r_list_prepend(RList *list, void *data);
119 #define r_oflist_prepend(x, y) r_oflist_deserialize (x), r_list_prepend (x, y)
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/
H A Dbt.c21 r_list_prepend (list, frame); in prepend_current_pc()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dlist.c218 R_API RListIter *r_list_prepend(RList *list, void *data) { in r_list_prepend() function
247 return r_list_prepend (list, data); in r_list_insert()
H A Dtable.c1117 r_list_prepend (list, strdup (columnName)); in r_table_query()
1153 r_list_prepend (list, strdup (columnName)); in r_table_query()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dblock.c650 r_list_prepend (ret, dst_block); in r_anal_block_shortest_path()
653 r_list_prepend (ret, prev); in r_anal_block_shortest_path()
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/objc/
H A Dmach0_classes.c367 r_list_prepend (klass->fields, isa_field); in get_ivar_list_t()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcanal.c3513 r_list_prepend (bbs, bb); in anal_path_exists()
3528 r_list_prepend (bbs, bb); in anal_path_exists()
H A Dcmd_debug.c4302 r_list_prepend (core->dbg->call_frames, frame); in cmd_dcu()
H A Dagraph.c656 r_list_prepend (l, n); in add_sorted()