egl/eglswitch/src/egl_stubs.h
author Faisal Memon <faisal.memon@nokia.com>
Fri, 02 Jul 2010 12:05:03 +0100
branchEGL_MERGE
changeset 106 029da2061de7
parent 0 5d03bc08d59c
permissions -rw-r--r--
Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
106
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     1
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     2
// All rights reserved.
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     3
// This component and the accompanying materials are made available
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     4
// under the terms of the License "Eclipse Public License v1.0"
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     5
// which accompanies this distribution, and is available
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     7
//
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     8
// Initial Contributors:
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
     9
// Nokia Corporation - initial contribution.
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    10
//
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    11
// Contributors:
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    12
//
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    13
// Description:
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    14
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    15
// Generated from "/epoc32/include/def/win32/libegl14u.def" file size: 18501
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    16
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    17
extern "C" {
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    18
void common_dispatch();
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    19
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    20
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    21
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    22
void call_vector_1 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    23
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    24
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    25
	_asm mov eax, 1
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    26
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    27
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    28
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    29
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    30
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    31
void call_vector_2 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    32
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    33
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    34
	_asm mov eax, 2
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    35
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    36
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    37
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    38
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    39
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    40
void call_vector_3 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    41
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    42
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    43
	_asm mov eax, 3
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    44
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    45
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    46
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    47
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    48
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    49
void call_vector_4 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    50
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    51
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    52
	_asm mov eax, 4
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    53
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    54
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    55
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    56
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    57
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    58
void call_vector_5 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    59
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    60
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    61
	_asm mov eax, 5
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    62
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    63
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    64
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    65
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    66
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    67
void call_vector_6 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    68
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    69
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    70
	_asm mov eax, 6
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    71
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    72
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    73
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    74
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    75
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    76
void call_vector_7 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    77
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    78
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    79
	_asm mov eax, 7
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    80
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    81
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    82
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    83
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    84
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    85
void call_vector_8 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    86
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    87
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    88
	_asm mov eax, 8
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    89
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    90
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    91
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    92
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    93
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    94
void call_vector_9 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    95
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    96
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    97
	_asm mov eax, 9
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    98
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
    99
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   100
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   101
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   102
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   103
void call_vector_10 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   104
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   105
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   106
	_asm mov eax, 10
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   107
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   108
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   109
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   110
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   111
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   112
void call_vector_11 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   113
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   114
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   115
	_asm mov eax, 11
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   116
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   117
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   118
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   119
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   120
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   121
void call_vector_12 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   122
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   123
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   124
	_asm mov eax, 12
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   125
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   126
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   127
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   128
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   129
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   130
void call_vector_13 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   131
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   132
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   133
	_asm mov eax, 13
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   134
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   135
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   136
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   137
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   138
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   139
void call_vector_14 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   140
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   141
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   142
	_asm mov eax, 14
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   143
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   144
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   145
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   146
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   147
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   148
void call_vector_15 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   149
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   150
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   151
	_asm mov eax, 15
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   152
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   153
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   154
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   155
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   156
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   157
void call_vector_16 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   158
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   159
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   160
	_asm mov eax, 16
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   161
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   162
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   163
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   164
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   165
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   166
void call_vector_17 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   167
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   168
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   169
	_asm mov eax, 17
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   170
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   171
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   172
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   173
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   174
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   175
void call_vector_18 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   176
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   177
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   178
	_asm mov eax, 18
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   179
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   180
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   181
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   182
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   183
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   184
void call_vector_19 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   185
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   186
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   187
	_asm mov eax, 19
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   188
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   189
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   190
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   191
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   192
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   193
void call_vector_20 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   194
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   195
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   196
	_asm mov eax, 20
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   197
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   198
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   199
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   200
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   201
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   202
void call_vector_21 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   203
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   204
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   205
	_asm mov eax, 21
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   206
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   207
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   208
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   209
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   210
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   211
void call_vector_22 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   212
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   213
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   214
	_asm mov eax, 22
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   215
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   216
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   217
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   218
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   219
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   220
void call_vector_23 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   221
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   222
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   223
	_asm mov eax, 23
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   224
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   225
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   226
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   227
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   228
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   229
void call_vector_24 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   230
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   231
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   232
	_asm mov eax, 24
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   233
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   234
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   235
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   236
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   237
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   238
void call_vector_25 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   239
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   240
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   241
	_asm mov eax, 25
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   242
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   243
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   244
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   245
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   246
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   247
void call_vector_26 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   248
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   249
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   250
	_asm mov eax, 26
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   251
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   252
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   253
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   254
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   255
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   256
void call_vector_27 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   257
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   258
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   259
	_asm mov eax, 27
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   260
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   261
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   262
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   263
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   264
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   265
void call_vector_28 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   266
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   267
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   268
	_asm mov eax, 28
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   269
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   270
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   271
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   272
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   273
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   274
void call_vector_29 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   275
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   276
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   277
	_asm mov eax, 29
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   278
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   279
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   280
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   281
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   282
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   283
void call_vector_30 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   284
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   285
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   286
	_asm mov eax, 30
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   287
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   288
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   289
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   290
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   291
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   292
void call_vector_31 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   293
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   294
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   295
	_asm mov eax, 31
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   296
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   297
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   298
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   299
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   300
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   301
void call_vector_32 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   302
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   303
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   304
	_asm mov eax, 32
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   305
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   306
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   307
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   308
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   309
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   310
void call_vector_33 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   311
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   312
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   313
	_asm mov eax, 33
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   314
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   315
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   316
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   317
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   318
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   319
void call_vector_34 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   320
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   321
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   322
	_asm mov eax, 34
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   323
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   324
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   325
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   326
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   327
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   328
void call_vector_35 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   329
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   330
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   331
	_asm mov eax, 35
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   332
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   333
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   334
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   335
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   336
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   337
void call_vector_36 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   338
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   339
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   340
	_asm mov eax, 36
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   341
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   342
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   343
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   344
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   345
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   346
void call_vector_37 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   347
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   348
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   349
	_asm mov eax, 37
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   350
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   351
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   352
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   353
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   354
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   355
void call_vector_38 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   356
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   357
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   358
	_asm mov eax, 38
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   359
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   360
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   361
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   362
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   363
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   364
void call_vector_39 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   365
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   366
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   367
	_asm mov eax, 39
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   368
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   369
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   370
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   371
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   372
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   373
void call_vector_40 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   374
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   375
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   376
	_asm mov eax, 40
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   377
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   378
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   379
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   380
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   381
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   382
void call_vector_41 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   383
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   384
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   385
	_asm mov eax, 41
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   386
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   387
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   388
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   389
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   390
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   391
void call_vector_42 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   392
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   393
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   394
	_asm mov eax, 42
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   395
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   396
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   397
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   398
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   399
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   400
void call_vector_43 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   401
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   402
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   403
	_asm mov eax, 43
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   404
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   405
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   406
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   407
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   408
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   409
void call_vector_44 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   410
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   411
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   412
	_asm mov eax, 44
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   413
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   414
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   415
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   416
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   417
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   418
void call_vector_45 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   419
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   420
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   421
	_asm mov eax, 45
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   422
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   423
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   424
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   425
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   426
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   427
void call_vector_46 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   428
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   429
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   430
	_asm mov eax, 46
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   431
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   432
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   433
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   434
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   435
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   436
void call_vector_47 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   437
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   438
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   439
	_asm mov eax, 47
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   440
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   441
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   442
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   443
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   444
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   445
void call_vector_48 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   446
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   447
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   448
	_asm mov eax, 48
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   449
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   450
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   451
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   452
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   453
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   454
void call_vector_49 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   455
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   456
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   457
	_asm mov eax, 49
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   458
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   459
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   460
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   461
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   462
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   463
void call_vector_50 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   464
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   465
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   466
	_asm mov eax, 50
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   467
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   468
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   469
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   470
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   471
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   472
void call_vector_51 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   473
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   474
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   475
	_asm mov eax, 51
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   476
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   477
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   478
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   479
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   480
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   481
void call_vector_52 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   482
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   483
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   484
	_asm mov eax, 52
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   485
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   486
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   487
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   488
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   489
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   490
void call_vector_53 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   491
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   492
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   493
	_asm mov eax, 53
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   494
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   495
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   496
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   497
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   498
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   499
void call_vector_54 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   500
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   501
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   502
	_asm mov eax, 54
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   503
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   504
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   505
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   506
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   507
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   508
void call_vector_55 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   509
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   510
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   511
	_asm mov eax, 55
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   512
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   513
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   514
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   515
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   516
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   517
void call_vector_56 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   518
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   519
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   520
	_asm mov eax, 56
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   521
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   522
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   523
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   524
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   525
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   526
void call_vector_57 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   527
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   528
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   529
	_asm mov eax, 57
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   530
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   531
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   532
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   533
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   534
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   535
void call_vector_58 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   536
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   537
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   538
	_asm mov eax, 58
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   539
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   540
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   541
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   542
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   543
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   544
void call_vector_59 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   545
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   546
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   547
	_asm mov eax, 59
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   548
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   549
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   550
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   551
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   552
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   553
void call_vector_60 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   554
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   555
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   556
	_asm mov eax, 60
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   557
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   558
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   559
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   560
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   561
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   562
void call_vector_61 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   563
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   564
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   565
	_asm mov eax, 61
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   566
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   567
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   568
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   569
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   570
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   571
void call_vector_62 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   572
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   573
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   574
	_asm mov eax, 62
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   575
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   576
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   577
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   578
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   579
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   580
void call_vector_63 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   581
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   582
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   583
	_asm mov eax, 63
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   584
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   585
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   586
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   587
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   588
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   589
void call_vector_64 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   590
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   591
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   592
	_asm mov eax, 64
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   593
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   594
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   595
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   596
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   597
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   598
void call_vector_65 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   599
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   600
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   601
	_asm mov eax, 65
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   602
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   603
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   604
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   605
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   606
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   607
void call_vector_66 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   608
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   609
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   610
	_asm mov eax, 66
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   611
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   612
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   613
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   614
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   615
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   616
void call_vector_67 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   617
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   618
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   619
	_asm mov eax, 67
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   620
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   621
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   622
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   623
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   624
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   625
void call_vector_68 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   626
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   627
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   628
	_asm mov eax, 68
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   629
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   630
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   631
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   632
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   633
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   634
void call_vector_69 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   635
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   636
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   637
	_asm mov eax, 69
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   638
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   639
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   640
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   641
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   642
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   643
void call_vector_70 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   644
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   645
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   646
	_asm mov eax, 70
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   647
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   648
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   649
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   650
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   651
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   652
void call_vector_71 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   653
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   654
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   655
	_asm mov eax, 71
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   656
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   657
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   658
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   659
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   660
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   661
void call_vector_72 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   662
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   663
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   664
	_asm mov eax, 72
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   665
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   666
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   667
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   668
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   669
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   670
void call_vector_73 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   671
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   672
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   673
	_asm mov eax, 73
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   674
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   675
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   676
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   677
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   678
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   679
void call_vector_74 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   680
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   681
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   682
	_asm mov eax, 74
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   683
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   684
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   685
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   686
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   687
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   688
void call_vector_75 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   689
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   690
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   691
	_asm mov eax, 75
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   692
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   693
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   694
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   695
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   696
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   697
void call_vector_76 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   698
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   699
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   700
	_asm mov eax, 76
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   701
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   702
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   703
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   704
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   705
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   706
void call_vector_77 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   707
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   708
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   709
	_asm mov eax, 77
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   710
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   711
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   712
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   713
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   714
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   715
void call_vector_78 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   716
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   717
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   718
	_asm mov eax, 78
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   719
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   720
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   721
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   722
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   723
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   724
void call_vector_79 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   725
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   726
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   727
	_asm mov eax, 79
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   728
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   729
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   730
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   731
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   732
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   733
void call_vector_80 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   734
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   735
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   736
	_asm mov eax, 80
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   737
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   738
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   739
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   740
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   741
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   742
void call_vector_81 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   743
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   744
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   745
	_asm mov eax, 81
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   746
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   747
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   748
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   749
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   750
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   751
void call_vector_82 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   752
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   753
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   754
	_asm mov eax, 82
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   755
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   756
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   757
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   758
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   759
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   760
void call_vector_83 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   761
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   762
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   763
	_asm mov eax, 83
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   764
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   765
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   766
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   767
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   768
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   769
void call_vector_84 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   770
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   771
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   772
	_asm mov eax, 84
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   773
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   774
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   775
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   776
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   777
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   778
void call_vector_85 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   779
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   780
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   781
	_asm mov eax, 85
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   782
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   783
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   784
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   785
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   786
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   787
void call_vector_86 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   788
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   789
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   790
	_asm mov eax, 86
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   791
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   792
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   793
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   794
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   795
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   796
void call_vector_87 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   797
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   798
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   799
	_asm mov eax, 87
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   800
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   801
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   802
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   803
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   804
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   805
void call_vector_88 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   806
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   807
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   808
	_asm mov eax, 88
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   809
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   810
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   811
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   812
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   813
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   814
void call_vector_89 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   815
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   816
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   817
	_asm mov eax, 89
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   818
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   819
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   820
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   821
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   822
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   823
void call_vector_90 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   824
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   825
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   826
	_asm mov eax, 90
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   827
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   828
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   829
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   830
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   831
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   832
void call_vector_91 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   833
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   834
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   835
	_asm mov eax, 91
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   836
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   837
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   838
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   839
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   840
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   841
void call_vector_92 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   842
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   843
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   844
	_asm mov eax, 92
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   845
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   846
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   847
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   848
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   849
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   850
void call_vector_93 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   851
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   852
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   853
	_asm mov eax, 93
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   854
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   855
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   856
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   857
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   858
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   859
void call_vector_94 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   860
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   861
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   862
	_asm mov eax, 94
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   863
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   864
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   865
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   866
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   867
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   868
void call_vector_95 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   869
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   870
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   871
	_asm mov eax, 95
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   872
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   873
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   874
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   875
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   876
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   877
void call_vector_96 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   878
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   879
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   880
	_asm mov eax, 96
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   881
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   882
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   883
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   884
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   885
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   886
void call_vector_97 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   887
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   888
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   889
	_asm mov eax, 97
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   890
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   891
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   892
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   893
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   894
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   895
void call_vector_98 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   896
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   897
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   898
	_asm mov eax, 98
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   899
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   900
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   901
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   902
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   903
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   904
void call_vector_99 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   905
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   906
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   907
	_asm mov eax, 99
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   908
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   909
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   910
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   911
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   912
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   913
void call_vector_100 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   914
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   915
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   916
	_asm mov eax, 100
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   917
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   918
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   919
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   920
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   921
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   922
void call_vector_101 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   923
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   924
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   925
	_asm mov eax, 101
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   926
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   927
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   928
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   929
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   930
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   931
void call_vector_102 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   932
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   933
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   934
	_asm mov eax, 102
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   935
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   936
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   937
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   938
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   939
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   940
void call_vector_103 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   941
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   942
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   943
	_asm mov eax, 103
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   944
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   945
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   946
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   947
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   948
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   949
void call_vector_104 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   950
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   951
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   952
	_asm mov eax, 104
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   953
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   954
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   955
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   956
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   957
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   958
void call_vector_105 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   959
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   960
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   961
	_asm mov eax, 105
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   962
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   963
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   964
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   965
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   966
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   967
void call_vector_106 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   968
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   969
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   970
	_asm mov eax, 106
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   971
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   972
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   973
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   974
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   975
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   976
void call_vector_107 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   977
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   978
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   979
	_asm mov eax, 107
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   980
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   981
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   982
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   983
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   984
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   985
void call_vector_108 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   986
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   987
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   988
	_asm mov eax, 108
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   989
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   990
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   991
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   992
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   993
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   994
void call_vector_109 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   995
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   996
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   997
	_asm mov eax, 109
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   998
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
   999
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1000
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1001
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1002
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1003
void call_vector_110 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1004
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1005
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1006
	_asm mov eax, 110
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1007
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1008
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1009
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1010
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1011
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1012
void call_vector_111 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1013
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1014
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1015
	_asm mov eax, 111
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1016
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1017
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1018
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1019
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1020
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1021
void call_vector_112 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1022
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1023
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1024
	_asm mov eax, 112
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1025
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1026
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1027
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1028
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1029
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1030
void call_vector_113 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1031
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1032
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1033
	_asm mov eax, 113
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1034
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1035
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1036
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1037
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1038
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1039
void call_vector_114 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1040
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1041
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1042
	_asm mov eax, 114
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1043
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1044
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1045
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1046
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1047
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1048
void call_vector_115 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1049
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1050
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1051
	_asm mov eax, 115
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1052
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1053
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1054
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1055
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1056
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1057
void call_vector_116 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1058
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1059
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1060
	_asm mov eax, 116
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1061
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1062
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1063
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1064
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1065
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1066
void call_vector_117 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1067
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1068
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1069
	_asm mov eax, 117
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1070
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1071
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1072
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1073
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1074
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1075
void call_vector_118 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1076
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1077
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1078
	_asm mov eax, 118
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1079
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1080
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1081
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1082
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1083
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1084
void call_vector_119 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1085
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1086
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1087
	_asm mov eax, 119
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1088
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1089
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1090
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1091
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1092
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1093
void call_vector_120 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1094
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1095
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1096
	_asm mov eax, 120
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1097
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1098
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1099
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1100
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1101
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1102
void call_vector_121 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1103
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1104
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1105
	_asm mov eax, 121
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1106
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1107
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1108
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1109
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1110
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1111
void call_vector_122 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1112
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1113
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1114
	_asm mov eax, 122
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1115
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1116
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1117
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1118
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1119
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1120
void call_vector_123 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1121
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1122
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1123
	_asm mov eax, 123
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1124
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1125
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1126
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1127
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1128
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1129
void call_vector_124 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1130
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1131
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1132
	_asm mov eax, 124
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1133
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1134
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1135
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1136
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1137
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1138
void call_vector_125 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1139
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1140
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1141
	_asm mov eax, 125
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1142
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1143
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1144
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1145
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1146
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1147
void call_vector_126 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1148
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1149
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1150
	_asm mov eax, 126
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1151
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1152
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1153
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1154
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1155
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1156
void call_vector_127 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1157
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1158
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1159
	_asm mov eax, 127
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1160
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1161
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1162
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1163
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1164
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1165
void call_vector_128 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1166
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1167
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1168
	_asm mov eax, 128
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1169
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1170
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1171
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1172
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1173
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1174
void call_vector_129 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1175
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1176
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1177
	_asm mov eax, 129
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1178
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1179
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1180
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1181
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1182
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1183
void call_vector_130 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1184
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1185
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1186
	_asm mov eax, 130
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1187
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1188
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1189
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1190
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1191
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1192
void call_vector_131 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1193
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1194
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1195
	_asm mov eax, 131
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1196
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1197
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1198
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1199
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1200
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1201
void call_vector_132 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1202
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1203
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1204
	_asm mov eax, 132
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1205
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1206
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1207
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1208
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1209
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1210
void call_vector_133 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1211
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1212
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1213
	_asm mov eax, 133
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1214
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1215
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1216
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1217
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1218
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1219
void call_vector_134 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1220
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1221
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1222
	_asm mov eax, 134
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1223
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1224
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1225
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1226
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1227
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1228
void call_vector_135 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1229
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1230
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1231
	_asm mov eax, 135
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1232
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1233
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1234
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1235
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1236
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1237
void call_vector_136 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1238
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1239
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1240
	_asm mov eax, 136
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1241
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1242
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1243
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1244
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1245
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1246
void call_vector_137 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1247
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1248
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1249
	_asm mov eax, 137
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1250
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1251
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1252
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1253
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1254
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1255
void call_vector_138 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1256
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1257
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1258
	_asm mov eax, 138
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1259
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1260
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1261
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1262
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1263
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1264
void call_vector_139 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1265
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1266
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1267
	_asm mov eax, 139
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1268
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1269
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1270
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1271
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1272
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1273
void call_vector_140 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1274
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1275
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1276
	_asm mov eax, 140
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1277
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1278
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1279
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1280
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1281
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1282
void call_vector_141 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1283
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1284
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1285
	_asm mov eax, 141
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1286
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1287
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1288
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1289
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1290
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1291
void call_vector_142 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1292
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1293
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1294
	_asm mov eax, 142
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1295
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1296
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1297
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1298
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1299
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1300
void call_vector_143 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1301
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1302
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1303
	_asm mov eax, 143
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1304
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1305
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1306
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1307
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1308
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1309
void call_vector_144 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1310
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1311
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1312
	_asm mov eax, 144
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1313
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1314
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1315
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1316
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1317
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1318
void call_vector_145 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1319
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1320
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1321
	_asm mov eax, 145
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1322
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1323
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1324
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1325
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1326
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1327
void call_vector_146 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1328
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1329
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1330
	_asm mov eax, 146
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1331
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1332
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1333
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1334
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1335
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1336
void call_vector_147 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1337
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1338
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1339
	_asm mov eax, 147
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1340
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1341
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1342
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1343
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1344
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1345
void call_vector_148 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1346
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1347
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1348
	_asm mov eax, 148
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1349
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1350
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1351
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1352
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1353
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1354
void call_vector_149 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1355
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1356
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1357
	_asm mov eax, 149
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1358
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1359
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1360
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1361
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1362
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1363
void call_vector_150 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1364
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1365
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1366
	_asm mov eax, 150
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1367
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1368
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1369
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1370
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1371
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1372
void call_vector_151 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1373
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1374
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1375
	_asm mov eax, 151
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1376
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1377
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1378
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1379
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1380
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1381
void call_vector_152 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1382
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1383
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1384
	_asm mov eax, 152
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1385
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1386
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1387
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1388
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1389
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1390
void call_vector_153 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1391
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1392
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1393
	_asm mov eax, 153
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1394
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1395
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1396
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1397
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1398
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1399
void call_vector_154 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1400
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1401
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1402
	_asm mov eax, 154
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1403
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1404
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1405
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1406
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1407
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1408
void call_vector_155 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1409
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1410
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1411
	_asm mov eax, 155
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1412
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1413
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1414
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1415
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1416
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1417
void call_vector_156 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1418
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1419
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1420
	_asm mov eax, 156
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1421
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1422
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1423
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1424
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1425
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1426
void call_vector_157 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1427
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1428
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1429
	_asm mov eax, 157
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1430
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1431
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1432
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1433
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1434
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1435
void call_vector_158 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1436
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1437
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1438
	_asm mov eax, 158
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1439
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1440
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1441
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1442
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1443
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1444
void call_vector_159 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1445
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1446
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1447
	_asm mov eax, 159
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1448
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1449
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1450
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1451
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1452
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1453
void call_vector_160 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1454
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1455
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1456
	_asm mov eax, 160
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1457
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1458
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1459
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1460
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1461
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1462
void call_vector_161 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1463
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1464
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1465
	_asm mov eax, 161
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1466
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1467
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1468
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1469
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1470
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1471
void call_vector_162 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1472
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1473
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1474
	_asm mov eax, 162
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1475
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1476
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1477
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1478
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1479
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1480
void call_vector_163 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1481
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1482
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1483
	_asm mov eax, 163
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1484
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1485
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1486
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1487
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1488
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1489
void call_vector_164 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1490
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1491
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1492
	_asm mov eax, 164
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1493
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1494
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1495
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1496
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1497
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1498
void call_vector_165 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1499
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1500
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1501
	_asm mov eax, 165
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1502
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1503
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1504
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1505
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1506
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1507
void call_vector_166 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1508
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1509
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1510
	_asm mov eax, 166
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1511
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1512
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1513
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1514
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1515
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1516
void call_vector_167 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1517
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1518
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1519
	_asm mov eax, 167
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1520
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1521
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1522
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1523
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1524
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1525
void call_vector_168 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1526
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1527
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1528
	_asm mov eax, 168
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1529
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1530
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1531
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1532
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1533
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1534
void call_vector_169 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1535
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1536
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1537
	_asm mov eax, 169
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1538
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1539
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1540
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1541
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1542
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1543
void call_vector_170 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1544
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1545
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1546
	_asm mov eax, 170
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1547
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1548
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1549
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1550
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1551
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1552
void call_vector_171 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1553
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1554
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1555
	_asm mov eax, 171
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1556
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1557
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1558
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1559
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1560
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1561
void call_vector_172 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1562
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1563
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1564
	_asm mov eax, 172
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1565
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1566
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1567
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1568
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1569
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1570
void call_vector_173 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1571
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1572
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1573
	_asm mov eax, 173
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1574
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1575
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1576
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1577
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1578
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1579
void call_vector_174 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1580
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1581
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1582
	_asm mov eax, 174
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1583
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1584
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1585
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1586
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1587
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1588
void call_vector_175 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1589
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1590
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1591
	_asm mov eax, 175
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1592
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1593
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1594
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1595
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1596
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1597
void call_vector_176 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1598
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1599
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1600
	_asm mov eax, 176
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1601
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1602
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1603
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1604
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1605
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1606
void call_vector_177 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1607
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1608
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1609
	_asm mov eax, 177
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1610
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1611
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1612
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1613
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1614
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1615
void call_vector_178 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1616
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1617
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1618
	_asm mov eax, 178
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1619
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1620
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1621
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1622
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1623
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1624
void call_vector_179 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1625
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1626
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1627
	_asm mov eax, 179
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1628
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1629
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1630
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1631
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1632
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1633
void call_vector_180 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1634
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1635
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1636
	_asm mov eax, 180
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1637
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1638
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1639
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1640
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1641
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1642
void call_vector_181 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1643
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1644
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1645
	_asm mov eax, 181
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1646
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1647
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1648
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1649
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1650
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1651
void call_vector_182 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1652
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1653
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1654
	_asm mov eax, 182
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1655
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1656
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1657
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1658
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1659
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1660
void call_vector_183 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1661
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1662
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1663
	_asm mov eax, 183
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1664
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1665
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1666
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1667
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1668
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1669
void call_vector_184 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1670
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1671
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1672
	_asm mov eax, 184
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1673
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1674
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1675
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1676
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1677
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1678
void call_vector_185 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1679
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1680
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1681
	_asm mov eax, 185
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1682
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1683
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1684
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1685
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1686
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1687
void call_vector_186 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1688
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1689
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1690
	_asm mov eax, 186
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1691
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1692
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1693
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1694
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1695
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1696
void call_vector_187 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1697
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1698
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1699
	_asm mov eax, 187
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1700
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1701
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1702
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1703
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1704
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1705
void call_vector_188 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1706
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1707
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1708
	_asm mov eax, 188
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1709
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1710
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1711
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1712
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1713
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1714
void call_vector_189 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1715
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1716
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1717
	_asm mov eax, 189
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1718
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1719
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1720
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1721
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1722
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1723
void call_vector_190 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1724
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1725
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1726
	_asm mov eax, 190
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1727
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1728
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1729
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1730
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1731
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1732
void call_vector_191 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1733
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1734
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1735
	_asm mov eax, 191
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1736
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1737
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1738
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1739
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1740
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1741
void call_vector_192 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1742
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1743
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1744
	_asm mov eax, 192
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1745
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1746
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1747
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1748
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1749
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1750
void call_vector_193 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1751
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1752
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1753
	_asm mov eax, 193
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1754
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1755
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1756
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1757
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1758
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1759
void call_vector_194 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1760
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1761
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1762
	_asm mov eax, 194
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1763
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1764
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1765
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1766
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1767
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1768
void call_vector_195 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1769
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1770
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1771
	_asm mov eax, 195
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1772
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1773
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1774
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1775
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1776
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1777
void call_vector_196 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1778
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1779
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1780
	_asm mov eax, 196
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1781
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1782
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1783
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1784
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1785
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1786
void call_vector_197 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1787
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1788
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1789
	_asm mov eax, 197
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1790
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1791
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1792
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1793
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1794
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1795
void call_vector_198 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1796
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1797
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1798
	_asm mov eax, 198
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1799
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1800
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1801
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1802
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1803
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1804
void call_vector_199 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1805
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1806
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1807
	_asm mov eax, 199
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1808
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1809
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1810
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1811
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1812
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1813
void call_vector_200 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1814
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1815
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1816
	_asm mov eax, 200
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1817
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1818
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1819
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1820
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1821
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1822
void call_vector_201 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1823
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1824
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1825
	_asm mov eax, 201
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1826
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1827
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1828
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1829
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1830
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1831
void call_vector_202 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1832
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1833
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1834
	_asm mov eax, 202
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1835
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1836
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1837
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1838
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1839
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1840
void call_vector_203 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1841
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1842
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1843
	_asm mov eax, 203
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1844
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1845
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1846
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1847
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1848
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1849
void call_vector_204 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1850
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1851
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1852
	_asm mov eax, 204
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1853
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1854
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1855
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1856
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1857
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1858
void call_vector_205 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1859
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1860
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1861
	_asm mov eax, 205
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1862
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1863
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1864
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1865
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1866
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1867
void call_vector_206 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1868
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1869
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1870
	_asm mov eax, 206
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1871
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1872
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1873
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1874
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1875
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1876
void call_vector_207 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1877
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1878
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1879
	_asm mov eax, 207
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1880
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1881
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1882
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1883
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1884
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1885
void call_vector_208 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1886
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1887
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1888
	_asm mov eax, 208
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1889
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1890
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1891
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1892
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1893
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1894
void call_vector_209 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1895
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1896
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1897
	_asm mov eax, 209
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1898
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1899
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1900
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1901
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1902
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1903
void call_vector_210 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1904
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1905
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1906
	_asm mov eax, 210
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1907
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1908
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1909
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1910
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1911
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1912
void call_vector_211 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1913
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1914
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1915
	_asm mov eax, 211
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1916
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1917
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1918
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1919
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1920
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1921
void call_vector_212 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1922
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1923
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1924
	_asm mov eax, 212
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1925
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1926
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1927
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1928
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1929
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1930
void call_vector_213 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1931
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1932
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1933
	_asm mov eax, 213
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1934
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1935
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1936
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1937
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1938
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1939
void call_vector_214 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1940
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1941
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1942
	_asm mov eax, 214
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1943
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1944
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1945
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1946
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1947
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1948
void call_vector_215 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1949
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1950
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1951
	_asm mov eax, 215
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1952
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1953
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1954
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1955
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1956
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1957
void call_vector_216 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1958
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1959
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1960
	_asm mov eax, 216
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1961
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1962
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1963
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1964
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1965
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1966
void call_vector_217 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1967
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1968
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1969
	_asm mov eax, 217
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1970
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1971
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1972
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1973
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1974
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1975
void call_vector_218 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1976
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1977
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1978
	_asm mov eax, 218
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1979
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1980
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1981
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1982
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1983
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1984
void call_vector_219 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1985
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1986
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1987
	_asm mov eax, 219
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1988
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1989
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1990
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1991
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1992
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1993
void call_vector_220 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1994
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1995
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1996
	_asm mov eax, 220
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1997
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1998
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  1999
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2000
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2001
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2002
void call_vector_221 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2003
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2004
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2005
	_asm mov eax, 221
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2006
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2007
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2008
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2009
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2010
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2011
void call_vector_222 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2012
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2013
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2014
	_asm mov eax, 222
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2015
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2016
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2017
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2018
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2019
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2020
void call_vector_223 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2021
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2022
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2023
	_asm mov eax, 223
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2024
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2025
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2026
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2027
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2028
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2029
void call_vector_224 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2030
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2031
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2032
	_asm mov eax, 224
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2033
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2034
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2035
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2036
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2037
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2038
void call_vector_225 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2039
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2040
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2041
	_asm mov eax, 225
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2042
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2043
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2044
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2045
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2046
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2047
void call_vector_226 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2048
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2049
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2050
	_asm mov eax, 226
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2051
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2052
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2053
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2054
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2055
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2056
void call_vector_227 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2057
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2058
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2059
	_asm mov eax, 227
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2060
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2061
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2062
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2063
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2064
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2065
void call_vector_228 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2066
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2067
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2068
	_asm mov eax, 228
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2069
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2070
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2071
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2072
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2073
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2074
void call_vector_229 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2075
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2076
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2077
	_asm mov eax, 229
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2078
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2079
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2080
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2081
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2082
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2083
void call_vector_230 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2084
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2085
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2086
	_asm mov eax, 230
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2087
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2088
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2089
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2090
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2091
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2092
void call_vector_231 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2093
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2094
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2095
	_asm mov eax, 231
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2096
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2097
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2098
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2099
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2100
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2101
void call_vector_232 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2102
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2103
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2104
	_asm mov eax, 232
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2105
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2106
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2107
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2108
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2109
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2110
void call_vector_233 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2111
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2112
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2113
	_asm mov eax, 233
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2114
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2115
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2116
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2117
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2118
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2119
void call_vector_234 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2120
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2121
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2122
	_asm mov eax, 234
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2123
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2124
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2125
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2126
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2127
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2128
void call_vector_235 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2129
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2130
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2131
	_asm mov eax, 235
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2132
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2133
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2134
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2135
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2136
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2137
void call_vector_236 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2138
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2139
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2140
	_asm mov eax, 236
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2141
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2142
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2143
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2144
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2145
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2146
void call_vector_237 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2147
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2148
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2149
	_asm mov eax, 237
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2150
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2151
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2152
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2153
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2154
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2155
void call_vector_238 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2156
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2157
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2158
	_asm mov eax, 238
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2159
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2160
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2161
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2162
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2163
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2164
void call_vector_239 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2165
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2166
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2167
	_asm mov eax, 239
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2168
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2169
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2170
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2171
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2172
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2173
void call_vector_240 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2174
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2175
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2176
	_asm mov eax, 240
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2177
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2178
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2179
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2180
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2181
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2182
void call_vector_241 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2183
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2184
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2185
	_asm mov eax, 241
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2186
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2187
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2188
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2189
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2190
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2191
void call_vector_242 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2192
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2193
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2194
	_asm mov eax, 242
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2195
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2196
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2197
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2198
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2199
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2200
void call_vector_243 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2201
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2202
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2203
	_asm mov eax, 243
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2204
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2205
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2206
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2207
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2208
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2209
void call_vector_244 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2210
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2211
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2212
	_asm mov eax, 244
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2213
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2214
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2215
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2216
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2217
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2218
void call_vector_245 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2219
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2220
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2221
	_asm mov eax, 245
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2222
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2223
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2224
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2225
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2226
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2227
void call_vector_246 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2228
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2229
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2230
	_asm mov eax, 246
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2231
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2232
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2233
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2234
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2235
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2236
void call_vector_247 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2237
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2238
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2239
	_asm mov eax, 247
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2240
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2241
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2242
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2243
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2244
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2245
void call_vector_248 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2246
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2247
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2248
	_asm mov eax, 248
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2249
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2250
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2251
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2252
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2253
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2254
void call_vector_249 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2255
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2256
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2257
	_asm mov eax, 249
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2258
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2259
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2260
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2261
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2262
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2263
void call_vector_250 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2264
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2265
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2266
	_asm mov eax, 250
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2267
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2268
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2269
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2270
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2271
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2272
void call_vector_251 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2273
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2274
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2275
	_asm mov eax, 251
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2276
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2277
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2278
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2279
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2280
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2281
void call_vector_252 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2282
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2283
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2284
	_asm mov eax, 252
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2285
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2286
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2287
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2288
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2289
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2290
void call_vector_253 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2291
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2292
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2293
	_asm mov eax, 253
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2294
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2295
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2296
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2297
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2298
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2299
void call_vector_254 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2300
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2301
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2302
	_asm mov eax, 254
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2303
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2304
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2305
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2306
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2307
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2308
void call_vector_255 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2309
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2310
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2311
	_asm mov eax, 255
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2312
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2313
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2314
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2315
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2316
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2317
void call_vector_256 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2318
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2319
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2320
	_asm mov eax, 256
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2321
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2322
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2323
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2324
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2325
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2326
void call_vector_257 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2327
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2328
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2329
	_asm mov eax, 257
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2330
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2331
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2332
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2333
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2334
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2335
void call_vector_258 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2336
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2337
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2338
	_asm mov eax, 258
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2339
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2340
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2341
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2342
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2343
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2344
void call_vector_259 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2345
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2346
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2347
	_asm mov eax, 259
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2348
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2349
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2350
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2351
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2352
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2353
void call_vector_260 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2354
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2355
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2356
	_asm mov eax, 260
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2357
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2358
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2359
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2360
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2361
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2362
void call_vector_261 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2363
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2364
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2365
	_asm mov eax, 261
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2366
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2367
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2368
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2369
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2370
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2371
void call_vector_262 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2372
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2373
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2374
	_asm mov eax, 262
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2375
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2376
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2377
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2378
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2379
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2380
void call_vector_263 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2381
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2382
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2383
	_asm mov eax, 263
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2384
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2385
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2386
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2387
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2388
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2389
void call_vector_264 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2390
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2391
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2392
	_asm mov eax, 264
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2393
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2394
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2395
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2396
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2397
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2398
void call_vector_265 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2399
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2400
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2401
	_asm mov eax, 265
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2402
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2403
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2404
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2405
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2406
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2407
void call_vector_266 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2408
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2409
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2410
	_asm mov eax, 266
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2411
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2412
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2413
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2414
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2415
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2416
void call_vector_267 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2417
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2418
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2419
	_asm mov eax, 267
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2420
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2421
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2422
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2423
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2424
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2425
void call_vector_268 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2426
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2427
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2428
	_asm mov eax, 268
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2429
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2430
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2431
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2432
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2433
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2434
void call_vector_269 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2435
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2436
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2437
	_asm mov eax, 269
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2438
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2439
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2440
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2441
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2442
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2443
void call_vector_270 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2444
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2445
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2446
	_asm mov eax, 270
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2447
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2448
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2449
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2450
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2451
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2452
void call_vector_271 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2453
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2454
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2455
	_asm mov eax, 271
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2456
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2457
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2458
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2459
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2460
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2461
void call_vector_272 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2462
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2463
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2464
	_asm mov eax, 272
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2465
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2466
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2467
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2468
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2469
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2470
void call_vector_273 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2471
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2472
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2473
	_asm mov eax, 273
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2474
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2475
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2476
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2477
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2478
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2479
void call_vector_274 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2480
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2481
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2482
	_asm mov eax, 274
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2483
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2484
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2485
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2486
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2487
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2488
void call_vector_275 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2489
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2490
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2491
	_asm mov eax, 275
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2492
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2493
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2494
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2495
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2496
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2497
void call_vector_276 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2498
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2499
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2500
	_asm mov eax, 276
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2501
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2502
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2503
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2504
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2505
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2506
void call_vector_277 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2507
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2508
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2509
	_asm mov eax, 277
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2510
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2511
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2512
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2513
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2514
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2515
void call_vector_278 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2516
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2517
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2518
	_asm mov eax, 278
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2519
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2520
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2521
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2522
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2523
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2524
void call_vector_279 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2525
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2526
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2527
	_asm mov eax, 279
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2528
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2529
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2530
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2531
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2532
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2533
void call_vector_280 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2534
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2535
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2536
	_asm mov eax, 280
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2537
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2538
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2539
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2540
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2541
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2542
void call_vector_281 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2543
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2544
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2545
	_asm mov eax, 281
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2546
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2547
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2548
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2549
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2550
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2551
void call_vector_282 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2552
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2553
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2554
	_asm mov eax, 282
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2555
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2556
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2557
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2558
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2559
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2560
void call_vector_283 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2561
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2562
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2563
	_asm mov eax, 283
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2564
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2565
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2566
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2567
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2568
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2569
void call_vector_284 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2570
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2571
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2572
	_asm mov eax, 284
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2573
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2574
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2575
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2576
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2577
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2578
void call_vector_285 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2579
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2580
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2581
	_asm mov eax, 285
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2582
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2583
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2584
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2585
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2586
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2587
void call_vector_286 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2588
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2589
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2590
	_asm mov eax, 286
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2591
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2592
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2593
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2594
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2595
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2596
void call_vector_287 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2597
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2598
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2599
	_asm mov eax, 287
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2600
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2601
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2602
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2603
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2604
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2605
void call_vector_288 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2606
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2607
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2608
	_asm mov eax, 288
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2609
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2610
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2611
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2612
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2613
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2614
void call_vector_289 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2615
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2616
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2617
	_asm mov eax, 289
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2618
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2619
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2620
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2621
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2622
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2623
void call_vector_290 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2624
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2625
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2626
	_asm mov eax, 290
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2627
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2628
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2629
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2630
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2631
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2632
void call_vector_291 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2633
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2634
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2635
	_asm mov eax, 291
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2636
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2637
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2638
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2639
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2640
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2641
void call_vector_292 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2642
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2643
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2644
	_asm mov eax, 292
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2645
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2646
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2647
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2648
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2649
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2650
void call_vector_293 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2651
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2652
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2653
	_asm mov eax, 293
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2654
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2655
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2656
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2657
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2658
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2659
void call_vector_294 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2660
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2661
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2662
	_asm mov eax, 294
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2663
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2664
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2665
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2666
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2667
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2668
void call_vector_295 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2669
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2670
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2671
	_asm mov eax, 295
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2672
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2673
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2674
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2675
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2676
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2677
void call_vector_296 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2678
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2679
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2680
	_asm mov eax, 296
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2681
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2682
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2683
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2684
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2685
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2686
void call_vector_297 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2687
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2688
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2689
	_asm mov eax, 297
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2690
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2691
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2692
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2693
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2694
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2695
void call_vector_298 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2696
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2697
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2698
	_asm mov eax, 298
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2699
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2700
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2701
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2702
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2703
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2704
void call_vector_299 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2705
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2706
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2707
	_asm mov eax, 299
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2708
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2709
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2710
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2711
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2712
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2713
void call_vector_300 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2714
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2715
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2716
	_asm mov eax, 300
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2717
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2718
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2719
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2720
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2721
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2722
void call_vector_301 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2723
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2724
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2725
	_asm mov eax, 301
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2726
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2727
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2728
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2729
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2730
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2731
void call_vector_302 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2732
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2733
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2734
	_asm mov eax, 302
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2735
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2736
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2737
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2738
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2739
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2740
void call_vector_303 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2741
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2742
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2743
	_asm mov eax, 303
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2744
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2745
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2746
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2747
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2748
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2749
void call_vector_304 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2750
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2751
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2752
	_asm mov eax, 304
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2753
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2754
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2755
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2756
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2757
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2758
void call_vector_305 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2759
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2760
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2761
	_asm mov eax, 305
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2762
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2763
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2764
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2765
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2766
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2767
void call_vector_306 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2768
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2769
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2770
	_asm mov eax, 306
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2771
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2772
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2773
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2774
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2775
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2776
void call_vector_307 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2777
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2778
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2779
	_asm mov eax, 307
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2780
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2781
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2782
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2783
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2784
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2785
void call_vector_308 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2786
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2787
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2788
	_asm mov eax, 308
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2789
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2790
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2791
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2792
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2793
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2794
void call_vector_309 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2795
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2796
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2797
	_asm mov eax, 309
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2798
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2799
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2800
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2801
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2802
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2803
void call_vector_310 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2804
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2805
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2806
	_asm mov eax, 310
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2807
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2808
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2809
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2810
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2811
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2812
void call_vector_311 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2813
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2814
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2815
	_asm mov eax, 311
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2816
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2817
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2818
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2819
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2820
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2821
void call_vector_312 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2822
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2823
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2824
	_asm mov eax, 312
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2825
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2826
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2827
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2828
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2829
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2830
void call_vector_313 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2831
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2832
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2833
	_asm mov eax, 313
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2834
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2835
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2836
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2837
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2838
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2839
void call_vector_314 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2840
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2841
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2842
	_asm mov eax, 314
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2843
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2844
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2845
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2846
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2847
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2848
void call_vector_315 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2849
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2850
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2851
	_asm mov eax, 315
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2852
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2853
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2854
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2855
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2856
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2857
void call_vector_316 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2858
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2859
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2860
	_asm mov eax, 316
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2861
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2862
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2863
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2864
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2865
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2866
void call_vector_317 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2867
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2868
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2869
	_asm mov eax, 317
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2870
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2871
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2872
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2873
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2874
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2875
void call_vector_318 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2876
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2877
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2878
	_asm mov eax, 318
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2879
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2880
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2881
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2882
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2883
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2884
void call_vector_319 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2885
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2886
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2887
	_asm mov eax, 319
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2888
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2889
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2890
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2891
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2892
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2893
void call_vector_320 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2894
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2895
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2896
	_asm mov eax, 320
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2897
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2898
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2899
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2900
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2901
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2902
void call_vector_321 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2903
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2904
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2905
	_asm mov eax, 321
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2906
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2907
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2908
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2909
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2910
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2911
void call_vector_322 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2912
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2913
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2914
	_asm mov eax, 322
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2915
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2916
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2917
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2918
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2919
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2920
void call_vector_323 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2921
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2922
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2923
	_asm mov eax, 323
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2924
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2925
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2926
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2927
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2928
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2929
void call_vector_324 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2930
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2931
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2932
	_asm mov eax, 324
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2933
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2934
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2935
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2936
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2937
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2938
void call_vector_325 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2939
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2940
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2941
	_asm mov eax, 325
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2942
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2943
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2944
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2945
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2946
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2947
void call_vector_326 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2948
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2949
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2950
	_asm mov eax, 326
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2951
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2952
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2953
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2954
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2955
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2956
void call_vector_327 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2957
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2958
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2959
	_asm mov eax, 327
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2960
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2961
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2962
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2963
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2964
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2965
void call_vector_328 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2966
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2967
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2968
	_asm mov eax, 328
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2969
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2970
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2971
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2972
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2973
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2974
void call_vector_329 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2975
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2976
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2977
	_asm mov eax, 329
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2978
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2979
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2980
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2981
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2982
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2983
void call_vector_330 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2984
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2985
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2986
	_asm mov eax, 330
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2987
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2988
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2989
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2990
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2991
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2992
void call_vector_331 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2993
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2994
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2995
	_asm mov eax, 331
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2996
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2997
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2998
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  2999
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3000
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3001
void call_vector_332 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3002
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3003
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3004
	_asm mov eax, 332
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3005
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3006
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3007
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3008
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3009
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3010
void call_vector_333 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3011
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3012
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3013
	_asm mov eax, 333
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3014
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3015
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3016
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3017
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3018
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3019
void call_vector_334 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3020
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3021
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3022
	_asm mov eax, 334
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3023
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3024
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3025
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3026
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3027
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3028
void call_vector_335 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3029
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3030
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3031
	_asm mov eax, 335
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3032
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3033
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3034
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3035
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3036
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3037
void call_vector_336 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3038
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3039
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3040
	_asm mov eax, 336
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3041
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3042
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3043
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3044
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3045
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3046
void call_vector_337 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3047
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3048
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3049
	_asm mov eax, 337
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3050
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3051
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3052
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3053
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3054
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3055
void call_vector_338 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3056
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3057
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3058
	_asm mov eax, 338
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3059
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3060
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3061
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3062
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3063
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3064
void call_vector_339 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3065
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3066
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3067
	_asm mov eax, 339
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3068
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3069
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3070
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3071
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3072
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3073
void call_vector_340 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3074
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3075
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3076
	_asm mov eax, 340
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3077
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3078
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3079
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3080
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3081
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3082
void call_vector_341 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3083
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3084
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3085
	_asm mov eax, 341
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3086
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3087
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3088
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3089
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3090
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3091
void call_vector_342 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3092
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3093
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3094
	_asm mov eax, 342
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3095
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3096
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3097
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3098
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3099
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3100
void call_vector_343 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3101
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3102
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3103
	_asm mov eax, 343
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3104
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3105
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3106
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3107
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3108
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3109
void call_vector_344 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3110
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3111
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3112
	_asm mov eax, 344
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3113
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3114
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3115
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3116
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3117
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3118
void call_vector_345 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3119
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3120
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3121
	_asm mov eax, 345
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3122
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3123
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3124
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3125
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3126
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3127
void call_vector_346 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3128
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3129
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3130
	_asm mov eax, 346
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3131
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3132
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3133
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3134
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3135
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3136
void call_vector_347 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3137
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3138
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3139
	_asm mov eax, 347
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3140
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3141
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3142
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3143
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3144
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3145
void call_vector_348 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3146
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3147
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3148
	_asm mov eax, 348
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3149
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3150
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3151
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3152
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3153
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3154
void call_vector_349 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3155
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3156
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3157
	_asm mov eax, 349
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3158
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3159
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3160
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3161
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3162
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3163
void call_vector_350 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3164
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3165
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3166
	_asm mov eax, 350
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3167
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3168
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3169
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3170
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3171
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3172
void call_vector_351 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3173
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3174
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3175
	_asm mov eax, 351
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3176
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3177
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3178
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3179
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3180
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3181
void call_vector_352 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3182
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3183
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3184
	_asm mov eax, 352
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3185
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3186
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3187
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3188
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3189
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3190
void call_vector_353 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3191
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3192
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3193
	_asm mov eax, 353
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3194
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3195
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3196
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3197
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3198
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3199
void call_vector_354 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3200
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3201
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3202
	_asm mov eax, 354
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3203
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3204
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3205
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3206
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3207
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3208
void call_vector_355 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3209
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3210
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3211
	_asm mov eax, 355
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3212
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3213
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3214
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3215
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3216
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3217
void call_vector_356 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3218
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3219
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3220
	_asm mov eax, 356
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3221
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3222
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3223
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3224
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3225
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3226
void call_vector_357 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3227
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3228
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3229
	_asm mov eax, 357
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3230
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3231
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3232
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3233
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3234
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3235
void call_vector_358 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3236
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3237
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3238
	_asm mov eax, 358
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3239
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3240
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3241
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3242
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3243
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3244
void call_vector_359 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3245
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3246
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3247
	_asm mov eax, 359
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3248
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3249
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3250
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3251
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3252
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3253
void call_vector_360 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3254
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3255
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3256
	_asm mov eax, 360
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3257
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3258
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3259
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3260
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3261
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3262
void call_vector_361 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3263
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3264
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3265
	_asm mov eax, 361
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3266
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3267
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3268
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3269
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3270
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3271
void call_vector_362 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3272
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3273
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3274
	_asm mov eax, 362
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3275
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3276
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3277
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3278
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3279
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3280
void call_vector_363 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3281
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3282
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3283
	_asm mov eax, 363
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3284
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3285
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3286
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3287
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3288
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3289
void call_vector_364 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3290
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3291
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3292
	_asm mov eax, 364
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3293
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3294
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3295
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3296
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3297
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3298
void call_vector_365 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3299
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3300
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3301
	_asm mov eax, 365
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3302
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3303
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3304
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3305
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3306
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3307
void call_vector_366 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3308
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3309
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3310
	_asm mov eax, 366
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3311
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3312
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3313
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3314
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3315
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3316
void call_vector_367 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3317
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3318
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3319
	_asm mov eax, 367
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3320
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3321
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3322
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3323
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3324
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3325
void call_vector_368 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3326
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3327
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3328
	_asm mov eax, 368
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3329
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3330
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3331
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3332
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3333
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3334
void call_vector_369 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3335
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3336
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3337
	_asm mov eax, 369
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3338
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3339
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3340
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3341
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3342
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3343
void call_vector_370 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3344
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3345
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3346
	_asm mov eax, 370
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3347
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3348
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3349
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3350
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3351
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3352
void call_vector_371 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3353
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3354
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3355
	_asm mov eax, 371
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3356
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3357
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3358
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3359
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3360
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3361
void call_vector_372 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3362
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3363
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3364
	_asm mov eax, 372
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3365
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3366
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3367
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3368
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3369
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3370
void call_vector_373 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3371
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3372
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3373
	_asm mov eax, 373
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3374
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3375
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3376
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3377
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3378
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3379
void call_vector_374 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3380
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3381
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3382
	_asm mov eax, 374
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3383
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3384
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3385
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3386
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3387
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3388
void call_vector_375 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3389
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3390
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3391
	_asm mov eax, 375
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3392
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3393
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3394
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3395
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3396
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3397
void call_vector_376 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3398
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3399
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3400
	_asm mov eax, 376
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3401
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3402
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3403
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3404
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3405
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3406
void call_vector_377 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3407
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3408
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3409
	_asm mov eax, 377
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3410
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3411
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3412
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3413
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3414
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3415
void call_vector_378 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3416
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3417
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3418
	_asm mov eax, 378
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3419
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3420
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3421
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3422
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3423
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3424
void call_vector_379 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3425
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3426
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3427
	_asm mov eax, 379
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3428
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3429
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3430
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3431
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3432
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3433
void call_vector_380 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3434
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3435
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3436
	_asm mov eax, 380
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3437
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3438
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3439
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3440
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3441
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3442
void call_vector_381 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3443
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3444
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3445
	_asm mov eax, 381
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3446
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3447
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3448
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3449
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3450
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3451
void call_vector_382 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3452
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3453
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3454
	_asm mov eax, 382
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3455
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3456
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3457
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3458
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3459
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3460
void call_vector_383 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3461
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3462
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3463
	_asm mov eax, 383
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3464
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3465
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3466
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3467
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3468
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3469
void call_vector_384 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3470
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3471
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3472
	_asm mov eax, 384
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3473
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3474
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3475
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3476
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3477
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3478
void call_vector_385 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3479
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3480
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3481
	_asm mov eax, 385
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3482
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3483
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3484
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3485
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3486
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3487
void call_vector_386 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3488
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3489
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3490
	_asm mov eax, 386
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3491
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3492
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3493
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3494
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3495
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3496
void call_vector_387 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3497
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3498
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3499
	_asm mov eax, 387
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3500
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3501
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3502
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3503
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3504
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3505
void call_vector_388 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3506
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3507
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3508
	_asm mov eax, 388
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3509
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3510
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3511
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3512
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3513
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3514
void call_vector_389 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3515
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3516
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3517
	_asm mov eax, 389
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3518
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3519
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3520
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3521
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3522
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3523
void call_vector_390 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3524
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3525
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3526
	_asm mov eax, 390
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3527
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3528
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3529
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3530
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3531
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3532
void call_vector_391 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3533
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3534
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3535
	_asm mov eax, 391
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3536
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3537
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3538
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3539
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3540
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3541
void call_vector_392 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3542
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3543
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3544
	_asm mov eax, 392
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3545
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3546
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3547
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3548
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3549
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3550
void call_vector_393 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3551
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3552
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3553
	_asm mov eax, 393
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3554
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3555
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3556
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3557
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3558
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3559
void call_vector_394 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3560
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3561
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3562
	_asm mov eax, 394
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3563
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3564
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3565
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3566
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3567
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3568
void call_vector_395 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3569
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3570
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3571
	_asm mov eax, 395
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3572
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3573
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3574
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3575
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3576
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3577
void call_vector_396 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3578
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3579
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3580
	_asm mov eax, 396
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3581
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3582
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3583
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3584
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3585
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3586
void call_vector_397 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3587
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3588
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3589
	_asm mov eax, 397
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3590
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3591
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3592
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3593
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3594
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3595
void call_vector_398 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3596
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3597
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3598
	_asm mov eax, 398
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3599
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3600
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3601
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3602
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3603
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3604
void call_vector_399 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3605
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3606
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3607
	_asm mov eax, 399
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3608
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3609
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3610
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3611
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3612
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3613
void call_vector_400 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3614
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3615
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3616
	_asm mov eax, 400
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3617
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3618
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3619
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3620
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3621
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3622
void call_vector_401 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3623
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3624
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3625
	_asm mov eax, 401
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3626
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3627
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3628
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3629
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3630
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3631
void call_vector_402 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3632
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3633
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3634
	_asm mov eax, 402
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3635
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3636
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3637
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3638
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3639
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3640
void call_vector_403 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3641
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3642
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3643
	_asm mov eax, 403
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3644
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3645
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3646
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3647
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3648
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3649
void call_vector_404 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3650
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3651
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3652
	_asm mov eax, 404
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3653
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3654
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3655
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3656
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3657
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3658
void call_vector_405 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3659
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3660
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3661
	_asm mov eax, 405
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3662
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3663
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3664
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3665
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3666
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3667
void call_vector_406 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3668
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3669
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3670
	_asm mov eax, 406
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3671
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3672
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3673
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3674
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3675
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3676
void call_vector_407 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3677
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3678
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3679
	_asm mov eax, 407
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3680
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3681
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3682
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3683
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3684
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3685
void call_vector_408 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3686
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3687
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3688
	_asm mov eax, 408
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3689
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3690
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3691
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3692
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3693
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3694
void call_vector_409 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3695
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3696
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3697
	_asm mov eax, 409
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3698
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3699
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3700
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3701
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3702
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3703
void call_vector_410 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3704
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3705
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3706
	_asm mov eax, 410
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3707
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3708
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3709
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3710
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3711
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3712
void call_vector_411 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3713
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3714
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3715
	_asm mov eax, 411
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3716
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3717
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3718
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3719
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3720
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3721
void call_vector_412 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3722
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3723
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3724
	_asm mov eax, 412
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3725
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3726
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3727
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3728
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3729
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3730
void call_vector_413 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3731
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3732
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3733
	_asm mov eax, 413
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3734
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3735
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3736
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3737
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3738
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3739
void call_vector_414 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3740
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3741
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3742
	_asm mov eax, 414
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3743
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3744
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3745
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3746
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3747
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3748
void call_vector_415 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3749
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3750
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3751
	_asm mov eax, 415
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3752
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3753
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3754
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3755
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3756
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3757
void call_vector_416 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3758
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3759
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3760
	_asm mov eax, 416
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3761
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3762
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3763
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3764
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3765
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3766
void call_vector_417 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3767
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3768
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3769
	_asm mov eax, 417
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3770
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3771
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3772
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3773
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3774
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3775
void call_vector_418 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3776
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3777
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3778
	_asm mov eax, 418
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3779
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3780
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3781
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3782
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3783
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3784
void call_vector_419 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3785
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3786
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3787
	_asm mov eax, 419
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3788
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3789
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3790
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3791
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3792
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3793
void call_vector_420 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3794
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3795
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3796
	_asm mov eax, 420
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3797
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3798
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3799
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3800
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3801
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3802
void call_vector_421 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3803
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3804
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3805
	_asm mov eax, 421
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3806
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3807
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3808
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3809
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3810
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3811
void call_vector_422 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3812
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3813
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3814
	_asm mov eax, 422
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3815
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3816
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3817
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3818
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3819
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3820
void call_vector_423 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3821
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3822
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3823
	_asm mov eax, 423
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3824
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3825
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3826
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3827
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3828
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3829
void call_vector_424 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3830
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3831
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3832
	_asm mov eax, 424
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3833
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3834
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3835
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3836
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3837
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3838
void call_vector_425 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3839
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3840
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3841
	_asm mov eax, 425
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3842
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3843
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3844
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3845
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3846
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3847
void call_vector_426 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3848
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3849
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3850
	_asm mov eax, 426
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3851
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3852
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3853
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3854
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3855
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3856
void call_vector_427 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3857
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3858
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3859
	_asm mov eax, 427
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3860
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3861
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3862
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3863
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3864
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3865
void call_vector_428 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3866
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3867
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3868
	_asm mov eax, 428
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3869
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3870
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3871
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3872
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3873
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3874
void call_vector_429 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3875
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3876
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3877
	_asm mov eax, 429
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3878
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3879
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3880
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3881
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3882
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3883
void call_vector_430 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3884
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3885
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3886
	_asm mov eax, 430
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3887
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3888
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3889
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3890
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3891
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3892
void call_vector_431 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3893
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3894
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3895
	_asm mov eax, 431
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3896
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3897
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3898
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3899
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3900
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3901
void call_vector_432 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3902
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3903
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3904
	_asm mov eax, 432
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3905
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3906
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3907
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3908
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3909
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3910
void call_vector_433 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3911
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3912
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3913
	_asm mov eax, 433
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3914
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3915
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3916
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3917
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3918
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3919
void call_vector_434 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3920
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3921
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3922
	_asm mov eax, 434
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3923
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3924
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3925
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3926
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3927
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3928
void call_vector_435 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3929
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3930
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3931
	_asm mov eax, 435
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3932
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3933
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3934
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3935
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3936
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3937
void call_vector_436 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3938
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3939
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3940
	_asm mov eax, 436
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3941
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3942
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3943
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3944
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3945
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3946
void call_vector_437 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3947
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3948
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3949
	_asm mov eax, 437
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3950
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3951
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3952
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3953
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3954
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3955
void call_vector_438 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3956
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3957
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3958
	_asm mov eax, 438
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3959
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3960
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3961
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3962
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3963
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3964
void call_vector_439 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3965
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3966
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3967
	_asm mov eax, 439
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3968
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3969
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3970
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3971
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3972
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3973
void call_vector_440 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3974
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3975
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3976
	_asm mov eax, 440
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3977
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3978
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3979
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3980
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3981
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3982
void call_vector_441 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3983
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3984
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3985
	_asm mov eax, 441
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3986
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3987
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3988
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3989
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3990
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3991
void call_vector_442 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3992
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3993
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3994
	_asm mov eax, 442
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3995
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3996
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3997
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3998
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  3999
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4000
void call_vector_443 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4001
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4002
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4003
	_asm mov eax, 443
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4004
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4005
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4006
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4007
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4008
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4009
void call_vector_444 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4010
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4011
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4012
	_asm mov eax, 444
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4013
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4014
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4015
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4016
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4017
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4018
void call_vector_445 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4019
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4020
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4021
	_asm mov eax, 445
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4022
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4023
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4024
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4025
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4026
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4027
void call_vector_446 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4028
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4029
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4030
	_asm mov eax, 446
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4031
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4032
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4033
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4034
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4035
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4036
void call_vector_447 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4037
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4038
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4039
	_asm mov eax, 447
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4040
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4041
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4042
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4043
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4044
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4045
void call_vector_448 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4046
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4047
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4048
	_asm mov eax, 448
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4049
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4050
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4051
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4052
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4053
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4054
void call_vector_449 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4055
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4056
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4057
	_asm mov eax, 449
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4058
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4059
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4060
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4061
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4062
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4063
void call_vector_450 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4064
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4065
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4066
	_asm mov eax, 450
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4067
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4068
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4069
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4070
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4071
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4072
void call_vector_451 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4073
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4074
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4075
	_asm mov eax, 451
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4076
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4077
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4078
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4079
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4080
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4081
void call_vector_452 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4082
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4083
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4084
	_asm mov eax, 452
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4085
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4086
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4087
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4088
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4089
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4090
void call_vector_453 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4091
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4092
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4093
	_asm mov eax, 453
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4094
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4095
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4096
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4097
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4098
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4099
void call_vector_454 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4100
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4101
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4102
	_asm mov eax, 454
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4103
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4104
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4105
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4106
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4107
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4108
void call_vector_455 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4109
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4110
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4111
	_asm mov eax, 455
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4112
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4113
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4114
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4115
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4116
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4117
void call_vector_456 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4118
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4119
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4120
	_asm mov eax, 456
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4121
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4122
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4123
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4124
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4125
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4126
void call_vector_457 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4127
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4128
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4129
	_asm mov eax, 457
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4130
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4131
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4132
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4133
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4134
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4135
void call_vector_458 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4136
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4137
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4138
	_asm mov eax, 458
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4139
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4140
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4141
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4142
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4143
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4144
void call_vector_459 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4145
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4146
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4147
	_asm mov eax, 459
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4148
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4149
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4150
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4151
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4152
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4153
void call_vector_460 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4154
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4155
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4156
	_asm mov eax, 460
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4157
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4158
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4159
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4160
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4161
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4162
void call_vector_461 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4163
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4164
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4165
	_asm mov eax, 461
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4166
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4167
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4168
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4169
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4170
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4171
void call_vector_462 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4172
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4173
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4174
	_asm mov eax, 462
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4175
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4176
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4177
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4178
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4179
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4180
void call_vector_463 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4181
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4182
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4183
	_asm mov eax, 463
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4184
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4185
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4186
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4187
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4188
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4189
void call_vector_464 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4190
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4191
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4192
	_asm mov eax, 464
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4193
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4194
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4195
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4196
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4197
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4198
void call_vector_465 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4199
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4200
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4201
	_asm mov eax, 465
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4202
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4203
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4204
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4205
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4206
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4207
void call_vector_466 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4208
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4209
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4210
	_asm mov eax, 466
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4211
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4212
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4213
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4214
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4215
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4216
void call_vector_467 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4217
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4218
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4219
	_asm mov eax, 467
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4220
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4221
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4222
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4223
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4224
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4225
void call_vector_468 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4226
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4227
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4228
	_asm mov eax, 468
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4229
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4230
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4231
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4232
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4233
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4234
void call_vector_469 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4235
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4236
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4237
	_asm mov eax, 469
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4238
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4239
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4240
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4241
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4242
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4243
void call_vector_470 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4244
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4245
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4246
	_asm mov eax, 470
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4247
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4248
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4249
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4250
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4251
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4252
void call_vector_471 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4253
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4254
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4255
	_asm mov eax, 471
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4256
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4257
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4258
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4259
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4260
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4261
void call_vector_472 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4262
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4263
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4264
	_asm mov eax, 472
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4265
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4266
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4267
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4268
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4269
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4270
void call_vector_473 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4271
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4272
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4273
	_asm mov eax, 473
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4274
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4275
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4276
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4277
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4278
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4279
void call_vector_474 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4280
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4281
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4282
	_asm mov eax, 474
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4283
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4284
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4285
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4286
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4287
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4288
void call_vector_475 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4289
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4290
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4291
	_asm mov eax, 475
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4292
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4293
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4294
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4295
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4296
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4297
void call_vector_476 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4298
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4299
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4300
	_asm mov eax, 476
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4301
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4302
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4303
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4304
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4305
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4306
void call_vector_477 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4307
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4308
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4309
	_asm mov eax, 477
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4310
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4311
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4312
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4313
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4314
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4315
void call_vector_478 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4316
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4317
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4318
	_asm mov eax, 478
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4319
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4320
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4321
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4322
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4323
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4324
void call_vector_479 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4325
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4326
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4327
	_asm mov eax, 479
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4328
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4329
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4330
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4331
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4332
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4333
void call_vector_480 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4334
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4335
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4336
	_asm mov eax, 480
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4337
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4338
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4339
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4340
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4341
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4342
void call_vector_481 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4343
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4344
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4345
	_asm mov eax, 481
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4346
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4347
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4348
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4349
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4350
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4351
void call_vector_482 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4352
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4353
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4354
	_asm mov eax, 482
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4355
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4356
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4357
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4358
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4359
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4360
void call_vector_483 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4361
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4362
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4363
	_asm mov eax, 483
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4364
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4365
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4366
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4367
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4368
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4369
void call_vector_484 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4370
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4371
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4372
	_asm mov eax, 484
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4373
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4374
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4375
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4376
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4377
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4378
void call_vector_485 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4379
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4380
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4381
	_asm mov eax, 485
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4382
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4383
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4384
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4385
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4386
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4387
void call_vector_486 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4388
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4389
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4390
	_asm mov eax, 486
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4391
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4392
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4393
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4394
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4395
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4396
void call_vector_487 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4397
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4398
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4399
	_asm mov eax, 487
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4400
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4401
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4402
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4403
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4404
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4405
void call_vector_488 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4406
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4407
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4408
	_asm mov eax, 488
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4409
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4410
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4411
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4412
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4413
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4414
void call_vector_489 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4415
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4416
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4417
	_asm mov eax, 489
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4418
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4419
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4420
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4421
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4422
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4423
void call_vector_490 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4424
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4425
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4426
	_asm mov eax, 490
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4427
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4428
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4429
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4430
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4431
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4432
void call_vector_491 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4433
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4434
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4435
	_asm mov eax, 491
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4436
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4437
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4438
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4439
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4440
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4441
void call_vector_492 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4442
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4443
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4444
	_asm mov eax, 492
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4445
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4446
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4447
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4448
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4449
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4450
void call_vector_493 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4451
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4452
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4453
	_asm mov eax, 493
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4454
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4455
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4456
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4457
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4458
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4459
void call_vector_494 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4460
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4461
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4462
	_asm mov eax, 494
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4463
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4464
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4465
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4466
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4467
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4468
void call_vector_495 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4469
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4470
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4471
	_asm mov eax, 495
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4472
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4473
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4474
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4475
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4476
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4477
void call_vector_496 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4478
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4479
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4480
	_asm mov eax, 496
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4481
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4482
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4483
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4484
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4485
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4486
void call_vector_497 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4487
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4488
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4489
	_asm mov eax, 497
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4490
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4491
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4492
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4493
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4494
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4495
void call_vector_498 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4496
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4497
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4498
	_asm mov eax, 498
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4499
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4500
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4501
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4502
__declspec(dllexport)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4503
__declspec(naked)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4504
void call_vector_499 ()
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4505
	{
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4506
	// (noname)
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4507
	_asm mov eax, 499
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4508
	_asm jmp common_dispatch
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4509
	}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4510
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4511
}
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4512
#define MAX_ORDINAL 500
029da2061de7 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Faisal Memon <faisal.memon@nokia.com>
parents: 0
diff changeset
  4513