28.2.62 __builtin_section_size

Description

Get run-time information about a section’s size.

Prototype

uint32_t __builtin_section_size(“section_name”);

Argument

section_name – name of the section

Return Value

Returns the size of the named section.

Assembler Operator

.sizeof.

Error Messages

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