Searched refs:support (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DCOFF.h31 support::ulittle16_t Magic;
32 support::ulittle16_t UsedBytesInTheLastPage;
33 support::ulittle16_t FileSizeInPages;
34 support::ulittle16_t NumberOfRelocationItems;
35 support::ulittle16_t HeaderSizeInParagraphs;
36 support::ulittle16_t MinimumExtraParagraphs;
37 support::ulittle16_t MaximumExtraParagraphs;
38 support::ulittle16_t InitialRelativeSS;
39 support::ulittle16_t InitialSP;
40 support
[all...]
H A DELFTypes.h21 using support::endianness;
40 typedef support::detail::packed_endian_specific_integral<
43 typedef support::detail::packed_endian_specific_integral<
46 typedef support::detail::packed_endian_specific_integral<
49 typedef support::detail::packed_endian_specific_integral<
52 typedef support::detail::packed_endian_specific_integral<
64 typedef support::detail::packed_endian_specific_integral<
67 typedef support::detail::packed_endian_specific_integral<
77 typedef support::detail::packed_endian_specific_integral<
80 typedef support
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DWin64EH.h43 support::ulittle8_t CodeOffset;
44 support::ulittle8_t UnwindOpAndOpInfo;
46 support::ulittle16_t FrameOffset;
70 support::ulittle32_t StartAddress;
71 support::ulittle32_t EndAddress;
72 support::ulittle32_t UnwindInfoOffset;
77 support::ulittle8_t VersionAndFlags;
78 support::ulittle8_t PrologSize;
79 support::ulittle8_t NumCodes;
80 support
[all...]
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp31 return new ELFObjectFile<ELFType<support::little, 4, false> >(Object, ec);
35 return new ELFObjectFile<ELFType<support::little, 2, false> >(Object, ec);
41 return new ELFObjectFile<ELFType<support::big, 4, false> >(Object, ec);
45 return new ELFObjectFile<ELFType<support::big, 2, false> >(Object, ec);
51 return new ELFObjectFile<ELFType<support::big, 8, true> >(Object, ec);
55 return new ELFObjectFile<ELFType<support::big, 2, true> >(Object, ec);
61 return new ELFObjectFile<ELFType<support::little, 8, true> >(Object, ec);
65 return new ELFObjectFile<ELFType<support::little, 2, true> >(Object, ec);
H A DArchive.cpp338 Offset = *(reinterpret_cast<const support::ubig32_t*>(Offsets)
343 uint32_t MemberCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
346 Buf += sizeof(support::ulittle32_t)
347 + (MemberCount * sizeof(support::ulittle32_t));
349 uint32_t SymbolCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
355 const char *Indices = Buf + sizeof(support::ulittle32_t);
360 *(reinterpret_cast<const support::ulittle16_t*>(Indices)
368 Offset = *(reinterpret_cast<const support::ulittle32_t*>(Offsets)
394 symbol_count = *reinterpret_cast<const support::ubig32_t*>(buf);
401 member_count = *reinterpret_cast<const support
[all...]
/freebsd-10-stable/sbin/ldconfig/
H A DMakefile4 SRCS= elfhints.c ldconfig.c shlib.c support.c
/freebsd-10-stable/contrib/apr/
H A Dbuild.conf18 shmem support threadproc time user atomic
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc37 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
51 // FIXME: the windows version of strftime doesn't support %e
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkfifo.c47 static void support(void);
50 support(void) function
61 atf_tc_skip("the kernel does not support FIFOs");
78 support();
125 support();
164 support();
217 support();
248 support();
/freebsd-10-stable/contrib/libreadline/
H A DMANIFEST7 support d
78 support/config.guess f
79 support/config.rpath f
80 support/config.sub f
81 support/install.sh f
82 support/mkdirs f
83 support/mkdist f
84 support/mkinstalldirs f
85 support/shobj-conf f
86 support/shli
[all...]
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_ldap_init.h52 #error The security return codes must be added to support this LDAP toolkit.
79 * If SSL support is not available on this platform, or a problem
129 * does not support per connection client certificates, this problem is
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A DMakefile7 SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s \
/freebsd-10-stable/lib/libthr/support/
H A DMakefile.inc1 # $FreeBSD: stable/10/lib/libthr/support/Makefile.inc 313602 2017-02-11 06:35:29Z ngie $
3 .PATH: ${.CURDIR}/support ${SRCTOP}/lib/libc/gen ${SRCTOP}/lib/libc/string
/freebsd-10-stable/contrib/apr-util/
H A Dapr-util.spec19 contains additional utility interfaces for APR; including support
29 This package provides the support files which can be used to
95 Summary: APR utility library LDAP support
100 This package provides the LDAP support for the apr-util.
104 Summary: APR utility library OpenSSL crypto support
109 This package provides crypto support for apr-util based on OpenSSL.
113 Summary: APR utility library NSS crypto support
118 This package provides crypto support for apr-util based on Mozilla NSS.
210 - update to support v1.0.0 of APR
/freebsd-10-stable/contrib/ncurses/
H A Dconvert_configure.pl114 Changes: 98/11 : support check for executables in ncurses.
115 99/2 : support INSTALL,
/freebsd-10-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec15 to checking regular passwords, it offers support for passphrases and
39 - 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related
/freebsd-10-stable/sbin/reboot/
H A Dnextboot.sh104 WARNING: loader(8) has only R/O support for ZFS
/freebsd-10-stable/sys/ia64/include/
H A D_types.h118 #error Must add va_list support for this non-GCC compiler.
/freebsd-10-stable/sys/sparc64/include/
H A Dstdarg.h71 #error no support for your compiler
/freebsd-10-stable/tools/regression/filemon/
H A DMakefile77 @printf "filemon(4) 32bit FreeBSD support passed.\n\n"
/freebsd-10-stable/share/mk/
H A Dbsd.compiler.mk5 # COMPILER_TYPE is the major type of compiler. Currently gcc and clang support
18 # compiler support for that feature:
H A Dtap.test.mk7 # This is provided to support existing tests in the FreeBSD source tree
62 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
84 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk15 # support checking probabilistic output, so we accept that the test
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h248 return *reinterpret_cast<support::ulittle32_t *>(buf);
372 support::detail::packed_endian_specific_integral
373 <word_t, support::little, support::unaligned> EndianValue;
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp6 using namespace llvm::support;

Completed in 266 milliseconds

1234567