LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LIEF::ELF::SysvHash Class Reference

Class which represents the SYSV hash for the symbols resolution. More...

#include <SysvHash.hpp>

Inheritance diagram for LIEF::ELF::SysvHash:
Inheritance graph
[legend]
Collaboration diagram for LIEF::ELF::SysvHash:
Collaboration graph
[legend]

Public Member Functions

SysvHashoperator= (const SysvHash &copy)=default
 
 SysvHash (const SysvHash &copy)=default
 
SysvHashoperator= (SysvHash &&)=default
 
 SysvHash (SysvHash &&)=default
 
uint32_t nbucket () const
 Return the number of buckets used.
 
uint32_t nchain () const
 Return the number of chain used.
 
const std::vector< uint32_t > & buckets () const
 Buckets values.
 
const std::vector< uint32_t > & chains () const
 Chains values.
 
void nchain (uint32_t nb)
 
void accept (Visitor &visitor) const override
 
- Public Member Functions inherited from LIEF::Object
 Object (const Object &other)
 
Objectoperator= (const Object &other)
 
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
 

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>>>
 

Detailed Description

Class which represents the SYSV hash for the symbols resolution.

References:

Member Function Documentation

◆ accept()

void LIEF::ELF::SysvHash::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.


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