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