Searched refs:global (Results 51 - 75 of 77) sorted by relevance

1234

/fuchsia/zircon/system/utest/hypervisor/
H A Darm64.S26 .global \name
H A Dx86.S31 .global \name
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S73 .global \f
H A Dmemcmp.S37 .global \f
H A Dstrnlen.S57 .global \f
H A Dstrcmp.S35 .global \f
H A Dstrchrnul.S72 .global \f
H A Dstrncmp.S35 .global \f
H A Dstrlen.S57 .global \f
H A Dmemcpy.S89 .global \f
H A Dstrchr.S76 .global \f
H A Dmemset.S80 .global \f
H A Dstrcpy.S74 .global \f
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S6 .global expl
/fuchsia/zircon/third_party/ulib/ngunwind/
H A Drules.mk24 $(LOCAL_DIR)/src/dwarf/global.c \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl85 .global gcm_init_v8
144 .global gcm_gmult_v8
196 .global gcm_ghash_v8
/fuchsia/zircon/make/
H A Dsysroot.mk9 # identify global headers to copy to the sysroot
H A Dmodule.mk100 # add the module deps to the global list
138 # add a local include dir to the global include path for kernel code
H A Dengine.mk133 GENERATED_INCLUDES:=$(BUILDDIR)/gen/global/include
138 GLOBAL_CONFIG_HEADER := $(BUILDDIR)/config-global.h
329 # anything added to GLOBAL_DEFINES will be put into $(BUILDDIR)/config-global.h
927 # generate a config-global.h file with all of the GLOBAL_DEFINES laid out in #define format
/fuchsia/zircon/system/ulib/sysmem/
H A Dsysmem.cpp12 #include <syslog/global.h>
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp9 #include <syslog/global.h>
/fuchsia/zircon/system/utest/syslog/
H A Dsyslog_tests.c5 #include <syslog/global.h>
H A Dsyslog_socket_tests.cpp9 #include <syslog/global.h>
/fuchsia/zircon/third_party/lib/cortex-strings/no-neon/src/aarch64/
H A Dmemset.S65 .global \f
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl409 # Make all labels in masm global.
719 /\.global|\.globl|\.extern/
785 } elsif ($dir =~ /\.global|\.globl|\.extern/) {
858 /\.globl|.global/
859 && do { $self->{value} = $masm?"PUBLIC":"global";

Completed in 118 milliseconds

1234