Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_REL (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/python/library/elf/
Dconsts.py88 SHT_ANDROID_REL = SHT_LOOS + 1 variable
/test/vts/utils/python/library/
Delf_parser.py459 if rel.sh_type in (consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA):
461 if rel.sh_type == consts.SHT_ANDROID_REL:
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py306 consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA,