LEAF_ENTRY
This macro declares the beginning of a routine that does not require any prolog code.
LEAF_ENTRY Name[,
[Section=]SectionName]
Parameters
- Name
Name is the routine name and is in the global name space. - SectionName
SectionName is the name of the section in which the entry will appear; it is optional and defaults to .text.
Return Values
None.
Remarks
A LEAF_ENTRY must have an associated ENTRY_END.
Each supported microprocessor contains a definition for this macro in a microprocessor-specific header file. The following table shows the supported microprocessor families and the related header file that contains the macro definition for that family.
Microprocessor family | Header file name |
---|---|
ARM | Kxarm.h |
SH3, SH4 | Kxshx.h |
MIPS | Kxmips.h |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: See Remarks.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.