nn::os::GetCodeRegionAddress Function

Syntax

#include <nn/os.h>

uptr GetCodeRegionAddress();

Parameters

None.

Return Values

Returns the starting address of the executable code region.

Description

Gets the starting address of the executable code region.

Gets the starting address of the memory region where the static module executable code is placed.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL