28.2.61 __builtin_section_begin, __builtin_section_end

Description

Get run-time information about a section beginning or ending address.

Prototype

uint32_t __builtin_section_begin(“section_name”);
uint32_t __builtin_section_end(“section_name”);

Argument

section_name – name of the section

Return Value

Returns the beginning or ending address of the named section.

Assembler Operator

.startof.
.endof.

Error Messages

An error message will be displayed if the named section cannot be found.