Home
last modified time | relevance | path

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

/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s26 pushl %ebp / proper stack frame needed for exception handling
27 movl %esp,%ebp
44 pushl %ebp / proper stack frame needed for exception handling
45 movl %esp,%ebp
61 pushl %ebp / proper stack frame needed for exception handling
62 movl %esp,%ebp
80 pushl %ebp / proper stack frame needed for exception handling
81 movl %esp,%ebp
98 pushl %ebp / proper stack frame needed for exception handling
99 movl %esp,%ebp
[all …]
/AOO41X/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s28 pushl %ebp # proper stack frame needed for exception handling
30 movl %esp,%ebp
48 pushl %ebp # proper stack frame needed for exception handling
50 movl %esp,%ebp
66 pushl %ebp # proper stack frame needed for exception handling
68 movl %esp,%ebp
87 pushl %ebp # proper stack frame needed for exception handling
89 movl %esp,%ebp
107 pushl %ebp # proper stack frame needed for exception handling
109 movl %esp,%ebp
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
31 movl %esp,%ebp
51 pushl %ebp # proper stack frame needed for exception handling
53 movl %esp,%ebp
71 pushl %ebp # proper stack frame needed for exception handling
73 movl %esp,%ebp
94 pushl %ebp # proper stack frame needed for exception handling
96 movl %esp,%ebp
116 pushl %ebp # proper stack frame needed for exception handling
118 movl %esp,%ebp
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
31 movl %esp,%ebp
51 pushl %ebp # proper stack frame needed for exception handling
53 movl %esp,%ebp
71 pushl %ebp # proper stack frame needed for exception handling
73 movl %esp,%ebp
94 pushl %ebp # proper stack frame needed for exception handling
96 movl %esp,%ebp
116 pushl %ebp # proper stack frame needed for exception handling
118 movl %esp,%ebp
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Dcall.s30 pushl %ebp # proper stack frame needed for exception handling
32 movl %esp,%ebp
51 pushl %ebp # proper stack frame needed for exception handling
53 movl %esp,%ebp
71 pushl %ebp # proper stack frame needed for exception handling
73 movl %esp,%ebp
93 pushl %ebp # proper stack frame needed for exception handling
95 movl %esp,%ebp
114 pushl %ebp # proper stack frame needed for exception handling
116 movl %esp,%ebp
[all …]
/AOO41X/main/sal/osl/unx/asm/
H A Dinterlck_x86.s30 push %ebp
31 mov %esp,%ebp
37 mov 8(%ebp),%ecx
50 mov %ebp,%esp
51 pop %ebp
62 push %ebp
63 mov %esp,%ebp
69 mov 8(%ebp),%ecx
82 mov %ebp,%esp
83 pop %ebp
/AOO41X/main/basic/source/runtime/
H A Dwnt.asm30 push ebp
31 mov ebp, esp
34 mov ecx, [ebp+16]
38 mov esi, [ebp+12]
41 $1: call DWORD PTR [ebp+8]
44 mov edi, [ebp-8]
45 mov esi, [ebp-4]
46 mov esp, ebp
47 pop ebp
H A Dwnt-mingw.s30 push ebp
31 mov ebp, esp
34 mov ecx, [ebp+16]
38 mov esi, [ebp+12]
41 $1: call DWORD PTR [ebp+8]
44 mov edi, [ebp-8]
45 mov esi, [ebp-4]
46 mov esp, ebp
47 pop ebp
/AOO41X/main/tools/source/debug/
H A Dstcktree.cxx190 __asm mov pBP, ebp; in DbgStartStackTree() local
246 __asm mov pBP, ebp; in DbgGetStackTree() local
/AOO41X/main/external/mingwheaders/
H A Dmingw_atl_headers.patch965 + " movl $8(%ebp), %eax\n" // get pThunk
967 + " movl %edx, $8(%ebp)\n" // replace pThunk with pThis
969 + " movl %ebp, %esp\n"
970 + " popl %ebp\n"