Home
last modified time | relevance | path

Searched defs:ud (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/opcache/jit/libudis86/
H A Dtypes.h171 struct ud struct
176 int (*inp_hook) (struct ud*); argument
189 void (*translator)(struct ud*); argument
204 const char* (*sym_resolver)(struct ud*, uint64_t addr, int64_t *offset); argument
209 enum ud_mnemonic_code mnemonic; argument
210 struct ud_operand operand[4]; argument
234 struct ud_itab_entry * itab_entry; argument
235 struct ud_lookup_table_list_entry *le; argument
245 typedef struct ud ud_t; argument
H A Dudis86.c131 ud_set_syntax(struct ud* u, void (*t)(struct ud*)) in ud_set_syntax()
307 ud_set_sym_resolver(struct ud *u, const char* (*resolver)(struct ud*, in ud_set_sym_resolver()
369 ud_set_input_hook(register struct ud* u, int (*hook)(struct ud*)) in ud_set_input_hook()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c51 static struct ud ud; variable
217 static const char* zend_jit_disasm_resolver(struct ud *ud, in zend_jit_disasm_resolver()
/PHP-8.0/ext/enchant/
H A Denchant.c127 void * ud) /* {{{ */ in describe_dict_fn()
140 const char * const provider_file, void * ud) /* {{{ */ in php_enchant_list_dicts_fn()
236 void * ud) /* {{{ */ in __enumerate_providers_fn()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c437 void*ud; member

Completed in 32 milliseconds