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

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DTLVPass.cpp29 TLVPEntryAtom(const File &file, bool is64, StringRef name) argument
H A DGOTPass.cpp53 GOTEntryAtom(const File &file, bool is64, StringRef name) argument
H A DStubsPass.cpp36 LazyPointerAtom(const File &file, bool is64) argument
72 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) argument
H A DMachONormalizedFileBinaryReader.cpp121 static bool isMachOHeader(const mach_header *mh, bool &is64, bool &isBig) { argument
159 bool is64, isBig; local
222 bool is64, isBig; local
57 forEachLoadCommand( StringRef lcRange, unsigned lcCount, bool isBig, bool is64, std::function<bool(uint32_t cmd, uint32_t size, const char *lc)> func) argument
[all...]
H A DMachONormalizedFileToAtoms.cpp388 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); local
828 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); local
992 static int64_t readSPtr(bool is64, bool isBig, const uint8_t *addr) { argument
1102 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); local
1186 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); local
[all...]
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c32 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64) argument
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h84 bool is64() { return machine == AMD64 || machine == ARM64; } function in struct:lld::coff::Configuration
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h271 bool is64; member in struct:lld::elf::Configuration
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ndis.c1683 NdisMInitializeScatterGatherDma(ndis_handle adapter, uint8_t is64, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3431 rebaseTable(Error &Err, MachOObjectFile *O, ArrayRef<uint8_t> Opcodes, bool is64) argument
4090 bindTable(Error &Err, MachOObjectFile *O, ArrayRef<uint8_t> Opcodes, bool is64, MachOBindEntry::Kind BKind) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1062 bool is64() const { return PE32PlusHeader; } function in class:llvm::object::frame_type::COFFObjectFile

Completed in 103 milliseconds