Home
last modified time | relevance | path

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

/test/vts/utils/python/library/vtable/
Dvtable_dumper.py139 is_rela = rel_sh.sh_type in (consts.SHT_RELA,
305 sh_rel_types = (consts.SHT_REL, consts.SHT_RELA, consts.SHT_RELR,
/test/vts/utils/python/library/elf/
Dconsts.py73 SHT_RELA = 4 variable
/test/vts/utils/python/library/
Delf_parser.py443 if rel.sh_type == consts.SHT_RELA: