Rizin
unix-like reverse engineering framework and cli tools
|
#include "opcode.h"
Go to the source code of this file.
Functions | |
const char * | format_extended_arg (ut32 oparg) |
const char * | format_CALL_FUNCTION_pos_name_encoded (ut32 oparg) |
const char * | format_MAKE_FUNCTION_arg_3x (ut32 oparg) |
const char * | format_CALL_FUNCTION_KW_36 (ut32 oparg) |
const char * | format_CALL_FUNCTION_EX_36 (ut32 oparg) |
const char * | format_MAKE_FUNCTION_arg_36 (ut32 oparg) |
const char * | format_value_flags_36 (ut32 oparg) |
const char * | format_extended_arg_36 (ut32 oparg) |
Variables | |
static const char * | MAKE_FUNCTION_FLAGS [] = { "default", "keyword-only", "annotation", "closure" } |
Definition at line 27 of file opcode_arg_fmt.c.
References rz_str_new().
Referenced by opcode_36(), opcode_37(), opcode_38(), and opcode_39().
Definition at line 23 of file opcode_arg_fmt.c.
References rz_str_newf().
Referenced by opcode_36(), opcode_37(), opcode_38(), and opcode_39().
Definition at line 10 of file opcode_arg_fmt.c.
References rz_str_newf().
Referenced by opcode_27().
Definition at line 6 of file opcode_arg_fmt.c.
References rz_str_newf().
Referenced by opcode_10(), opcode_11(), opcode_12(), opcode_13(), opcode_14(), opcode_15(), opcode_16(), opcode_20(), opcode_21(), opcode_22(), opcode_23(), opcode_24(), opcode_25(), opcode_26(), opcode_27(), opcode_30(), opcode_31(), opcode_32(), opcode_33(), opcode_34(), opcode_35(), and opcode_3x().
Definition at line 69 of file opcode_arg_fmt.c.
References rz_str_newf().
Referenced by opcode_36(), opcode_37(), opcode_38(), and opcode_39().
Definition at line 33 of file opcode_arg_fmt.c.
References free(), i, MAKE_FUNCTION_FLAGS, rz_str_appendf(), and rz_str_new().
Referenced by opcode_36(), opcode_37(), opcode_38(), and opcode_39().
Definition at line 16 of file opcode_arg_fmt.c.
References rz_str_newf().
Referenced by opcode_30(), opcode_31(), opcode_32(), opcode_33(), opcode_34(), and opcode_35().
Definition at line 48 of file opcode_arg_fmt.c.
References rz_str_new().
Referenced by opcode_36(), opcode_37(), opcode_38(), and opcode_39().
|
static |
Definition at line 31 of file opcode_arg_fmt.c.
Referenced by format_MAKE_FUNCTION_arg_36().