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

Classes

class  UnexpectedExport
 

Functions

list[str] get_exported_exports (library)
 
list[str] grep_expected_symbols ()
 
None check_symbols (library, expected_exports)
 
def main ()
 

Function Documentation

◆ check_symbols()

None symbol-check.check_symbols (   library,
  expected_exports 
)
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()

list[str] symbol-check.get_exported_exports (   library)
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()

list[str] symbol-check.grep_expected_symbols ( )
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:
Here is the caller graph for this function: