Share via


ALTERNATE_ENTRY (MIPS)

9/7/2007

This macro declares an alternate entry to a routine of type NESTED_ENTRY (MIPS) or LEAF_ENTRY (MIPS).

Syntax

ALTERNATE_ENTRY Name[,
[Section=]SectionName]

Parameters

  • Name
    Name is the entry point and is in the global name space.
  • SectionName
    SectionName is the name of the section in which the entry will appear; see Remarks.

Return Values

None.

Remarks

The ALTERNATE_ENTRY macro does not use the SectionName parameter. The parameter is accepted and ignored for consistency with NESTED_ENTRY (MIPS) and LEAF_ENTRY (MIPS). If used, an ALTERNATE_ENTRY call must appear in the body of a routine.

See Also

Reference

NESTED_ENTRY (MIPS)
LEAF_ENTRY (MIPS)