pstore2
Public Member Functions | List of all members
pstore::repo::bss_section_dispatcher Class Referencefinal
Inheritance diagram for pstore::repo::bss_section_dispatcher:
Inheritance graph
[legend]
Collaboration diagram for pstore::repo::bss_section_dispatcher:
Collaboration graph
[legend]

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_dispatcheroperator= (bss_section_dispatcher const &)=delete
 
bss_section_dispatcheroperator= (bss_section_dispatcher &&)=delete
 
std::size_t size_bytes () const final
 
unsigned align () const final
 
std::size_t size () const final
 
container< internal_fixupifixups () const final
 
container< external_fixupxfixups () const final
 
container< std::uint8_t > payload () const final
 Return the data section stored in the object file. More...
 

Member Function Documentation

◆ payload()

container<std::uint8_t> pstore::repo::bss_section_dispatcher::payload ( ) const
inlinefinalvirtual

Return the data section stored in the object file.

For example, the bss section has empty data section.

Implements pstore::repo::dispatcher.


The documentation for this class was generated from the following files: