E32ImportBlock Class Reference
A block of imports from a single executable. These structures are conatined in a images Import Section (E32ImportSection).
Member Functions Documentation
Imports()
const TUint * | Imports | ( | ) | const [inline] |
Return address of first import in this block. For import format KImageImpFmt_ELF, imports are list of code section offsets. For import format KImageImpFmt_PE, imports are a list of imported ordinals. For import format KImageImpFmt_PE2, the import list is not present and should not be accessed.
NextBlock(TUint)
Return pointer to import block which immediately follows this one.
Parameters
TUint aImpFmt | Import format as obtained from image header. |
Size(TUint)
Return size of this import block.
Parameters
TUint aImpFmt | Import format as obtained from image header. |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.