Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.cpp484 return IMAGE_REL_BASED_DIR64; in getBaserelType()
500 return IMAGE_REL_BASED_DIR64; in getBaserelType()
932 return IMAGE_REL_BASED_DIR64; in getDefaultType()
/freebsd-13.1/stand/efi/include/amd64/
H A Dpe.h501 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-13.1/stand/efi/include/i386/
H A Dpe.h501 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h683 IMAGE_REL_BASED_DIR64 = 10 enumerator
/freebsd-13.1/sys/compat/ndis/
H A Dsubr_pe.c417 case IMAGE_REL_BASED_DIR64:
H A Dpe_var.h336 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1767 case COFF::IMAGE_REL_BASED_DIR64: return "DIR64"; in getBaseRelocTypeName()