Searched refs:bin (Results 26 - 42 of 42) sorted by relevance

12

/fuchsia/zircon/scripts/
H A Drun-zircon1 #!/usr/bin/env bash
20 echo "-D <disk file|device>: specify disk file or device path on host, default is blk.bin"
31 echo "-q <directory> : location of qemu, defaults to looking in prebuilt/downloads/qemu/bin, then \$PATH"
64 DISKFILE="blk.bin"
222 if [[ -z $QEMUDIR && -d "$DIR/../prebuilt/downloads/qemu/bin" ]]; then
223 QEMUDIR="$DIR/../prebuilt/downloads/qemu/bin/"
241 arm64) QEMU_KERNEL="$(abspath "$BUILDDIR/qemu-boot-shim.bin")" ;;
242 x64) QEMU_KERNEL="$(abspath "$BUILDDIR/multiboot.bin")" ;;
403 DEPRECATED_KERNEL="$BUILDDIR/qemu-zircon.bin"
422 DEPRECATED_KERNEL="$BUILDDIR/zircon.bin"
[all...]
H A Dflash-hikey1 #!/usr/bin/env bash
33 echo " Defaults to BUILD_DIR/bootdata.bin."
71 fastboot flash trustfirmware ${FIRMWARE_DIR}/installer/hikey960/bl31.bin
104 RAMDISK="${RAMDISK:-${BUILD_DIR}/hikey960-bootdata.bin}"
113 BOOTDATA_BIN="${BUILD_DIR}/${BOARD}-zircon-bootimage.bin"
114 ZBOOTDATA_BIN="${BUILD_DIR}/z${BOARD}-zircon-bootimage.bin"
117 RAMDISK="${BUILD_DIR}/dummy-ramdisk.bin"
/fuchsia/zircon/third_party/lib/acpica/generate/unix/
H A DMakefile.config44 BINDIR = bin
48 INSTALLDIR = $(PREFIX)/bin
92 # Copy the final executable to the local bin directory
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h5 szind_t arena_bin_index(arena_t *arena, arena_bin_t *bin);
26 arena_bin_index(arena_t *arena, arena_bin_t *bin) argument
28 szind_t binind = (szind_t)(bin - arena->bins);
/fuchsia/zircon/make/
H A Dbuild.mk54 KERNEL_RAW := $(KERNEL_ELF).bin
199 legacy: $(BUILDDIR)/zircon.bin $(BUILDDIR)/bootdata.bin
200 $(BUILDDIR)/zircon.bin: $(KERNEL_ZBI)
204 $(BUILDDIR)/bootdata.bin: $(ZIRCON_BOOTIMAGE)
H A Dboard.mk14 BOARD_ZIRCON_BOOTIMAGE := $(BUILDDIR)/$(PLATFORM_BOARD_NAME)-zircon-bootimage.bin
121 AVB_PUBLIC_KEY_METADATA := $(AVBDIR)/test/data/atx_metadata.bin
H A Dmodule-userapp.mk17 MODULE_INSTALL_PATH := bin
H A Dmacros.mk99 SHELLEXEC = /boot/bin/sh
H A Dengine.mk422 # additional bootdata items to be included to bootdata.bin
/fuchsia/zircon/third_party/lib/jitterentropy/
H A DMakefile41 scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o lib$(NAME).so.$(LIBVERSION) $(OBJS) $(LDFLAGS)
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dwordexp.c125 execl("/bin/sh", "sh", "-c", "eval \"printf %s\\\\\\\\0 x $1 $2\"", "sh", s, redir,
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk9 MULTIBOOT_BIN := $(BUILDDIR)/multiboot.bin
/fuchsia/zircon/system/host/fvm/
H A Drules.mk48 MODULE_PACKAGE := bin
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Drules.mk32 BOOT_SHIM_BIN := $(BUILDDIR)/$(PLATFORM_BOARD_NAME)-boot-shim.bin
/fuchsia/zircon/third_party/ulib/jemalloc/
H A DMakefile.in9 SHELL := /bin/sh
89 BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof
527 rm -f $(objroot)bin/jemalloc-config
528 rm -f $(objroot)bin/jemalloc.sh
529 rm -f $(objroot)bin/jeprof
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1 #! /usr/bin/env perl
247 jeprof /bin/ls ls.prof
249 jeprof --text /bin/ls ls.prof
251 jeprof --web /bin/ls ls.prof
253 jeprof --gv /bin/ls ls.prof
255 jeprof --gv --focus=Mutex /bin/ls ls.prof
257 jeprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof
259 jeprof --list=getdir /bin/ls ls.prof
261 jeprof --disasm=getdir /bin/ls ls.prof
777 system("/usr/bin/ope
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c90 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \
101 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \
173 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \
699 * and bin locks in the opposite order,

Completed in 120 milliseconds

12