/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | cpp2uno.cxx | 264 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument 281 pThis = static_cast<char *>( pThis ) - nVtableOffset; in cpp_vtable_call() 414 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 417 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIn… in codeSnippet() 468 sal_Int32 functionCount, sal_Int32 nVtableOffset ) in addLocalFunctions() argument 486 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions() 493 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, false ); in addLocalFunctions() 502 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions()
|
H A D | call.s | 34 movq %r10, -152(%rbp) # Save (nVtableOffset << 32) + nFunctionIndex 56 movl -148(%rbp), %esi # 2nd param: sal_int32 nVtableOffset
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | cpp2uno.cxx | 263 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument 280 pThis = static_cast<char *>( pThis ) - nVtableOffset; in cpp_vtable_call() 413 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 416 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIn… in codeSnippet() 467 sal_Int32 functionCount, sal_Int32 nVtableOffset ) in addLocalFunctions() argument 485 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions() 492 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, false ); in addLocalFunctions() 501 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions()
|
H A D | call.s | 34 movq %r10, -152(%rbp) # Save (nVtableOffset << 32) + nFunctionIndex 56 movl -148(%rbp), %esi # 2nd param: sal_int32 nVtableOffset
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | cpp2uno.cxx | 260 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument 277 pThis = static_cast<char *>( pThis ) - nVtableOffset; in cpp_vtable_call() 458 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 461 …sal_uInt64 nOffsetAndIndex = ( static_cast<sal_uInt64>( nVtableOffset ) << 32 ) | static_cast<sal_… in codeSnippet() 512 sal_Int32 functionCount, sal_Int32 nVtableOffset ) in addLocalFunctions() argument 531 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions() 538 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, false ); in addLocalFunctions() 547 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions()
|
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | call.s | 35 pushl %edx # 32bit nVtableOffset 54 pushl %edx # 32bit nVtableOffset 73 pushl %edx # 32bit nVtableOffset 94 pushl %edx # 32bit nVtableOffset 114 pushl %edx # 32bit nVtableOffset 134 pushl %edx # 32bit nVtableOffset
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | call.s | 37 pushl %edx # 32bit nVtableOffset 58 pushl %edx # 32bit nVtableOffset 79 pushl %edx # 32bit nVtableOffset 102 pushl %edx # 32bit nVtableOffset 124 pushl %edx # 32bit nVtableOffset 146 pushl %edx # 32bit nVtableOffset
|
H A D | cpp2uno.cxx | 229 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument 245 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_vtable_call()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | call.s | 37 pushl %edx # 32bit nVtableOffset 58 pushl %edx # 32bit nVtableOffset 79 pushl %edx # 32bit nVtableOffset 102 pushl %edx # 32bit nVtableOffset 124 pushl %edx # 32bit nVtableOffset 146 pushl %edx # 32bit nVtableOffset
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | call.s | 31 pushl %edx / 32bit nVtableOffset 49 pushl %edx / 32bit nVtableOffset 66 pushl %edx / 32bit nVtableOffset 85 pushl %edx / 32bit nVtableOffset 103 pushl %edx / 32bit nVtableOffset 121 pushl %edx / 32bit nVtableOffset
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | cpp2uno.cxx | 339 sal_Int32 nVtableOffset = (nOffsetAndIndex >> 32); in cpp_mediate() local 370 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 600 …gned char * codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 605 fprintf(stderr,"in codeSnippet vtableOffset is %x\n", nVtableOffset); in codeSnippet() 608 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIn… in codeSnippet() 618 nFunctionIndex, nVtableOffset, !simpleRetType, raw[2]); in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | cpp2uno.cxx | 339 sal_Int32 nVtableOffset = (nOffsetAndIndex >> 32); in cpp_mediate() local 370 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 600 …gned char * codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 605 fprintf(stderr,"in codeSnippet vtableOffset is %x\n", nVtableOffset); in codeSnippet() 608 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIn… in codeSnippet() 618 nFunctionIndex, nVtableOffset, !simpleRetType, raw[2]); in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | cpp2uno.cxx | 232 sal_Int32 nVtableOffset, in cpp_mediate() argument 249 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 369 int nFunctionIndex, int nVtableOffset, void** pCallStack ) 372 void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument 376 nFunctionIndex, nVtableOffset, pCallStack, (sal_Int64*)nRegReturn ); in cpp_vtable_call()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | cpp2uno.cxx | 230 sal_Int32 nVtableOffset, in cpp_mediate() argument 247 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 367 int nFunctionIndex, int nVtableOffset, void** pCallStack ) 370 void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument 374 nFunctionIndex, nVtableOffset, pCallStack, (sal_Int64*)nRegReturn ); in cpp_vtable_call()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | cpp2uno.cxx | 343 sal_Int32 nVtableOffset = (nOffsetAndIndex >> 32); in cpp_mediate() local 347 fprintf(stderr, "nVTableOffset, nFunctionIndex are %x %x\n", nVtableOffset, nFunctionIndex); in cpp_mediate() 381 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 569 unsigned char *codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset… in codeSnippet() argument 580 *(unsigned int*)&p[20] = nVtableOffset; in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | cpp2uno.cxx | 328 sal_Int32 nVtableOffset = (nOffsetAndIndex >> 32); in cpp_mediate() local 332 fprintf(stderr, "nVTableOffset, nFunctionIndex are %x %x\n", nVtableOffset, nFunctionIndex); in cpp_mediate() 366 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 550 unsigned char *codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset… in codeSnippet() argument 552 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_Int64) nFunctionInd… in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | cpp2uno.cxx | 320 sal_Int32 nVtableOffset = (nOffsetAndIndex >> 32); in cpp_mediate() local 350 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 571 …igned char * code, sal_PtrDiff writetoexecdiff, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 577 fprintf(stderr,"in codeSnippet vtableOffset is %x\n", nVtableOffset); in codeSnippet() 580 …sal_uInt64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIn… in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | cpp2uno.cxx | 232 sal_Int32 nVtableOffset, in cpp_mediate() argument 249 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 372 int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument 376 nFunctionIndex, nVtableOffset, pCallStack, &nRegReturn ); in cpp_vtable_call()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | cpp2uno.cxx | 363 sal_Int32 nVtableOffset, argument 384 pThis = static_cast< char * >(pThis) - nVtableOffset; 503 static void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** gpregptr, void** fpregpt… argument 520 cpp_mediate( nFunctionIndex, nVtableOffset, (void**)gpreg,
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | cpp2uno.cxx | 363 sal_Int32 nVtableOffset, argument 384 pThis = static_cast< char * >(pThis) - nVtableOffset; 503 static void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** gpregptr, void** fpregpt… argument 520 cpp_mediate( nFunctionIndex, nVtableOffset, (void**)gpreg,
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | cpp2uno.cxx | 326 sal_Int16 nVtableOffset = (nOffsetAndIndex >> 16); in cpp_mediate() local 345 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate() 546 unsigned char* codeSnippet( unsigned char * code, sal_Int16 nFunctionIndex, sal_Int16 nVtableOffset… in codeSnippet() argument 548 sal_uInt32 nOffsetAndIndex = ( ( nVtableOffset ) << 16 ) | ( nFunctionIndex ); in codeSnippet()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | cpp2uno.cxx | 270 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument 277 fprintf(stderr, "%x %x\n", nFunctionIndex, nVtableOffset); in cpp_mediate() 285 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | cpp2uno.cxx | 379 sal_Int32 nVtableOffset, in cpp_mediate() argument 405 …"cpp_mediate12,pThis=%p, nFunctionIndex=%d,nVtableOffset=%d\n",pThis,nFunctionIndex,nVtableOffset); in cpp_mediate() 408 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | cpp2uno.cxx | 375 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument 384 fprintf(stderr, "%x %x\n", nFunctionIndex, nVtableOffset); in cpp_mediate() 417 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | cpp2uno.cxx | 256 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument 275 pThis = static_cast< char * >(pThis) - nVtableOffset; in cpp_mediate()
|