Sections Linking Directive

The .seclink directive declares a link between one section to another section. This directive can be used to link an unwind information section with the user-defined executable section.

The .seclink directive has the following syntax:

.seclink section-name, linked-to-section-name

Where

section-name

Represents the name of a section that links to another section.

link-to-section-name

Represents the name of a section the section-name links to.