Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp527 return IMAGE_REL_BASED_DIR64; in getBaserelType()
543 return IMAGE_REL_BASED_DIR64; in getBaserelType()
1011 return IMAGE_REL_BASED_DIR64; in getDefaultType()
/freebsd/stand/efi/include/amd64/
H A Dpe.h500 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd/stand/efi/include/i386/
H A Dpe.h500 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h697 IMAGE_REL_BASED_DIR64 = 10 enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1928 case COFF::IMAGE_REL_BASED_DIR64: return "DIR64"; in getBaseRelocTypeName()