Searched refs:abi (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dsafestack.c10 return (void*)__thrd_current()->abi.unsafe_sp;
H A Dallocate.c217 td->abi.stack_guard = __stack_chk_guard;
218 td->abi.unsafe_sp =
/fuchsia/zircon/make/
H A Dmodule-userlib.mk56 MODULE_SOLIBS := $(foreach lib,$(MODULE_LIBS),$(call TOBUILDDIR,$(lib))/lib$(notdir $(lib)).so.abi)
91 # Only update the .so.abi file if it's changed, so things don't need
93 $(MODULE_LIBNAME).so.abi: $(MODULE_LIBNAME).abi.stamp ;
109 $(MODULE_LIBNAME).abi.stamp: _SONAME := lib$(MODULE_SO_NAME).so
110 $(MODULE_LIBNAME).abi.stamp: _LIBS := $(MODULE_SOLIBS)
111 $(MODULE_LIBNAME).abi.stamp: $(MODULE_LIBNAME).abi.o $(MODULE_SOLIBS) \
112 $(MODULE_LIBNAME).abi.h scripts/shlib-symbols
113 $(call BUILDECHO,generating ABI stub $(@:.abi
[all...]
H A Dmodule-userapp.mk48 MODULE_SOLIBS := $(foreach lib,$(MODULE_LIBS),$(call TOBUILDDIR,$(lib))/lib$(notdir $(lib)).so.abi)
H A Dengine.mk547 ASAN_RUNTIME_SONAMES := libc++abi.so.1 libunwind.so.1
578 FUZZ_RUNTIME_SONAMES := libc++abi.so.1
810 # We need to use our provided libc++ and libc++abi (and their pthread
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h44 tp_abi_t abi; member in struct:pthread
72 tp_abi_t abi; member in struct:pthread
100 static_assert(TP_OFFSETOF(abi.stack_guard) == ZX_TLS_STACK_GUARD_OFFSET,
102 static_assert(TP_OFFSETOF(abi.unsafe_sp) == ZX_TLS_UNSAFE_SP_OFFSET,
/fuchsia/zircon/third_party/ulib/jemalloc/test/
H A Dtest.sh.in3 case @abi@ in
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl41 # ".type name,@abi-omnipotent" instead.
44 # larger than 6, then you *have to* write "abi-omnipotent" code,
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
392 && $current_function->{abi} eq "svr4") {
412 } elsif ($win64 && $current_function->{abi} eq "svr4") {
728 $current_function->{abi} = "svr4";
731 } elsif ($type eq "\@abi-omnipotent") {
736 $$line =~ s/\@abi\-omnipotent/\@function/;
772 if ($win64 && $current_function->{abi} e
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dvpaes-x86_64.pl91 .type _vpaes_encrypt_core,\@abi-omnipotent
181 .type _vpaes_decrypt_core,\@abi-omnipotent
287 .type _vpaes_schedule_core,\@abi-omnipotent
472 .type _vpaes_schedule_192_smear,\@abi-omnipotent
503 .type _vpaes_schedule_round,\@abi-omnipotent
570 .type _vpaes_schedule_transform,\@abi-omnipotent
608 .type _vpaes_schedule_mangle,\@abi-omnipotent
957 .type _vpaes_preheat,\@abi-omnipotent
1086 .type se_handler,\@abi-omnipotent
H A Daesni-x86_64.pl275 .type ${PREFIX}_encrypt,\@abi-omnipotent
291 .type ${PREFIX}_decrypt,\@abi-omnipotent
327 .type _aesni_${dir}rypt2,\@abi-omnipotent
363 .type _aesni_${dir}rypt3,\@abi-omnipotent
408 .type _aesni_${dir}rypt4,\@abi-omnipotent
455 .type _aesni_${dir}rypt6,\@abi-omnipotent
516 .type _aesni_${dir}rypt8,\@abi-omnipotent
3024 .type __ocb_encrypt6,\@abi-omnipotent
3126 .type __ocb_encrypt4,\@abi-omnipotent
3195 .type __ocb_encrypt1,\@abi
[all...]
H A Dbsaes-x86_64.pl816 .type _bsaes_encrypt8,\@abi-omnipotent
880 .type _bsaes_decrypt8,\@abi-omnipotent
971 .type _bsaes_key_convert,\@abi-omnipotent
1165 .type bsaes_ecb_encrypt_blocks,\@abi-omnipotent
1384 .type bsaes_ecb_decrypt_blocks,\@abi-omnipotent
1607 .type bsaes_cbc_encrypt,\@abi-omnipotent
1912 .type bsaes_ctr32_encrypt_blocks,\@abi-omnipotent
2171 .type bsaes_xts_encrypt,\@abi-omnipotent
2570 .type bsaes_xts_decrypt,\@abi-omnipotent
3062 .type se_handler,\@abi
[all...]
H A Daes-x86_64.pl326 .type _x86_64_AES_encrypt,\@abi-omnipotent
554 .type _x86_64_AES_encrypt_compact,\@abi-omnipotent
906 .type _x86_64_AES_decrypt,\@abi-omnipotent
1159 .type _x86_64_AES_decrypt_compact,\@abi-omnipotent
1360 .type _x86_64_AES_set_encrypt_key,\@abi-omnipotent
2626 .type block_se_handler,\@abi-omnipotent
2683 .type key_se_handler,\@abi-omnipotent
2740 .type cbc_se_handler,\@abi-omnipotent
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfde.c342 if ((ret = dwarf_readu16 (as, a, &addr, &dci.abi, arg)) < 0
345 Debug (13, "Found ABI marker = (abi=%u, tag=%u)\n",
346 dci.abi, dci.tag);
/fuchsia/zircon/kernel/arch/x86/
H A Drules.mk126 GLOBAL_COMPILEFLAGS += -malign-data=abi
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h262 uint16_t abi; member in struct:dwarf_cie_info
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/asm/
H A Dmd5-x86_64.pl274 .type se_handler,\@abi-omnipotent
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Daesni-gcm-x86_64.pl86 .type _aesni_ctr32_ghash_6x,\@abi-omnipotent
569 .type _aesni_ctr32_6x,\@abi-omnipotent
1003 .type gcm_se_handler,\@abi-omnipotent
1121 .type aesni_gcm_encrypt,\@abi-omnipotent
1128 .type aesni_gcm_decrypt,\@abi-omnipotent
H A Dghash-x86_64.pl494 .type gcm_init_clmul,\@abi-omnipotent
574 .type gcm_gmult_clmul,\@abi-omnipotent
624 .type gcm_ghash_clmul,\@abi-omnipotent
982 .type gcm_init_avx,\@abi-omnipotent
1124 .type gcm_gmult_avx,\@abi-omnipotent
1134 .type gcm_ghash_avx,\@abi-omnipotent
1626 .type se_handler,\@abi-omnipotent
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl1796 .type se_handler,\@abi-omnipotent
1841 .type shaext_handler,\@abi-omnipotent
1876 .type ssse3_handler,\@abi-omnipotent
H A Dsha512-x86_64.pl2162 .type se_handler,\@abi-omnipotent
2271 .type shaext_handler,\@abi-omnipotent
/fuchsia/zircon/third_party/ulib/jemalloc/
H A DMakefile.in48 ABI := @abi@
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl2512 .type se_handler,\@abi-omnipotent
2597 .type ssse3_handler,\@abi-omnipotent
2637 .type full_handler,\@abi-omnipotent
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl91 .type GFMUL,\@abi-omnipotent

Completed in 199 milliseconds