__iew_alignT() – Align text

Requests that a specified section be loaded on a 4K boundary. Can be used only when _IEW_BIND intent is specified.

Format

#include <__iew_api.h>
int __iew_alignT(_IEWAPIContext *__context,
                            const char *__section);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__section
the section name

Returned Value

If successful, __iew_alignT() returns 0.

If unsuccessful, __iew_alignT() returns nonzero.

Note: The returned value is the same as the code returned by a subsequent __iew_get_return_code().

Utilities Functions

__iew_get_reason_code()
__iew_get_return_code()