Coda Distributed File System
|
Functions | |
def | demangle (names) |
def | extract_symbols (filename) |
def | enumerate_objects (root) |
Variables | |
parser = argparse.ArgumentParser() | |
action | |
help | |
nargs | |
default | |
args = parser.parse_args() | |
dictionary | syms_defined = {} |
syms_used = set() | |
defined | |
used | |
dictionary | unused = {} |
def find_unused_symbols.demangle | ( | names | ) |
Turn mangled C++ names back into something humans can understand.
def find_unused_symbols.enumerate_objects | ( | root | ) |
Walk tree from root and return names of object files.
def find_unused_symbols.extract_symbols | ( | filename | ) |
Extract defined/used function names from object files
find_unused_symbols.action |
find_unused_symbols.args = parser.parse_args() |
find_unused_symbols.default |
find_unused_symbols.defined |
find_unused_symbols.help |
find_unused_symbols.nargs |
find_unused_symbols.parser = argparse.ArgumentParser() |
dictionary find_unused_symbols.syms_defined = {} |
find_unused_symbols.syms_used = set() |
dictionary find_unused_symbols.unused = {} |
find_unused_symbols.used |