|
|
using | size_type = std::uint32_t |
| |
◆ bss_section()
| pstore::repo::bss_section::bss_section |
( |
unsigned const |
align, |
|
|
size_type const |
size |
|
) |
| |
|
inline |
- Parameters
-
| align | The alignment of the BSS data. Must be a power of 2. |
| size | The number of bytes of BSS data. |
◆ align_
| bit_field<std::uint64_t, 0, 8> pstore::repo::bss_section::align_ |
The alignment of this section expressed as a power of two (i.e.
8 byte alignment is expressed as an align_ value of 3). (Allowing for as many as 8 bits here is probably a little excessive.)
The documentation for this class was generated from the following file: