Home
last modified time | relevance | path

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

/external/chromium_org/tools/symsrc/
Dpefile.py229 RELOCATION_TYPE = dict([(e[1], e[0]) for e in relocation_types]+relocation_types) variable
3371 reloc.rva, RELOCATION_TYPE[reloc.type][16:]), 4)
3638 if entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_ABSOLUTE']:
3642 elif entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_HIGH']:
3652 elif entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_LOW']:
3662 elif entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_HIGHLOW']:
3671 elif entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_HIGHADJ']:
3691 elif entry.type == RELOCATION_TYPE['IMAGE_REL_BASED_DIR64']: