Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ulib/backtrace/
A DREADME.md2 A C library that may be linked into a C/C++ program to produce symbolic backtraces
6 The libbacktrace library may be linked into a program or library and
11 The libbacktrace library is provided under a BSD license.
15 backtrace.h, which should be #include'd by a user of the library.
18 which a user of the library may use to determine whether backtraces
25 The library is written to make it straightforward to add support for
28 The library relies on the C++ unwind API defined at
A Dbacktrace-supported.h.in35 be #include'd to see whether the backtrace library will be able to
39 /* BACKTRACE_SUPPORTED will be #define'd as 1 if the backtrace library
46 library will call malloc as it works, 0 if it will call mmap
57 library is configured with threading support, 0 if not. If this is
A Dconfigure.ac89 # We are compiling a GCC library. We can assume that the unwind
90 # library exists.
215 # The library needs to be able to read the executable itself. Compile
268 # When built as a GCC target library, we can't do a link test. We
309 # When built as a GCC target library, we can't do a link test.
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in10 --revision : Print shared library revision number.
16 --libdir : Print library installation directory.
22 --ldflags : Print library flags used to build jemalloc.
/third_party/ulib/lz4/
A DMakefile.lz468 @echo compiling static library
71 @echo compiling dynamic library $(LIBVER)
79 @echo Cleaning library completed
104 @echo lz4 static and shared library installed
A Dliblz4.pc.in10 Description: fast lossless compression algorithm library
A DREADME.md10 …reams compatible with `lz4` command line utility, use **lz4frame**. This library encapsulates lz4-…
18 - Makefile : script to compile or install lz4 library (static or dynamic)
/third_party/ulib/uboringssl/include/openssl/
A Derr.h418 #define OPENSSL_PUT_ERROR(library, reason) \ argument
419 ERR_put_error(ERR_LIB_##library, 0, reason, __FILE__, __LINE__)
429 OPENSSL_EXPORT void ERR_put_error(int library, int unused, int reason,
/third_party/ulib/usbhost/
A DREADME.fuchsia8 libusbhost is a simple library for userspace USB support on Linux.
/third_party/lib/jitterentropy/
A DMakefile31 LDFLAGS += $(foreach library,$(LIBRARIES),-l$(library))
A DREADME.fuchsia1 Source: https://github.com/smuellerDD/jitterentropy-library
A DREADME.md25 To generate the shared library `make` followed by `make install`.
49 The version numbers for this library have the following schema:
/third_party/ulib/linenoise/
A DREADME.markdown13 ## Can a line editing library be 20k lines of code?
24library: is it *really* needed for a line editing library to be 20k lines of code? Apparently not,…
28 …tried to write a lib using just very basic VT100 features. The resulting library appears to work e…
31 The library is currently about 1100 lines of code. In order to use it in your project just look at …
59 library should get you up to speed ASAP. Here is a list of API calls
66 it will be printed to the left of the cursor. The library returns a buffer
78 allocation library, so you may also used `linenoiseFree` to make sure the
/third_party/ulib/musl/
A DCOPYRIGHT82 Much of the math library code (third_party/math/* and
100 produced specifically for use as part of this library, written either
101 by Rich Felker, the main author of the library, or by one or more
A DREADME5 implementation of the standard C library targetting the Linux syscall
A DWHATSNEW442 - c99 math library (float, long double, complex, etc.)
517 - experimental gdb shared library tracking support
661 - dlsym RTLD_NEXT library search order was wrong
662 - multiple dlopen pathname and library name handling errors
768 - close-on-exec flag for all library-internal file descriptors
825 library bugs fixed:
826 - calling getenv from shared library ctors was broken
834 - dlsym/dlclose crashing on invalid library handles
912 - crash in shared library loading on arm
1221 - new options --preload and --library-path to dynamic linker
[all …]
A DINSTALL177 main host system library directories.
/third_party/ulib/uboringssl/crypto/err/
A Derr.c634 void ERR_put_error(int library, int unused, int reason, const char *file, in ERR_put_error() argument
643 if (library == ERR_LIB_SYS && reason == 0) { in ERR_put_error()
660 error->packed = ERR_PACK(library, reason); in ERR_put_error()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in12 * JEMALLOC_PRIVATE_NAMESPACE is used as a prefix for all library-private APIs.
103 * bootstrapping will cause recursion into the pthreads library. Therefore, if
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in132 * if assertions are disabled in the library code.
/third_party/ulib/jemalloc/
A DINSTALL43 Embed one or more library paths, so that libjemalloc can find the libraries
77 static library, or to avoid exporting public APIs when using the zone
81 Prefix all library-private APIs with <prefix>je_. For shared libraries,
143 Use the libunwind library (http://www.nongnu.org/libunwind/) for stack
A Dconfigure.ac763 dnl Mangle library-private APIs.
765 …[AS_HELP_STRING([--with-private-namespace=<prefix>], [Prefix to prepend to all library-private API…
978 [Path to static libunwind library; use rather than dynamically linking])],
1542 dnl thread exit, in order to avoid pthreads library recursion during
2040 AC_MSG_RESULT([library revision : ${rev}])
/third_party/lib/acpica/source/compiler/
A Dreadme.txt74 interpreter library and will fail.
/third_party/lib/acpica/
A Dchanges.txt558 library functions (such as ACPI_STRLEN, etc.) have been removed and
1084 library. This divide is not actually necessary, so the code was
4075 Cleanup multithread library support
11588 to C library "strcmp".
12269 Code and Data Size: Current and previous core subsystem library
12344 Code and Data Size: Current and previous core subsystem library
12403 Code and Data Size: Current and previous core subsystem library
12457 Code and Data Size: Current and previous core subsystem library
12576 Code and Data Size: Current and previous core subsystem library
13414 local C library (utclib.c)
[all …]
/third_party/uapp/dash/src/
A DTOUR289 whether the invoker is ash), but also creates a library named

Completed in 49 milliseconds

12