Class which represents the SYSV hash for the symbols resolution.
More...
#include <SysvHash.hpp>
|
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>>> |
|
Class which represents the SYSV hash for the symbols resolution.
References:
◆ SysvHash() [1/3]
LIEF::ELF::SysvHash::SysvHash |
( |
| ) |
|
|
default |
◆ SysvHash() [2/3]
LIEF::ELF::SysvHash::SysvHash |
( |
const SysvHash & | copy | ) |
|
|
default |
◆ SysvHash() [3/3]
LIEF::ELF::SysvHash::SysvHash |
( |
SysvHash && | | ) |
|
|
default |
◆ ~SysvHash()
LIEF::ELF::SysvHash::~SysvHash |
( |
| ) |
|
|
overridedefault |
◆ accept()
void LIEF::ELF::SysvHash::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ buckets()
const std::vector< uint32_t > & LIEF::ELF::SysvHash::buckets |
( |
| ) |
const |
|
inline |
◆ chains()
const std::vector< uint32_t > & LIEF::ELF::SysvHash::chains |
( |
| ) |
const |
|
inline |
◆ nbucket()
uint32_t LIEF::ELF::SysvHash::nbucket |
( |
| ) |
const |
|
inline |
Return the number of buckets used.
◆ nchain() [1/2]
uint32_t LIEF::ELF::SysvHash::nchain |
( |
| ) |
const |
|
inline |
Return the number of chain used.
◆ nchain() [2/2]
void LIEF::ELF::SysvHash::nchain |
( |
uint32_t | nb | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: