Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/amd64/
H A Dpe.h496 #define IMAGE_REL_BASED_LOW 2 macro
/freebsd/stand/efi/include/i386/
H A Dpe.h496 #define IMAGE_REL_BASED_LOW 2 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h690 IMAGE_REL_BASED_LOW = 2, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1921 case COFF::IMAGE_REL_BASED_LOW: return "LOW"; in getBaseRelocTypeName()