.envrc
.gitignore
LICENSE
Makefile
README.md
copy.bara.sky
mypy.ini
pyproject.toml
setup.cfg
.github/FUNDING.yml
.github/workflows/main.yml
.github/workflows/publish-to-pypi.yml
.vscode/settings.json
benchmarks/bin_symbol_size.py
benchmarks/find_shadowed_symbols.py
benchmarks/graph_bin_symbol_size.py
benchmarks/graph_symbol_size_benchmark.py
benchmarks/symbol_size_benchmark.py
benchmarks/symbols-ubuntu.json
examples/debug-information/Makefile
examples/debug-information/debug.cc
examples/nested-symbols/Makefile
examples/nested-symbols/nested.c
examples/shadowed-symbols/Makefile
sqlelf/__init__.py
sqlelf/__main__.py
sqlelf/_version.py
sqlelf/cli.py
sqlelf/elf.py
sqlelf/lief_ext.py
sqlelf/py.typed
sqlelf/sql.py
sqlelf.egg-info/PKG-INFO
sqlelf.egg-info/SOURCES.txt
sqlelf.egg-info/dependency_links.txt
sqlelf.egg-info/entry_points.txt
sqlelf.egg-info/requires.txt
sqlelf.egg-info/top_level.txt
sqlelf/_vendor/elftools/METADATA
sqlelf/_vendor/elftools/__init__.py
sqlelf/_vendor/elftools/py.typed
sqlelf/_vendor/elftools/common/__init__.py
sqlelf/_vendor/elftools/common/construct_utils.py
sqlelf/_vendor/elftools/common/exceptions.py
sqlelf/_vendor/elftools/common/utils.py
sqlelf/_vendor/elftools/construct/LICENSE
sqlelf/_vendor/elftools/construct/README
sqlelf/_vendor/elftools/construct/__init__.py
sqlelf/_vendor/elftools/construct/adapters.py
sqlelf/_vendor/elftools/construct/core.py
sqlelf/_vendor/elftools/construct/debug.py
sqlelf/_vendor/elftools/construct/macros.py
sqlelf/_vendor/elftools/construct/lib/__init__.py
sqlelf/_vendor/elftools/construct/lib/binary.py
sqlelf/_vendor/elftools/construct/lib/bitstream.py
sqlelf/_vendor/elftools/construct/lib/container.py
sqlelf/_vendor/elftools/construct/lib/hex.py
sqlelf/_vendor/elftools/construct/lib/py3compat.py
sqlelf/_vendor/elftools/dwarf/__init__.py
sqlelf/_vendor/elftools/dwarf/abbrevtable.py
sqlelf/_vendor/elftools/dwarf/aranges.py
sqlelf/_vendor/elftools/dwarf/callframe.py
sqlelf/_vendor/elftools/dwarf/compileunit.py
sqlelf/_vendor/elftools/dwarf/constants.py
sqlelf/_vendor/elftools/dwarf/datatype_cpp.py
sqlelf/_vendor/elftools/dwarf/descriptions.py
sqlelf/_vendor/elftools/dwarf/die.py
sqlelf/_vendor/elftools/dwarf/dwarf_expr.py
sqlelf/_vendor/elftools/dwarf/dwarf_util.py
sqlelf/_vendor/elftools/dwarf/dwarfinfo.py
sqlelf/_vendor/elftools/dwarf/enums.py
sqlelf/_vendor/elftools/dwarf/lineprogram.py
sqlelf/_vendor/elftools/dwarf/locationlists.py
sqlelf/_vendor/elftools/dwarf/namelut.py
sqlelf/_vendor/elftools/dwarf/ranges.py
sqlelf/_vendor/elftools/dwarf/structs.py
sqlelf/_vendor/elftools/ehabi/__init__.py
sqlelf/_vendor/elftools/ehabi/constants.py
sqlelf/_vendor/elftools/ehabi/decoder.py
sqlelf/_vendor/elftools/ehabi/ehabiinfo.py
sqlelf/_vendor/elftools/ehabi/structs.py
sqlelf/_vendor/elftools/elf/__init__.py
sqlelf/_vendor/elftools/elf/constants.py
sqlelf/_vendor/elftools/elf/descriptions.py
sqlelf/_vendor/elftools/elf/dynamic.py
sqlelf/_vendor/elftools/elf/elffile.py
sqlelf/_vendor/elftools/elf/enums.py
sqlelf/_vendor/elftools/elf/gnuversions.py
sqlelf/_vendor/elftools/elf/hash.py
sqlelf/_vendor/elftools/elf/notes.py
sqlelf/_vendor/elftools/elf/relocation.py
sqlelf/_vendor/elftools/elf/sections.py
sqlelf/_vendor/elftools/elf/segments.py
sqlelf/_vendor/elftools/elf/structs.py
tests/__init__.py
tests/test_cli.py
tests/test_examples.py
tests/test_sql.py