Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDChunks.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-14-stable/stand/efi/include/amd64/
HDpe.h500 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-14-stable/stand/efi/include/i386/
HDpe.h500 #define IMAGE_REL_BASED_DIR64 10 macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h697 IMAGE_REL_BASED_DIR64 = 10 enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1928 case COFF::IMAGE_REL_BASED_DIR64: return "DIR64"; in getBaseRelocTypeName()