Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp529 return IMAGE_REL_BASED_HIGHLOW; in getBaserelType()
533 return IMAGE_REL_BASED_HIGHLOW; in getBaserelType()
537 return IMAGE_REL_BASED_HIGHLOW; in getBaserelType()
1014 return IMAGE_REL_BASED_HIGHLOW; in getDefaultType()
/freebsd/stand/efi/include/amd64/
H A Dpe.h497 #define IMAGE_REL_BASED_HIGHLOW 3 macro
/freebsd/stand/efi/include/i386/
H A Dpe.h497 #define IMAGE_REL_BASED_HIGHLOW 3 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h691 IMAGE_REL_BASED_HIGHLOW = 3, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1925 case COFF::IMAGE_REL_BASED_HIGHLOW: return "HIGHLOW"; in getBaseRelocTypeName()