Home
last modified time | relevance | path

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

/test/vts/utils/python/library/vtable/
Dvtable_dumper.py141 is_relr = rel_sh.sh_type in (consts.SHT_RELR,
305 sh_rel_types = (consts.SHT_REL, consts.SHT_RELA, consts.SHT_RELR,
/test/vts/utils/python/library/elf/
Dconsts.py86 SHT_RELR = 19 variable
/test/vts/utils/python/library/
Delf_parser.py465 elif rel.sh_type in (consts.SHT_RELR, consts.SHT_ANDROID_RELR):