Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCOFF.h616 IMAGE_REL_BASED_LOW = 2, enumerator
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1120 case COFF::IMAGE_REL_BASED_LOW: return "LOW"; in getBaseRelocTypeName()