|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <SymbolVersionAuxRequirement.hpp>


Public Member Functions | |
| SymbolVersionAuxRequirement (const details::Elf64_Vernaux &header) | |
| SymbolVersionAuxRequirement (const details::Elf32_Vernaux &header) | |
| SymbolVersionAuxRequirement ()=default | |
| SymbolVersionAuxRequirement & | operator= (const SymbolVersionAuxRequirement &)=default |
| SymbolVersionAuxRequirement (const SymbolVersionAuxRequirement &)=default | |
| ~SymbolVersionAuxRequirement () override=default | |
| uint32_t | hash () const |
| Hash value of the dependency name (use ELF hashing function). | |
| uint16_t | flags () const |
| Bitmask of flags. | |
| uint16_t | other () const |
| It returns the unique version index for the file which is used in the version symbol table. If the highest bit (bit 15) is set this is a hidden symbol which cannot be referenced from outside the object. | |
| void | hash (uint32_t hash) |
| void | flags (uint16_t flags) |
| void | other (uint16_t other) |
| void | accept (Visitor &visitor) const override |
| const std::string & | name () const |
| Symbol's aux name (e.g. GLIBC_2.2.5). | |
| void | name (std::string name) |
| Public Member Functions inherited from LIEF::ELF::SymbolVersionAux | |
| SymbolVersionAux (std::string name) | |
| SymbolVersionAux ()=default | |
| ~SymbolVersionAux () override=default | |
| SymbolVersionAux & | operator= (const SymbolVersionAux &)=default |
| SymbolVersionAux (const SymbolVersionAux &)=default | |
| const std::string & | name () const |
| Symbol's aux name (e.g. GLIBC_2.2.5). | |
| void | name (std::string name) |
| Public Member Functions inherited from LIEF::Object | |
| Object () | |
| Object (const Object &other) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default |
| template<class T> | |
| output_t< T > | as () |
| template<class T> | |
| output_const_t< T > | as () const |
| virtual bool | operator== (const Object &other) const |
| virtual bool | operator!= (const Object &other) const |
| virtual | ~Object () |
Additional Inherited Members | |
| Public Types inherited from LIEF::Object | |
| template<class T> | |
| using | output_t = add_pointer_t<decay_t<T>> |
| template<class T> | |
| using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
| LIEF::ELF::SymbolVersionAuxRequirement::SymbolVersionAuxRequirement | ( | const details::Elf64_Vernaux & | header | ) |
Referenced by operator<<, operator=(), and SymbolVersionAuxRequirement().
| LIEF::ELF::SymbolVersionAuxRequirement::SymbolVersionAuxRequirement | ( | const details::Elf32_Vernaux & | header | ) |
|
default |
|
default |
References SymbolVersionAuxRequirement().
|
overridedefault |
|
overridevirtual |
Reimplemented from LIEF::ELF::SymbolVersionAux.
References LIEF_API.
|
inline |
Bitmask of flags.
Referenced by flags().
|
inline |
References flags().
|
inline |
|
inline |
References hash().
|
inline |
Symbol's aux name (e.g. GLIBC_2.2.5).
Referenced by operator<<.
|
inline |
|
default |
References SymbolVersionAuxRequirement().
|
inline |
It returns the unique version index for the file which is used in the version symbol table. If the highest bit (bit 15) is set this is a hidden symbol which cannot be referenced from outside the object.
Referenced by other().
|
inline |
References other().