Home
last modified time | relevance | path

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

/test/vts/vndk_utils/library/elf/
Dconsts.py91 SHT_ANDROID_RELA = SHT_LOOS + 2 variable
/test/vts/vndk_utils/library/vtable/
Dvtable_dumper.py141 consts.SHT_ANDROID_RELA)
307 consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA,
/test/vts/vndk_utils/library/
Delf_parser.py459 if rel.sh_type in (consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA):