Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 17 of 17) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t* s, int shared) { in pthread_spin_init() argument
/third_party/dev/ethernet/e1000/
A Dif_em.h456 if_softc_ctx_t shared; member
458 #define tx_num_queues shared->isc_ntxqsets
459 #define rx_num_queues shared->isc_nrxqsets
460 #define intr_type shared->isc_intr
A Dem_txrx.c97 if_softc_ctx_t scctx = adapter->shared; in em_dump_rs()
138 if_softc_ctx_t scctx = adapter->shared; in em_tso_setup()
222 if_softc_ctx_t scctx = adapter->shared; in em_transmit_checksum_setup()
306 if_softc_ctx_t scctx = sc->shared; in em_isc_txd_encap()
431 if_softc_ctx_t scctx = adapter->shared; in em_isc_txd_credits_update()
482 if_softc_ctx_t scctx = sc->shared; in lem_isc_rxd_refill()
510 if_softc_ctx_t scctx = sc->shared; in em_isc_rxd_refill()
549 if_softc_ctx_t scctx = sc->shared; in lem_isc_rxd_available()
582 if_softc_ctx_t scctx = sc->shared; in em_isc_rxd_available()
617 if_softc_ctx_t scctx = adapter->shared; in lem_isc_rxd_pkt_get()
[all …]
A Digb_txrx.c234 if_softc_ctx_t scctx = sc->shared; in igb_isc_txd_encap()
307 if_softc_ctx_t scctx = adapter->shared; in igb_isc_txd_credits_update()
353 if_softc_ctx_t scctx = sc->shared; in igb_isc_rxd_refill()
390 if_softc_ctx_t scctx = sc->shared; in igb_isc_rxd_available()
432 if_softc_ctx_t scctx = adapter->shared; in igb_isc_rxd_pkt_get()
A Dif_em.c629 if_softc_ctx_t scctx = adapter->shared; in em_get_regs()
741 scctx = adapter->shared = iflib_get_softc_ctx(ctx); in em_if_attach_pre()
2278 max_frame_size = adapter->shared->isc_max_frame_size; in igb_init_dmac()
2752 if_softc_ctx_t scctx = adapter->shared; in em_setup_interface()
2829 if_softc_ctx_t scctx = adapter->shared; in em_if_tx_queues_alloc()
2953 if_softc_ctx_t scctx = adapter->shared; in em_initialize_transmit_unit()
3093 if_softc_ctx_t scctx = adapter->shared; in em_initialize_receive_unit()
3890 adapter->shared->isc_pause_frames = adapter->stats.xoffrxc; in em_update_stats_counters()
/third_party/lib/jitterentropy/
A DMakefile38 …$(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o lib$(NAME).so.$(LIBVERSION) $(OBJS) $(LDFLA…
41 …scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o li…
A DREADME.md25 To generate the shared library `make` followed by `make install`.
/third_party/ulib/lz4/
A DMakefile.lz472 @$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER)
104 @echo lz4 static and shared library installed
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in10 --revision : Print shared library revision number.
/third_party/ulib/musl/
A DINSTALL79 * Standard ELF ABI or FDPIC ABI (shared-text without MMU)
139 shared libraries. You should create a text file named
142 want the dynamic linker to search for shared libraries, separated by
148 passing --disable-shared to configure; this also cuts the build time
A DWHATSNEW50 implemented posix shared memory and semaphore interfaces.
275 - support for textrels in shared objects
368 - process-shared pthread barriers now work
400 - global ctor/dtor support in main program start code and shared libs
408 - gcc wrapper now supports -shared, -nostdlib, -nostartfiles
411 - "make install" no longer tries to build shared libc if disabled
517 - experimental gdb shared library tracking support
740 - no longer force -O3 for shared libs
826 - calling getenv from shared library ctors was broken
912 - crash in shared library loading on arm
[all …]
/third_party/ulib/backtrace/
A Dconfigure.ac165 # Enable --enable-host-shared.
166 AC_ARG_ENABLE(host-shared,
167 [AS_HELP_STRING([--enable-host-shared],
168 [build host code as shared libraries])],
/third_party/ulib/ngunwind/
A Drules.mk9 MODULE_PACKAGE := shared
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in13 * For shared libraries, symbol visibility mechanisms prevent these symbols
/third_party/ulib/jemalloc/
A Dconfigure.ac417 DSO_LDFLAGS='-shared -Wl,-soname,$(@F)'
459 DSO_LDFLAGS='-shared -Wl,-install_name,$(LIBDIR)/$(@F)'
547 DSO_LDFLAGS="-shared"
A DINSTALL81 Prefix all library-private APIs with <prefix>je_. For shared libraries,
/third_party/lib/acpica/
A Dchanges.txt3569 shared function for table overrides that attempts both a logical and a
4878 shared between them that are compiled with different options.
4992 between the shared files between them that are generated with different
5204 shared GPEs and to simplify both host OS and ACPICA code. Added a
5206 count mechanism to support shared GPEs that require multiple device
9535 code is shared by both the Resource Manager and the AML Debugger.
12636 objects are shared across several namespace objects.

Completed in 41 milliseconds