Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This macro declares the beginning of a routine that either has an existing frame or creates a stack frame.
NESTED_ENTRYName[,[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 NESTED_ENTRY must have an associated PROLOGUE_END.
Requirements
Header: Kxmips.h
See Also
LEAF_ENTRY (MIPS) | EXCEPTION_HANDLER (MIPS) | PROLOGUE_END
Send Feedback on this topic to the authors