MCPcopy Create free account
hub / github.com/pytorch/executorch / Symbol

Class Symbol

scripts/check_binary_dependencies.py:66–73  ·  view source on GitHub ↗

Symbol scraped from ELF binary object.

Source from the content-addressed store, hash-verified

64
65@dataclass
66class Symbol:
67 """Symbol scraped from ELF binary object."""
68
69 mangled: str
70 demangled: str
71 defined: bool
72 disallowed: bool
73 sources: List[Path]
74
75
76# Cached symbols dictionary.

Callers 2

get_object_symbolsFunction · 0.85
check_dynamicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected