Home
last modified time | relevance | path

Searched refs:r_list_get_bottom (Results 1 – 5 of 5) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_list.h102 R_API void *r_list_get_bottom(const RList *list);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dlist.c345 R_API void *r_list_get_bottom(const RList *list) { in r_list_get_bottom() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcasm.c776 hit = r_list_get_bottom (hits); in r_core_asm_bwdis_len()
H A Dcmd_debug.c4309 RDebugFrame *head = r_list_get_bottom (core->dbg->call_frames); in cmd_dcu()
H A Dcbin.c1299 srcline = r_list_get_bottom (list); in bin_source()