Home
last modified time | relevance | path

Searched refs:support (Results 1 – 25 of 2004) sorted by relevance

12345678910>>...81

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
33 support::ulittle32_t VerSignature;
34 support::ulittle32_t VerHdr;
35 support::ulittle32_t HrSize;
36 support::ulittle32_t NumBuckets;
41 support::ulittle32_t Off; // Offset in the symbol record stream
42 support::ulittle32_t CRef;
47 support::ulittle16_t ISect;
49 support::little32_t Off;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h55 support::ulittle16_t UsedBytesInTheLastPage;
56 support::ulittle16_t FileSizeInPages;
57 support::ulittle16_t NumberOfRelocationItems;
58 support::ulittle16_t HeaderSizeInParagraphs;
59 support::ulittle16_t MinimumExtraParagraphs;
60 support::ulittle16_t MaximumExtraParagraphs;
61 support::ulittle16_t InitialRelativeSS;
62 support::ulittle16_t InitialSP;
63 support::ulittle16_t Checksum;
64 support::ulittle16_t InitialIP;
[all …]
H A DXCOFFObjectFile.h30 support::ubig16_t Magic;
31 support::ubig16_t NumberOfSections;
35 support::big32_t TimeStamp;
37 support::ubig32_t SymbolTableOffset; // File offset to symbol table.
38 support::big32_t NumberOfSymTableEntries;
39 support::ubig16_t AuxHeaderSize;
40 support::ubig16_t Flags;
44 support::ubig16_t Magic;
45 support::ubig16_t NumberOfSections;
49 support::big32_t TimeStamp;
[all …]
H A DCVDebugRecord.h24 support::ulittle32_t CVSignature;
25 support::ulittle32_t Offset;
31 support::ulittle32_t CVSignature;
33 support::ulittle32_t Age;
38 support::ulittle32_t CVSignature;
39 support::ulittle32_t Offset;
40 support::ulittle32_t Signature;
41 support::ulittle32_t Age;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h36 support::ulittle32_t Signature;
39 support::ulittle32_t Version;
40 support::ulittle32_t NumberOfStreams;
41 support::ulittle32_t StreamDirectoryRVA;
42 support::ulittle32_t Checksum;
43 support::ulittle32_t TimeDateStamp;
44 support::ulittle64_t Flags;
60 support::ulittle32_t DataSize;
61 support::ulittle32_t RVA;
68 support::ulittle64_t StartOfMemoryRange;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_64.h39 llvm::support::ulittle64_t high;
40 llvm::support::ulittle64_t low;
45 llvm::support::ulittle16_t control_word;
46 llvm::support::ulittle16_t status_word;
49 llvm::support::ulittle16_t error_opcode;
50 llvm::support::ulittle32_t error_offset;
51 llvm::support::ulittle16_t error_selector;
52 llvm::support::ulittle16_t reserved2;
53 llvm::support::ulittle32_t data_offset;
54 llvm::support::ulittle16_t data_selector;
[all …]
H A DRegisterContextMinidump_x86_32.h40 llvm::support::ulittle32_t control_word;
41 llvm::support::ulittle32_t status_word;
42 llvm::support::ulittle32_t tag_word;
43 llvm::support::ulittle32_t error_offset;
44 llvm::support::ulittle32_t error_selector;
45 llvm::support::ulittle32_t data_offset;
46 llvm::support::ulittle32_t data_selector;
54 llvm::support::ulittle32_t cr0_npx_state;
60 llvm::support::ulittle32_t context_flags;
64 llvm::support
[all...]
H A DNtStructures.h26 llvm::support::ulittle64_t reserved1[12];
27 llvm::support::ulittle64_t process_environment_block;
28 llvm::support::ulittle64_t reserved2[399];
30 llvm::support::ulittle64_t tls_slots[64];
32 llvm::support::ulittle64_t reserved5[26];
33 llvm::support::ulittle64_t reserved_for_ole; // Windows 2000 only
34 llvm::support::ulittle64_t reserved6[4];
35 llvm::support::ulittle64_t tls_expansion_slots;
H A DMinidumpTypes.h63 llvm::support::ulittle64_t start_of_memory_range;
64 llvm::support::ulittle64_t data_size;
76 llvm::support::ulittle32_t size;
78 llvm::support::ulittle32_t flags1;
79 llvm::support::ulittle32_t process_id;
80 llvm::support::ulittle32_t process_create_time;
81 llvm::support::ulittle32_t process_user_time;
82 llvm::support::ulittle32_t process_kernel_time;
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig3 tristate "Atheros 802.11ac wireless cards support"
10 This module adds support for wireless adapters based on
19 tristate "Atheros ath10k PCI support"
22 This module adds support for PCIE bus
25 bool "Atheros ath10k AHB support"
28 This module adds support for AHB bus
31 tristate "Atheros ath10k SDIO support"
34 This module adds support for SDIO/MMC bus.
37 tristate "Atheros ath10k USB support (EXPERIMENTAL)"
40 This module adds experimental support for USB bus. Currently
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp118 loc.DataSize = static_cast<llvm::support::ulittle32_t>(stream_size); in AddDirectory()
120 loc.RVA = static_cast<llvm::support::ulittle32_t>(GetCurrentDataEndOffset()); in AddDirectory()
123 dir.Type = static_cast<llvm::support::little_t<StreamType>>(type); in AddDirectory()
170 llvm::support::little_t<OSPlatform> platform_id; in AddSystemInfo()
196 static_cast<llvm::support::little_t<ProcessorArchitecture>>(arch); in AddSystemInfo()
198 sys_info.CSDVersionRVA = static_cast<llvm::support::ulittle32_t>( in AddSystemInfo()
231 llvm::support::ulittle32_t to_write_size(to_write_utf16.size_in_bytes() - 2); in WriteString()
233 buffer->AppendData(&to_write_size, sizeof(llvm::support::ulittle32_t)); in WriteString()
292 llvm::support::ulittle32_t modules_count = in AddModuleList()
293 static_cast<llvm::support::ulittle32_t>(modules.GetSize()); in AddModuleList()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h23 llvm::support::ulittle32_t n_strx;
26 llvm::support::ulittle16_t n_desc;
27 llvm::support::ulittle64_t n_value;
31 llvm::support::ulittle32_t n_strx;
34 llvm::support::ulittle16_t n_desc;
35 llvm::support::ulittle32_t n_value;
39 llvm::support::ulittle32_t cmd;
40 llvm::support::ulittle32_t cmdsize;
41 llvm::support::ulittle64_t entryoff;
42 llvm::support::ulittle64_t stacksize;
/freebsd/sys/contrib/dev/athk/ath11k/
H A DKconfig3 tristate "Qualcomm Technologies 802.11ax chipset support"
9 This module adds support for Qualcomm Technologies 802.11ax family of
15 tristate "Atheros ath11k AHB support"
19 This module adds support for AHB bus
22 tristate "Atheros ath11k PCI support"
28 This module adds support for PCIE bus
34 Enables debug support
39 bool "QCA ath11k debugfs support"
42 Enable ath11k debugfs support
47 bool "ath11k tracing support"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h33 support::ulittle32_t RelocOffset; // Code offset of line contribution.
34 support::ulittle16_t RelocSegment; // Code segment of line contribution.
35 support::ulittle16_t Flags; // See LineFlags enumeration.
36 support::ulittle32_t CodeSize; // Code size of this line contribution.
41 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File
45 support::ulittle32_t NumLines; // Number of lines
46 support::ulittle32_t BlockSize; // Code size of block, in bytes.
55 support::ulittle32_t Offset; // Offset to start of code bytes for line number
56 support::ulittle32_t Flags; // Start:24, End:7, IsStatement:1
61 support::ulittle16_t StartColumn;
[all …]
/freebsd/contrib/file/
H A Dconfigure.ac9 AC_MSG_CHECKING(for builtin ELF support)
11 [ --disable-elf disable builtin ELF support],
14 AC_DEFINE([BUILTIN_ELF], 1, [Define if built-in ELF support is used])
20 AC_DEFINE([BUILTIN_ELF], 1, [Define in built-in ELF support is used])
23 AC_MSG_CHECKING(for ELF core file support)
25 [ --disable-elf-core disable ELF core file support],
28 AC_DEFINE([ELFCORE], 1, [Define for ELF core file support])
34 AC_DEFINE([ELFCORE], 1, [Define for ELF core file support])
37 AC_MSG_CHECKING(for zlib support)
39 [AS_HELP_STRING([--disable-zlib], [disable zlib compression support @<:@default=auto@:>@])])
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D09-alpn.cnf9 test-4 = 4-alpn-no-server-support
10 test-5 = 5-alpn-no-client-support
14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn
19 test-14 = 14-alpn-no-server-support-resumption
20 test-15 = 15-alpn-no-client-support-resumption
150 [4-alpn-no-server-support]
151 ssl_conf = 4-alpn-no-server-support-ssl
153 [4-alpn-no-server-support-ssl]
154 server = 4-alpn-no-server-support-server
155 client = 4-alpn-no-server-support-client
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h36 support::ulittle32_t BlockSize;
38 support::ulittle32_t FreeBlockMapBlock;
42 support::ulittle32_t NumBlocks;
44 support::ulittle32_t NumDirectoryBytes;
46 support::ulittle32_t Unknown1;
48 support::ulittle32_t BlockMapAddr;
66 ArrayRef<support::ulittle32_t> DirectoryBlocks;
67 ArrayRef<support::ulittle32_t> StreamSizes;
68 std::vector<ArrayRef<support::ulittle32_t>> StreamMap;
80 std::vector<support::ulittle32_t> Blocks;
/freebsd/contrib/wpa/hostapd/
H A DChangeLog5 - add support for DPP release 3
10 - add preliminary support
11 * SAE: add support for fetching the password from a RADIUS server
12 * support OpenSSL 3.0 API changes
13 * support background radar detection and CAC with some additional
15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
16 * EAP-SIM/AKA: support IMSI privacy
21 * support new SAE AKM suites with variable length keys
22 * support new AKM for 802.1X/EAP with SHA384
23 * extend PASN support for secure ranging
[all …]
/freebsd/sys/cddl/boot/zfs/
H A DREADME5 fletcher.c checksum support
6 sha256.c checksum support
7 gzip.c compression support
8 lz4.c compression support
9 lzjb.c compression support
10 blkptr.c ZFS embedded-data block pointers support
11 zfssubr.c checksum, compression and raidz support
15 to the ZFS base code (with write support removed) and could be shared but that
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h287 uint64_t Inst = support::endian::read64<Endianness>(Loc); in applyFixup()
295 support::endian::write64<Endianness>(Loc, Inst); in applyFixup()
304 support::endian::write16<Endianness>(FixupPtr, Value); in applyFixup()
308 support::endian::write16<Endianness>(FixupPtr, Value & ~3); in applyFixup()
313 support::endian::write16<Endianness>(FixupPtr, ha(Value)); in applyFixup()
318 support::endian::write16<Endianness>(FixupPtr, hi(Value)); in applyFixup()
321 support::endian::write16<Endianness>(FixupPtr, high(Value)); in applyFixup()
324 support::endian::write16<Endianness>(FixupPtr, higha(Value)); in applyFixup()
327 support::endian::write16<Endianness>(FixupPtr, higher(Value)); in applyFixup()
330 support in applyFixup()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h58 llvm::support::ubig32_t gdb_st_dev;
59 llvm::support::ubig32_t gdb_st_ino;
60 llvm::support::ubig32_t gdb_st_mode;
61 llvm::support::ubig32_t gdb_st_nlink;
62 llvm::support::ubig32_t gdb_st_uid;
63 llvm::support::ubig32_t gdb_st_gid;
64 llvm::support::ubig32_t gdb_st_rdev;
65 llvm::support::ubig64_t gdb_st_size;
66 llvm::support::ubig64_t gdb_st_blksize;
67 llvm::support::ubig64_t gdb_st_blocks;
[all …]
/freebsd/sys/riscv/conf/
H A DGENERIC24 makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
33 options ROUTE_MPATH # Multipath routing support
39 options SOFTUPDATES # Enable FFS soft updates support
59 options KTRACE # ktrace(1) support
60 options STACK # stack(9) support
100 # VirtIO support
110 # NVM Express (NVMe) support
115 # USB support
127 # HID support
129 device hid # Generic HID support
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_x86_64.cpp44 llvm::support::ulittle64_t r15; in ReadRegister()
45 llvm::support::ulittle64_t r14; in ReadRegister()
46 llvm::support::ulittle64_t r13; in ReadRegister()
47 llvm::support::ulittle64_t r12; in ReadRegister()
48 llvm::support::ulittle64_t rbp; in ReadRegister()
49 llvm::support::ulittle64_t rsp; in ReadRegister()
50 llvm::support::ulittle64_t rbx; in ReadRegister()
51 llvm::support::ulittle64_t rip; in ReadRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h105 const support::ulittle32_t BeginAddress;
106 const support::ulittle32_t UnwindData;
108 RuntimeFunction(const support::ulittle32_t *Data) in RuntimeFunction()
111 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction()
112 const support::ulittle32_t UnwindData) in RuntimeFunction()
226 const support::ulittle32_t BeginAddress;
227 const support::ulittle32_t UnwindData;
229 RuntimeFunctionARM64(const support::ulittle32_t *Data) in RuntimeFunctionARM64()
232 RuntimeFunctionARM64(const support::ulittle32_t BeginAddress, in RuntimeFunctionARM64()
233 const support::ulittle32_t UnwindData) in RuntimeFunctionARM64()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp115 support::endian::write<uint8_t>(OS, MO.getImm(), in encodeInstruction()
119 support::endian::write<uint16_t>(OS, MO.getImm(), in encodeInstruction()
123 support::endian::write<uint32_t>(OS, MO.getImm(), in encodeInstruction()
127 support::endian::write<uint64_t>(OS, MO.getImm(), in encodeInstruction()
144 support::endian::write<uint32_t>(OS, F, llvm::endianness::little); in encodeInstruction()
147 support::endian::write<uint64_t>(OS, D, llvm::endianness::little); in encodeInstruction()

12345678910>>...81