Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/amd64/
H A Dpe.h495 #define IMAGE_REL_BASED_HIGH 1 macro
/freebsd/stand/efi/include/i386/
H A Dpe.h495 #define IMAGE_REL_BASED_HIGH 1 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h689 IMAGE_REL_BASED_HIGH = 1, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1923 case COFF::IMAGE_REL_BASED_HIGH: return "HIGH"; in getBaseRelocTypeName()