Home
last modified time | relevance | path

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

/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx63 unsigned long * mfunc; // actual function to be invoked in callVirtualMethod() local
175 mfunc = *((unsigned long **)pAdjustedThisPtr); // get the address of the vtable in callVirtualMethod()
176 mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset in callVirtualMethod()
177 mfunc = *((unsigned long **)mfunc); // the function is stored at the address in callVirtualMethod()
178 ptr = (void (*)())mfunc; in callVirtualMethod()
181 fprintf(stderr,"calling function %p\n",mfunc); in callVirtualMethod()
/aoo42x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx80 unsigned long * mfunc; // actual function to be invoked in callVirtualMethod() local
85 mfunc = *((unsigned long **)pAdjustedThisPtr); // get the address of the vtable in callVirtualMethod()
86mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset in callVirtualMethod()
87 mfunc = *((unsigned long **)mfunc); // the function is stored at the address in callVirtualMethod()
88 ptr = (void (*)())mfunc; in callVirtualMethod()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx66 unsigned long * mfunc; // actual function to be invoked local
240 mfunc = *((unsigned long **)pAdjustedThisPtr); // get the address of the vtable
241mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset
242 mfunc = *((unsigned long **)mfunc); // the function is stored at the address
243 ptr = (void (*)())mfunc;
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx66 unsigned long * mfunc; // actual function to be invoked local
240 mfunc = *((unsigned long **)pAdjustedThisPtr); // get the address of the vtable
241mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset
242 mfunc = *((unsigned long **)mfunc); // the function is stored at the address
243 ptr = (void (*)())mfunc;

Completed in 33 milliseconds