Searched defs:is64 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 59 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 D | StubsPass.cpp | 37 LazyPointerAtom(const File &file, bool is64) in LazyPointerAtom() 73 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) in NonLazyPointerAtom()
|
| H A D | TLVPass.cpp | 30 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom()
|
| H A D | GOTPass.cpp | 54 GOTEntryAtom(const File &file, bool is64, StringRef name) in GOTEntryAtom()
|
| H A D | MachONormalizedFileToAtoms.cpp | 387 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 D | PPCAsmBackend.cpp | 209 bool is64 = getPointerSize() == 8; in createObjectTargetWriter() local 226 bool is64 = getPointerSize() == 8; in createObjectTargetWriter() local
|
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_reloc.c | 32 _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 D | Config.h | 84 bool is64() { return Machine == AMD64 || Machine == ARM64; } in is64() function
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3403 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 D | subr_ndis.c | 1684 NdisMInitializeScatterGatherDma(ndis_handle adapter, uint8_t is64, in NdisMInitializeScatterGatherDma()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 1068 bool is64() const { return PE32PlusHeader; } in is64() function
|