16 #define GHT_MAX UT64_MAX
17 #define read_le(x) rz_read_le##64(x)
21 #define GHT_MAX UT32_MAX
22 #define read_le(x) rz_read_le##32(x)
static static fork const void static count static fd const char const char static newpath char char argv
RZ_IPI RzCmdStatus GH() rz_cmd_arena_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus GH() rz_cmd_heap_chunk_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus GH() rz_cmd_heap_info_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus GH() rz_cmd_heap_arena_bins_print_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus GH() rz_cmd_main_arena_print_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus GH() rz_cmd_heap_tcache_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus GH() rz_cmd_heap_chunks_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
enum rz_cmd_status_t RzCmdStatus
RzOutputMode
Enum to describe the way data are printed.
Represent the output state of a command handler.