Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
glibc_compat.cpp File Reference
#include "bitcoin-config.h"
#include <cstddef>
#include <sys/select.h>
+ Include dependency graph for glibc_compat.cpp:

Go to the source code of this file.

Functions

void * memmove (void *a, const void *b, size_t c)
 
void * memcpy (void *a, const void *b, size_t c)
 
void __chk_fail (void) __attribute__((__noreturn__))
 
FDELT_TYPE __fdelt_warn (FDELT_TYPE a)
 
FDELT_TYPE __fdelt_chk (FDELT_TYPE) __attribute__((weak
 
FDELT_TYPE alias ("__fdelt_warn")))
 

Function Documentation

void __chk_fail ( void  )

Referenced by __fdelt_warn().

+ Here is the caller graph for this function:

FDELT_TYPE __fdelt_chk ( FDELT_TYPE  )
FDELT_TYPE __fdelt_warn ( FDELT_TYPE  a)

Definition at line 13 of file glibc_compat.cpp.

References __chk_fail().

+ Here is the call graph for this function:

FDELT_TYPE alias ( "__fdelt_warn"  )
void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 7 of file glibc_compat.cpp.

References memmove().

Referenced by CKey::CKey(), CMainParams::CMainParams(), CMessageHeader::CMessageHeader(), CNetAddr::CNetAddr(), CScriptCompressor::Compress(), CExtPubKey::Decode(), CExtKey::Decode(), CScriptCompressor::Decompress(), DecryptSecret(), CPubKey::Derive(), CKey::Derive(), CExtPubKey::Derive(), CExtKey::Derive(), CExtPubKey::Encode(), CExtKey::Encode(), EncryptSecret(), CNode::EndMessage(), EvalScript(), FormatHashBuffers(), CBitcoinAddress::Get(), CNetAddr::GetHash(), CNetAddr::GetIn6Addr(), CNetAddr::GetInAddr(), CService::GetKey(), CBitcoinAddress::GetKeyID(), CScript::GetOp2(), HMAC_SHA512_Init(), CDataStream::insert(), CMPTransaction::interpretPacket(), CScriptCompressor::IsToKeyID(), CScriptCompressor::IsToScriptID(), CMPTransaction::logicMath_MetaDEx(), CMPTransaction::logicMath_TradeOffer(), CExtKey::Neuter(), parseTransaction(), prepareObfuscatedHashes(), ProcessMessage(), ProcessMessages(), CDataStream::read(), CBufferedFile::read(), CNetMessage::readData(), CNetMessage::readHeader(), CPubKey::Set(), CMPTransaction::Set(), CKey::Set(), CBase58Data::SetData(), CNetAddr::SetIP(), CCrypter::SetKey(), CExtKey::SetMaster(), CNetAddr::SetSpecial(), CBase58Data::SetString(), Socks4(), CMPTransaction::step1(), CMPTransaction::step2_Alert(), CMPTransaction::step2_SmartProperty(), CMPTransaction::step2_Value(), CMPTransaction::step3_sp_fixed(), CMPTransaction::step3_sp_variable(), uint160::uint160(), and uint256::uint256().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void* memmove ( void *  a,
const void *  b,
size_t  c 
)

Referenced by memcpy().

+ Here is the caller graph for this function: