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.cpp540 return IMAGE_REL_BASED_DIR64; in getBaserelType()
556 return IMAGE_REL_BASED_DIR64; in getBaserelType()
592 IMAGE_REL_BASED_DIR64); in getBaserels()
1034 return is64Bit(machine) ? IMAGE_REL_BASED_DIR64 : IMAGE_REL_BASED_HIGHLOW; 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.h731 IMAGE_REL_BASED_DIR64 = 10 enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1974 case COFF::IMAGE_REL_BASED_DIR64: return "DIR64"; in getBaseRelocTypeName()