Searched refs:all (Results 1 - 25 of 32) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dbtest.c78 struct info *all; member in struct:bdata
131 check (const char *name, int index, const struct info *all, int want_lineno, argument
136 if (all[index].filename == NULL || all[index].function == NULL)
143 if (strcmp (base (all[index].filename), "btest.c") != 0)
146 all[index].filename);
149 if (all[index].lineno != want_lineno)
152 all[index].lineno, want_lineno);
155 if (strcmp (all[index].function, want_function) != 0)
158 all[inde
305 struct info all[20]; local
365 struct info all[20]; local
438 struct info all[20]; local
588 struct info all[20]; local
[all...]
H A DMakefile.in353 all: config.h
354 $(MAKE) $(AM_MAKEFLAGS) all-am
492 all-multi:
493 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
580 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
590 all=`expr $$all + 1`; \
602 all=`expr $$all + 1`; \
619 if test "$$all"
[all...]
/fuchsia/zircon/kernel/target/
H A Drules.mk17 # copy our all-boards.list for the fuchsia build
19 BOARD_LIST_SRC := $(LOCAL_DIR)/all-boards.list
20 BOARD_LIST_DEST := $(BUILDDIR)/export/all-boards.list
/fuchsia/zircon/system/ulib/unittest/
H A Drules.mk13 $(LOCAL_DIR)/all-tests.cpp \
37 $(LOCAL_DIR)/all-tests.cpp \
/fuchsia/zircon/system/uapp/crasher/
H A Drules.mk21 MODULE_COMPILEFLAGS := -fstack-protector-all
/fuchsia/zircon/make/
H A Dhelp.mk37 @echo "make spotless: removes all build directories"
42 @echo "make tools: build all the host tools"
59 # get a list of all the .mk files in the top level project directories
65 @echo 'List of all buildable projects: (look in project/ directory)'; \
H A Dmodule-userapp.mk38 # The static profile runtime library must come after all static libraries
55 ifeq (,$(filter -fno-sanitize=all,$(MODULE_COMPILEFLAGS)))
H A Dengine.mk263 NO_SANITIZERS := -fno-sanitize=all -fno-stack-protector
297 # always use gold or lld for all the user-mode links, and then we'll
309 all::
314 # all module objects for the target (does not include hostapp)
523 # Compile all of userland with ASan. ASan makes safe-stack superfluous
559 # Compile all of userland with coverage.
635 # make the build depend on all of the user apps
636 all:: $(foreach app,$(ALLUSER_APPS),$(app) $(app).strip)
638 # and all host tools
639 all
[all...]
H A Dmodule.mk22 # MODULE_SRCDEPS : extra dependencies that all of this module's files depend on
81 # all library deps go on the deps list
93 # all regular deps contribute to header deps list
181 # Build all userlib modules, and also always build devhost, which is
230 # track all of the source files compiled
233 # track all the objects built
H A Dmodule-fidl.mk18 # always build all libraries
H A Dmodule-userlib.mk27 # always build all libraries
46 # The static profile runtime library must come after all static libraries
63 ifeq (,$(filter -fno-sanitize=all,$(MODULE_COMPILEFLAGS)))
108 # DT_NEEDEDs at all.
174 # grab all files from source, we'll filter out .h, .c, etc in the next steps
338 # for now, unify all headers in one pile
H A Dbuild.mk12 # Generate an input linker script to define as symbols all the
36 # Tell the linker to record all the relocations it applied.
195 # TODO(mcgrathr): Remove these when all consumers of the build
H A Dmacros.mk54 # replace all characters or sequences of letters in defines to convert to a proper C style variable
/fuchsia/zircon/system/utest/core/stack/
H A Drules.mk24 MODULE_COMPILEFLAGS += -fsanitize=safe-stack -fstack-protector-all
/fuchsia/zircon/third_party/lib/acpica/generate/unix/
H A DMakefile.common19 all: $(PROGS)
33 # Simple clean removes all .obj files, but leaves the executables
50 # Very clean removes all executables and the local bin directory
72 # Install all tools, either 32-bit or 64-bit as appropriate for the host OS
/fuchsia/zircon/third_party/lib/jitterentropy/
H A DMakefile33 .PHONY: all scan install clean distclean
35 all: $(NAME)
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmiscbltin.c404 int set, all = 0; local
452 all = 1;
465 if (all || argptr[1])
483 if (all) {
/fuchsia/zircon/system/uapp/runtests/
H A Drules.mk36 # We have to include all MODULE_LIBS from runtests-utils because transitive dependencies don't
/fuchsia/zircon/system/utest/runtests-utils/
H A Drules.mk43 # We have to include all MODULE_LIBS from runtests-utils because transitive dependencies don't
/fuchsia/zircon/bootloader/src/
H A Dinet6.c96 mac_addr all; local
106 multicast_from_ip6(&all, &ip6_ll_all_nodes);
107 eth_add_mcast_filter(&all);
425 // all 0s - special case
/fuchsia/zircon/system/core/userboot/
H A Drules.mk26 # kernel image and does not need to be installed in the filesystem at all.
75 # This generated header lists all the ABI symbols in the vDSO with their
/fuchsia/zircon/bootloader/
H A Dbuild.mk108 all:: bootloader
/fuchsia/zircon/third_party/ulib/lz4/
H A DMakefile.lz465 all: liblz4
/fuchsia/zircon/system/ulib/inet6/
H A Dinet6.c111 // Clear all entries
126 mac_addr_t all; local
139 multicast_from_ip6(&all, &ip6_ll_all_nodes);
140 eth_add_mcast_filter(&all);
512 // all 0s - special case
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Darena_externs.h40 void arena_purge(tsdn_t *tsdn, arena_t *arena, bool all);

Completed in 259 milliseconds

12