1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
elf Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
vtable Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
__init__.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ar_parser.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
elf_parser.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
elf_parser_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

This directory contains ELF parsing utilities for VTS ABI test.

  • elf_parser.py: Contains ElfParser that reads metadata from an ELF file.
  • elf/consts.py: Contains ELF constants.
  • elf/structs.py: Contains ELF C structs and data types.
  • vtable/vtable_dumper.py: Contains VtableDumper that dumps vtable structures from an ELF file.

For more info about the meanings and definitions of each ELF constant and structs, please consult the System V ABI: https://refspecs.linuxfoundation.org/elf/gabi4+/contents.html