|
pstore2
|


Public Member Functions | |
| bss_section_dispatcher (bss_section const &b) noexcept | |
| bss_section_dispatcher (unsigned const align, bss_section::size_type const size) | |
| bss_section_dispatcher (bss_section_dispatcher const &)=delete | |
| bss_section_dispatcher (bss_section_dispatcher &&) noexcept=delete | |
| bss_section_dispatcher & | operator= (bss_section_dispatcher const &)=delete |
| bss_section_dispatcher & | operator= (bss_section_dispatcher &&)=delete |
| std::size_t | size_bytes () const final |
| unsigned | align () const final |
| std::size_t | size () const final |
| container< internal_fixup > | ifixups () const final |
| container< external_fixup > | xfixups () const final |
| container< std::uint8_t > | payload () const final |
| Return the data section stored in the object file. More... | |
|
inlinefinalvirtual |
Return the data section stored in the object file.
For example, the bss section has empty data section.
Implements pstore::repo::dispatcher.
1.8.13