Home
last modified time | relevance | path

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

/test/vts/utils/python/library/vtable/
Dvtable_dumper.py140 consts.SHT_ANDROID_RELA)
306 consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA,
/test/vts/utils/python/library/elf/
Dconsts.py89 SHT_ANDROID_RELA = SHT_LOOS + 2 variable
/test/vts/utils/python/library/
Delf_parser.py459 if rel.sh_type in (consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA):