#include <tls_info.h>
◆ addCallBack()
void retdec::fileformat::TlsInfo::addCallBack |
( |
std::uint64_t |
cb | ) |
|
◆ getCallBacks()
const std::vector< std::uint64_t > & retdec::fileformat::TlsInfo::getCallBacks |
( |
| ) |
const |
Get addresses of callbacks
- Returns
- Addresses of callbacks
◆ getCallBacksAddr()
bool retdec::fileformat::TlsInfo::getCallBacksAddr |
( |
std::uint64_t & |
res | ) |
const |
Get address of callbacks
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ getCharacteristics()
bool retdec::fileformat::TlsInfo::getCharacteristics |
( |
std::uint32_t & |
res | ) |
const |
Get characteristics
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ getIndexAddr()
bool retdec::fileformat::TlsInfo::getIndexAddr |
( |
std::uint64_t & |
res | ) |
const |
Get address of index
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ getRawDataEndAddr()
bool retdec::fileformat::TlsInfo::getRawDataEndAddr |
( |
std::uint64_t & |
res | ) |
const |
Get end of raw data address
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ getRawDataStartAddr()
bool retdec::fileformat::TlsInfo::getRawDataStartAddr |
( |
std::uint64_t & |
res | ) |
const |
Get start of raw data address
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ getZeroFillSize()
bool retdec::fileformat::TlsInfo::getZeroFillSize |
( |
std::uint32_t & |
res | ) |
const |
Get zero fill size
- Parameters
-
res | Variable to store the result to |
- Returns
true
on success, false
otherwise
◆ setCallBacks()
void retdec::fileformat::TlsInfo::setCallBacks |
( |
const std::vector< uint64_t > & |
callbacks | ) |
|
Set array of callbacks
- Parameters
-
callbacks | address of callbacks to set |
◆ setCallBacksAddr()
void retdec::fileformat::TlsInfo::setCallBacksAddr |
( |
std::uint64_t |
cbAddr | ) |
|
Set address of callbacks
- Parameters
-
cbAddr | address of callbacks to set |
◆ setCharacteristics()
void retdec::fileformat::TlsInfo::setCharacteristics |
( |
std::uint32_t |
chars | ) |
|
Set characteristics
- Parameters
-
chars | characteristics to set |
◆ setIndexAddr()
void retdec::fileformat::TlsInfo::setIndexAddr |
( |
std::uint64_t |
iAddr | ) |
|
Set address of index
- Parameters
-
iAddr | address of index to set |
◆ setRawDataEndAddr()
void retdec::fileformat::TlsInfo::setRawDataEndAddr |
( |
std::uint64_t |
eAddr | ) |
|
Set end of raw data address
- Parameters
-
eAddr | end of raw data address to set |
◆ setRawDataStartAddr()
void retdec::fileformat::TlsInfo::setRawDataStartAddr |
( |
std::uint64_t |
sAddr | ) |
|
Set start of raw data address
- Parameters
-
sAddr | start of raw data address to set |
◆ setZeroFillSize()
void retdec::fileformat::TlsInfo::setZeroFillSize |
( |
std::uint32_t |
zFill | ) |
|
Set zero fill size
- Parameters
-
zFill | zero fill size to set |
◆ callBacks
std::vector<std::uint64_t> retdec::fileformat::TlsInfo::callBacks |
|
private |
addresses of callback functions
◆ callBacksAddr
std::uint64_t retdec::fileformat::TlsInfo::callBacksAddr = 0 |
|
private |
address of array of callbacks
◆ callBacksAddrValid
bool retdec::fileformat::TlsInfo::callBacksAddrValid = false |
|
private |
◆ characteristics
std::uint32_t retdec::fileformat::TlsInfo::characteristics = 0 |
|
private |
◆ characteristicsValid
bool retdec::fileformat::TlsInfo::characteristicsValid = false |
|
private |
◆ indexAddr
std::uint64_t retdec::fileformat::TlsInfo::indexAddr = 0 |
|
private |
◆ indexAddrValid
bool retdec::fileformat::TlsInfo::indexAddrValid = false |
|
private |
◆ rawDataEndAddr
std::uint64_t retdec::fileformat::TlsInfo::rawDataEndAddr = 0 |
|
private |
◆ rawDataEndAddrValid
bool retdec::fileformat::TlsInfo::rawDataEndAddrValid = false |
|
private |
◆ rawDataStartAddr
std::uint64_t retdec::fileformat::TlsInfo::rawDataStartAddr = 0 |
|
private |
start address of raw data
◆ rawDataStartAddrValid
bool retdec::fileformat::TlsInfo::rawDataStartAddrValid = false |
|
private |
◆ zeroFillSize
std::uint32_t retdec::fileformat::TlsInfo::zeroFillSize = 0 |
|
private |
◆ zeroFillSizeValid
bool retdec::fileformat::TlsInfo::zeroFillSizeValid = false |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/tls_info/tls_info.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/tls_info/tls_info.cpp