|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <internal_arm64.hpp>
Public Member Functions | |
| uint32_t | function_length () const |
| uint8_t | version () const |
| bool | X () const |
| uint8_t | E () const |
| uint16_t | epilog_count () const |
| uint8_t | code_words () const |
| bool | is_extended () const |
Public Attributes | |
| std::array< uint32_t, MAX_WORDS > | data = {0} |
Static Public Attributes | |
| static constexpr auto | MAX_WORDS = 2 |
|
inline |
References data, and is_extended().
|
inline |
References data.
|
inline |
References data, and is_extended().
|
inline |
References data.
|
inline |
References data.
Referenced by code_words(), and epilog_count().
|
inline |
References data.
|
inline |
References data.
| std::array<uint32_t, MAX_WORDS> LIEF::PE::details::arm64_unpacked_t::data = {0} |
Referenced by code_words(), E(), epilog_count(), function_length(), is_extended(), version(), and X().
|
staticconstexpr |