Bitcoin Core  31.0.0
P2P Digital Currency
Classes | Functions
symbol-check Namespace Reference

Classes

class  UnexpectedExport
 

Functions

def get_exported_exports (library)
 
def grep_expected_symbols ()
 
def check_symbols (library, expected_exports)
 
def main ()
 

Function Documentation

◆ check_symbols()

def symbol-check.check_symbols (   library,
  expected_exports,
  None 
)
Check that the library exports only the expected symbols.

Definition at line 50 of file symbol-check.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_exported_exports()

def symbol-check.get_exported_exports (   library,
  list,
  str 
)
Adapter function to get exported symbols based on the library format.

Definition at line 26 of file symbol-check.py.

Here is the caller graph for this function:

◆ grep_expected_symbols()

def symbol-check.grep_expected_symbols (   list,
  str 
)
Guess the list of expected exported symbols from the source code.

Definition at line 37 of file symbol-check.py.

Here is the caller graph for this function:

◆ main()

def symbol-check.main ( void  )

Definition at line 57 of file symbol-check.py.

Here is the call graph for this function: