| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | linux-gas.h | 42 /* Use the AAPCS type for wchar_t, or the previous Linux default for 43 non-AAPCS. */
|
| H A D | bpabi.h | 26 /* Use the AAPCS ABI by default. */ 29 /* Assume that AAPCS ABIs should adhere to the full BPABI. */
|
| H A D | arm.h | 369 etc., in addition to just the AAPCS calling conventions. */ 417 /* AAPCS based ABIs use short enums by default. */ 712 The AAPCS specifies a value of 8. */ 727 /* wchar_t is unsigned under the AAPCS. */ 756 /* AAPCS requires that structure alignment is affected by bitfields. */ 1539 ARM_PCS_AAPCS, /* Base standard AAPCS. */ 1542 /* This must be the last AAPCS variant. */ 1566 /* AAPCS related state tracking. */ 1591 /* For AAPCS, padding should never be below the argument. For other ABIs,
|
| H A D | linux-eabi.h | 42 /* We default to the "aapcs-linux" ABI so that enums are int-sized by
|
| /OK3568_Linux_fs/u-boot/arch/arm/ |
| H A D | config.mk | 79 # -mabi=aapcs-linux 85 -mabi=aapcs-linux,\ 96 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | config.mk | 16 PLATFORM_CPPFLAGS += -mabi=aapcs-linux -funwind-tables
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | armv4-fix-v4bx.patch | 20 KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | ftrace.c | 177 * All instrumented functions follow the AAPCS, so x0-x8 and x19-x30 are live, 192 * being traced, the MOV is not harmful given x9 is not live per the AAPCS.
|
| H A D | efi-rt-wrapper.S | 14 * Register x18 is designated as the 'platform' register by the AAPCS,
|
| H A D | entry-ftrace.S | 26 * Each instrumented function follows the AAPCS, so here x0-x8 and x18-x30 are 112 * x19-x29 per the AAPCS, and we created frame records upon entry, so we need
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0002-compiler-rt-support-a-new-embedded-linux-target.patch | 65 +# non-VFP variant of the AAPCS. 71 +# AAPCS.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/ |
| H A D | boost.inc | 165 BJAM_OPTS:append:arm = " abi=aapcs architecture=arm" 166 BJAM_OPTS:append:aarch64 = " abi=aapcs address-model=64 architecture=arm"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ne10/ne10/ |
| H A D | 0001-CMakeLists.txt-Remove-mthumb-interwork.patch | 6 This option is meaningless with aapcs ABI
|
| /OK3568_Linux_fs/buildroot/package/omxplayer/ |
| H A D | 0001-Update-Makefile-to-be-compatible-with-buildroot.patch | 24 -CFLAGS=-pipe -mfloat-abi=hard -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -mtune=arm…
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | Makefile | 79 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0005-debug-prefix-map.patch | 36 …DEFINE GCC_ARM_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -mlittle-endian -mabi=aapcs -fno-short-…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | psci.yaml | 23 in a manner similar to that specified by AAPCS:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 99 CFLAGS += -march=armv7-a -mtune=cortex-a15 -mabi=aapcs-linux 109 CFLAGS += -march=armv7-a -mabi=aapcs-linux # We don't pass -mtune=cortex-a15 due to a compiler bug …
|
| /OK3568_Linux_fs/buildroot/package/boost/ |
| H A D | boost.mk | 89 BOOST_ABI = aapcs
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 54 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Makefile | 103 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in.arm | 920 default "aapcs-linux" if BR2_arm || BR2_armeb
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 899 ARM_PCS_AAPCS64, /* Base standard AAPCS for 64 bit. */ 921 /* AAPCS related state tracking. */
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | aes-ce-core.S | 124 * Internal, non-AAPCS compliant functions that implement the core AES
|
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 231 /* Save FP and LR registers to stay align with ARM64 AAPCS */ in build_prologue()
|