ud_operand 314 third_party/mach_override/libudis86/decode.c decode_a(struct ud* u, struct ud_operand *op) ud_operand 359 third_party/mach_override/libudis86/decode.c struct ud_operand *opr, ud_operand 400 third_party/mach_override/libudis86/decode.c decode_imm(struct ud* u, unsigned int size, struct ud_operand *op) ud_operand 421 third_party/mach_override/libudis86/decode.c decode_mem_disp(struct ud* u, unsigned int size, struct ud_operand *op) ud_operand 454 third_party/mach_override/libudis86/decode.c struct ud_operand *operand, ud_operand 471 third_party/mach_override/libudis86/decode.c struct ud_operand *op, ud_operand 603 third_party/mach_override/libudis86/decode.c decode_moffset(struct ud *u, unsigned int size, struct ud_operand *opr) ud_operand 617 third_party/mach_override/libudis86/decode.c struct ud_operand *operand, ud_operand 813 third_party/mach_override/libudis86/decode.c memset( &u->operand[ 0 ], 0, sizeof( struct ud_operand ) ); ud_operand 814 third_party/mach_override/libudis86/decode.c memset( &u->operand[ 1 ], 0, sizeof( struct ud_operand ) ); ud_operand 815 third_party/mach_override/libudis86/decode.c memset( &u->operand[ 2 ], 0, sizeof( struct ud_operand ) ); ud_operand 77 third_party/mach_override/libudis86/extern.h extern const struct ud_operand* ud_insn_opr(const struct ud *u, unsigned int n); ud_operand 79 third_party/mach_override/libudis86/extern.h extern int ud_opr_is_sreg(const struct ud_operand *opr); ud_operand 81 third_party/mach_override/libudis86/extern.h extern int ud_opr_isgpr(const struct ud_operand *opr); ud_operand 89 third_party/mach_override/libudis86/extern.h extern uint64_t ud_insn_sext_imm(const struct ud*, const struct ud_operand*); ud_operand 38 third_party/mach_override/libudis86/syn-att.c opr_cast(struct ud* u, struct ud_operand* op) ud_operand 52 third_party/mach_override/libudis86/syn-att.c gen_operand(struct ud* u, struct ud_operand* op) ud_operand 38 third_party/mach_override/libudis86/syn-intel.c opr_cast(struct ud* u, struct ud_operand* op) ud_operand 57 third_party/mach_override/libudis86/syn-intel.c static void gen_operand(struct ud* u, struct ud_operand* op, int syn_cast) ud_operand 87 third_party/mach_override/libudis86/syn.c ud_syn_rel_target(struct ud *u, struct ud_operand *opr) ud_operand 146 third_party/mach_override/libudis86/syn.c ud_syn_print_imm(struct ud* u, const struct ud_operand *op) ud_operand 173 third_party/mach_override/libudis86/syn.c ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign) ud_operand 36 third_party/mach_override/libudis86/syn.h uint64_t ud_syn_rel_target(struct ud*, struct ud_operand*); ud_operand 46 third_party/mach_override/libudis86/syn.h void ud_syn_print_imm(struct ud* u, const struct ud_operand *op); ud_operand 47 third_party/mach_override/libudis86/syn.h void ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *, int sign); ud_operand 206 third_party/mach_override/libudis86/types.h struct ud_operand operand[3]; ud_operand 239 third_party/mach_override/libudis86/types.h typedef struct ud_operand ud_operand_t; ud_operand 202 third_party/mach_override/libudis86/udis86.c const struct ud_operand* ud_operand 219 third_party/mach_override/libudis86/udis86.c ud_opr_is_sreg(const struct ud_operand *opr) ud_operand 234 third_party/mach_override/libudis86/udis86.c ud_opr_is_gpr(const struct ud_operand *opr)