28.2.53 __builtin_section_begin, __builtin_section_end
Description
Get run-time information about a section beginning or ending address.
Prototype
unsigned long __builtin_section_begin(“section_name”);
unsigned long __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/ Machine Instruction
section_begin
section_end
Error Messages
An error message will be displayed if the named section cannot be found.