Name Date Size #Lines LOC

..--

elf/H25-Apr-2025-915606

vtable/H25-Apr-2025-460313

README.mdH A D25-Apr-2025539 129

__init__.pyH A D25-Apr-20250 10

ar_parser.pyH A D25-Apr-20252.7 KiB9361

elf_parser.pyH A D25-Apr-202523.3 KiB700556

elf_parser_test.pyH A D25-Apr-20256.6 KiB167118

README.md

1This directory contains ELF parsing utilities for VTS ABI test.
2
3* elf_parser.py: Contains ElfParser that reads metadata from an ELF file.
4* elf/consts.py: Contains ELF constants.
5* elf/structs.py: Contains ELF C structs and data types.
6* vtable/vtable_dumper.py: Contains VtableDumper that dumps vtable structures
7                           from an ELF file.
8
9For more info about the meanings and definitions of each ELF constant and
10structs, please consult the System V ABI:
11https://refspecs.linuxfoundation.org/elf/gabi4+/contents.html
12