HomeSort by relevance Sort by last modified time
    Searched refs:x86_oplist_t (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c 5 static void x86_oplist_append( x86_insn_t *insn, x86_oplist_t *op ) {
6 x86_oplist_t *list;
37 x86_oplist_t *op;
42 op = calloc( sizeof(x86_oplist_t), 1 );
49 x86_oplist_t *op, *list;
73 x86_oplist_t *list;
x86_insn.c 20 x86_oplist_t *op_lst;
41 x86_oplist_t *op_lst;
58 x86_oplist_t *op_lst;
72 x86_oplist_t *op_lst;
libdis.h 281 } x86_oplist_t; typedef in typeref:struct:x86_operand_list
516 x86_oplist_t *operands; /* list of explicit/implicit operands */
    [all...]
ia32_implicit.c 395 x86_oplist_t * existing;
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm.i 196 x86_oplist_t * x86_op_list_node_copy( x86_oplist_t * list ) {
197 x86_oplist_t *ptr;
198 ptr = (x86_oplist_t *) calloc( sizeof(x86_oplist_t), 1 );
222 x86_oplist_t *ptr, *list, *last = NULL;
253 x86_oplist_t *list = insn->operands;
libdisasm_oop.i 37 //%rename(X86_OpList) x86_oplist_t;
340 } x86_oplist_t;
343 %extend x86_oplist_t {
350 x86_oplist_t * x86_oplist_node_copy( x86_oplist_t * list ) {
351 x86_oplist_t *ptr;
352 ptr = (x86_oplist_t *) calloc( sizeof(x86_oplist_t), 1 );
489 x86_oplist_t *operands;
632 x86_oplist_t *ptr, *list, *last = NULL
    [all...]

Completed in 58 milliseconds