Share via


ALTERNATE_ENTRY (ARM)

9/7/2007

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

Syntax

ALTERNATE_ENTRY Name[,[Section=]SectionName]

Parameters

  • Name
    The entry point.
  • SectionName
    The name of the section where the entry appears; see Remarks.

Return Value

None.

Remarks

Name is in the global name space.

The ALTERNATE_ENTRY macro does not use the SectionName parameter. The parameter is accepted and ignored for consistency with NESTED_ENTRY (ARM) and LEAF_ENTRY (ARM).

If used, an ALTERNATE_ENTRY call must appear in the body of a routine.

See Also

Reference

NESTED_ENTRY (ARM)
LEAF_ENTRY (ARM)