Home | History | Annotate | Download | only in x86

Lines Matching refs:EAX

54 8d 44 24 20		lea    0x20(%esp),%eax
55 50 push %eax
56 b8 a1 01 00 00 mov $0x1a1,%eax
57 50 push %eax
61 8d 44 24 20 lea 0x20(%esp),%eax
62 50 push %eax
63 f7 40 54 00 02 00 testl $0x20000,0x54(%eax)
65 8e 68 14 mov 0x14(%eax),%gs
66 b8 a1 01 00 00 mov $0x1a1,%eax
67 50 push %eax
124 c->dwarf.loc[EAX] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EAX_OFF, 0);