|
pstore2
|
Public Member Functions | |
| constexpr | internal_fixup (section_kind const section_, relocation_type const type_, std::uint64_t const offset_, std::int64_t const addend_) noexcept |
| internal_fixup (internal_fixup const &) noexcept=default | |
| internal_fixup (internal_fixup &&) noexcept=default | |
| internal_fixup & | operator= (internal_fixup const &) noexcept=default |
| internal_fixup & | operator= (internal_fixup &&) noexcept=default |
| bool | operator== (internal_fixup const &rhs) const noexcept |
| bool | operator!= (internal_fixup const &rhs) const noexcept |
Public Attributes | |
| section_kind | section |
| relocation_type | type |
| std::uint16_t | padding1 = 0 |
| std::uint32_t | padding2 = 0 |
| std::uint64_t | offset |
| std::int64_t | addend |
1.8.13