29.1.13 __builtin_section_begin Built-in Function

Remember: This built-in function gets run-time information about section addresses and sizes.

Description

Return the beginning address of the quoted section name.

Prototype

unsigned long __builtin_section_begin(quoted-section-name);

Argument

quoted-section-name The name of the section.

Return Value

The address of the section.

Assembler Operator/ Machine Instruction

.startof.

Error Messages

An “undefined reference” error message will be displayed if the quoted section name does not exist in the link.