Home
last modified time | relevance | path

Searched defs:is64 (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp59 StringRef lcRange, unsigned lcCount, bool isBig, bool is64, in forEachLoadCommand()
122 static bool isMachOHeader(const mach_header *mh, bool &is64, bool &isBig) { in isMachOHeader()
160 bool is64, isBig; in isThinObjectFile() local
223 bool is64, isBig; in readBinary() local
H A DStubsPass.cpp37 LazyPointerAtom(const File &file, bool is64) in LazyPointerAtom()
73 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) in NonLazyPointerAtom()
H A DTLVPass.cpp30 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom()
H A DGOTPass.cpp54 GOTEntryAtom(const File &file, bool is64, StringRef name) in GOTEntryAtom()
H A DMachONormalizedFileToAtoms.cpp387 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processSection() local
827 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in dataExtractorFromSection() local
991 static int64_t readSPtr(bool is64, bool isBig, const uint8_t *addr) { in readSPtr()
1101 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processCIE() local
1185 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processFDE() local
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp209 bool is64 = getPointerSize() == 8; in createObjectTargetWriter() local
226 bool is64 = getPointerSize() == 8; in createObjectTargetWriter() local
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c32 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64) in _dwarf_get_reloc_type()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h84 bool is64() { return Machine == AMD64 || Machine == ARM64; } in is64() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3403 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4086 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/freebsd-12.1/sys/compat/ndis/
H A Dsubr_ndis.c1684 NdisMInitializeScatterGatherDma(ndis_handle adapter, uint8_t is64, in NdisMInitializeScatterGatherDma()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1068 bool is64() const { return PE32PlusHeader; } in is64() function