webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
udis86_syn.h File Reference
#include "udis86_types.h"
#include <stdarg.h>

Go to the source code of this file.

Functions

uint64_t ud_syn_rel_target (struct ud *, struct ud_operand *)
 
int ud_asmprintf (struct ud *u, const char *fmt,...)
 
void ud_syn_print_addr (struct ud *u, uint64_t addr)
 
void ud_syn_print_imm (struct ud *u, const struct ud_operand *op)
 
void ud_syn_print_mem_disp (struct ud *u, const struct ud_operand *, int sign)
 

Variables

const char * ud_reg_tab []
 

Function Documentation

◆ ud_asmprintf()

int ud_asmprintf ( struct ud u,
const char *  fmt,
  ... 
)

◆ ud_syn_print_addr()

void ud_syn_print_addr ( struct ud u,
uint64_t  addr 
)

◆ ud_syn_print_imm()

void ud_syn_print_imm ( struct ud u,
const struct ud_operand op 
)

◆ ud_syn_print_mem_disp()

void ud_syn_print_mem_disp ( struct ud u,
const struct ud_operand ,
int  sign 
)

◆ ud_syn_rel_target()

uint64_t ud_syn_rel_target ( struct ud ,
struct ud_operand  
)

Variable Documentation

◆ ud_reg_tab

const char* ud_reg_tab[]