Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.cpp420 return IMAGE_REL_BASED_DIR64; in getBaserelType()
434 return IMAGE_REL_BASED_DIR64; in getBaserelType()
817 return IMAGE_REL_BASED_DIR64; in getDefaultType()
/freebsd-12.1/stand/efi/include/amd64/
H A Dpe.h501 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h673 IMAGE_REL_BASED_DIR64 = 10 enumerator
/freebsd-12.1/stand/efi/include/i386/
H A Dpe.h501 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-12.1/sys/compat/ndis/
H A Dsubr_pe.c417 case IMAGE_REL_BASED_DIR64:
H A Dpe_var.h337 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1698 case COFF::IMAGE_REL_BASED_DIR64: return "DIR64"; in getBaseRelocTypeName()