Home
last modified time | relevance | path

Searched refs:X86_InsnListNode (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i711 typedef struct X86_InsnListNode { struct
713 struct X86_InsnListNode *next, *prev; argument
714 } X86_InsnListNode; typedef
718 X86_InsnListNode *head, *tail, *curr;
731 X86_InsnListNode *node, *next; in ~X86_InsnList()
744 X86_InsnListNode * first() { return self->head; } in first()
746 X86_InsnListNode * last() { return self->tail; } in last()
748 X86_InsnListNode * next() { in next()
758 X86_InsnListNode * prev() { in prev()
770 X86_InsnListNode *node = (X86_InsnListNode *) in append()
[all …]