summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/section.yml
blob: 00e46544a2db2e2f817ba8a0bce0a3e3face17e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
interface-brief: |
  Instructs the compiler to place a specific variable or function in the
  specified section.
interface-definition:
  default: ''
  variants:
  - definition: |
      __attribute__((__section__(_section)))
    enabled-by:
    - defined(${/if/compiler/gnuc:/interface-name})
interface-description: null
interface-name: RTEMS_SECTION
interface-notes: null
interface-params:
- description: |
    is the section name as a string.
  dir: null
  name: _section
interface-return:
  return: null
  return-values: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: /groups/api/basedefs
type: interface