Skip to main content

IAR Embedded Workbench for Arm 9.70.x

section_prefix

In this section:
Syntax
#pragma section_prefix="prefix"
Parameters

prefix

A prefix to add to all section names.

Description

This pragma directive has the same effect as the compiler option ‑‑section_prefix. The names of all sections in the translation unit that are not explicitly named using the @ notation or the #pragma location directive are changed.

See also

‑‑section_prefix.