28.2.54 __builtin_section_size

__builtin_section_size

Description

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

Prototype

unsigned long __builtin_section_size(“section_name”);

Argument

section_name – name of the section

Return Value

Returns the size of the named section.

Assembler Operator/ Machine Instruction

section_size

Error Messages

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