Home
last modified time | relevance | path

Searched refs:ILP32 (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp87 ::writeStubHelperHeader<ILP32>(buf8, stubHelperHeaderCode); in writeStubHelperHeader()
108 ARM64_32::ARM64_32() : ARM64Common(ILP32()) { in ARM64_32()
/freebsd/usr.bin/getconf/tests/
H A Dgetconf_test.sh48 ILP32|LP32)
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h166 struct ILP32 { struct
H A DInputFiles.cpp977 parseLazy<ILP32>(); in ObjFile()
982 parse<ILP32>(); in ObjFile()
2163 this, reinterpret_cast<const ILP32::mach_header *>( in addLazySymbols()
2352 f.parse<ILP32>(); in extract()
H A DSyntheticSections.cpp1122 : collectDataInCodeEntries<ILP32>(); in finalizeContents()
2515 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
H A DWriter.cpp1391 template void macho::writeResult<ILP32>();
H A DObjC.cpp61 return ::objectHasObjCSection<ILP32>(mb); in objectHasObjCSection()
H A DDriver.cpp2078 writeResult<ILP32>(); in link()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt70 The instantiation in Mips64InstrInfo.td is used for MIPS64 in ILP32
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java674 openFlags.add(Consumer.OpenFlag.ILP32); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrOperands.td470 // Memory operands that use 64-bit pointers in both ILP32 and LP64.
/freebsd/crypto/openssl/Configurations/
H A DREADME.md233 is ILP32;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td437 // In the ILP32 world, the minimum stack slot size is 4 bytes. Otherwise the
/freebsd/contrib/jemalloc/
H A DChangeLog199 - AArch64: Add ILP32 support. (@cmuellner)
/freebsd/crypto/openssl/
H A DCHANGES.md6813 * Support for linux-x32, ILP32 environment in x86_64 framework.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2133 Added support for A32 ABI compilation, which uses the ILP32 model. Anuj