├── .github └── workflows │ └── ci.yml ├── .gitignore ├── Arm_logo_blue_RGB.svg ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── aadwarf32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aadwarf32.rst ├── aadwarf64-morello ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aadwarf64-morello.rst ├── aadwarf64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aadwarf64.rst ├── aaelf32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aaelf32.rst ├── aaelf64-morello ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aaelf64-morello.rst ├── aaelf64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aaelf64.rst ├── aapcs32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── aapcs32-bigendian-source.svg ├── aapcs32-bigendian.svg ├── aapcs32-littleendian-source.svg ├── aapcs32-littleendian.svg └── aapcs32.rst ├── aapcs64-morello ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── aapcs64-morello.rst ├── aapcs64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── aapcs64-bigendian-source.svg ├── aapcs64-bigendian.svg ├── aapcs64-littleendian-source.svg ├── aapcs64-littleendian.svg ├── aapcs64-va-list-source.svg ├── aapcs64-va-list.svg ├── aapcs64-variadic-stack-source.svg ├── aapcs64-variadic-stack.png ├── aapcs64-variadic-stack.svg └── aapcs64.rst ├── addenda32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── addenda32-linux-tls-source.svg ├── addenda32-linux-tls.svg ├── addenda32-toolflow-source.svg ├── addenda32-toolflow.svg ├── addenda32.rst └── vendor-table.txt ├── advnote132 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── advnote132.rst ├── atomicsabi64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── atomicsabi64.rst ├── bpabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── bpabi32-dynamic-linkage-problem-source.svg ├── bpabi32-dynamic-linkage-problem.svg ├── bpabi32-exe-file-source.svg ├── bpabi32-exe-file.svg ├── bpabi32-execution-environment-source.svg ├── bpabi32-execution-environment.svg ├── bpabi32-platform-views-source.svg ├── bpabi32-platform-views.svg ├── bpabi32-tool-flow-source.svg ├── bpabi32-tool-flow.svg ├── bpabi32-two-versions-source.svg ├── bpabi32-two-versions.svg └── bpabi32.rst ├── bsabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── bsabi32-relationship-source.svg ├── bsabi32-relationship.svg └── bsabi32.rst ├── clibabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── clibabi32-inter-operation-source.svg ├── clibabi32-inter-operation.svg ├── clibabi32.rst └── vendor-table.txt ├── cppabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── cppabi32.rst ├── cppabi64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── cppabi64.rst ├── dbgovl32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── dbgovl32.rst ├── design-documents ├── .keep ├── atomics-ABI.rst └── bit-precise-types.rst ├── ehabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── ehabi32-run-time-calls-source.svg ├── ehabi32-run-time-calls.svg ├── ehabi32-table-entry-arm-source.svg ├── ehabi32-table-entry-arm.svg ├── ehabi32-table-entry-generic-source.svg ├── ehabi32-table-entry-generic.svg └── ehabi32.rst ├── legacy-documents ├── aadwarf32 │ ├── ihi0040_B │ │ └── IHI0040B_aadwarf.pdf │ └── ihi0040_C │ │ └── IHI0040C_aadwarf.xhtml ├── aadwarf64-morello │ └── 102215_0001 │ │ └── 102215_aadwarf64-morello_final.pdf ├── aadwarf64-sve │ └── 100985_0000 │ │ └── abi_sve_aadwarf_100985_0000_00_en.pdf ├── aadwarf64 │ ├── ihi0057_B │ │ └── IHI0057B_aadwarf64.pdf │ ├── ihi0057_C │ │ └── ihi0057C_aadwarf64.xhtml │ ├── ihi0057_D │ │ ├── ihi0057D_aadwarf64.pdf │ │ └── ihi0057D_aadwarf64.xhtml │ └── ihi0057_E │ │ ├── IHI0057_E_2020Q2_aadwarf64.pdf │ │ └── IHI0057_E_2020Q2_aadwarf64.xhtml ├── aaelf32 │ ├── ihi0044_E │ │ └── IHI0044E_aaelf.pdf │ ├── ihi0044_F │ │ └── IHI0044F_aaelf.pdf │ ├── ihi0044_G │ │ ├── 65edd6a76b559686395d0994376ca8854dd8bce7.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0044G_aaelf.pdf │ │ ├── IHI0044G_aaelf.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ └── bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png │ └── ihi0044_H │ │ ├── 65edd6a76b559686395d0994376ca8854dd8bce7.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0044H_aaelf.pdf │ │ ├── IHI0044H_aaelf.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ └── bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png ├── aaelf64-morello │ └── 102072_0001 │ │ └── 102072_aaelf64-morello_final.pdf ├── aaelf64 │ ├── ihi0056_B │ │ └── IHI0056B_aaelf64.pdf │ ├── ihi0056_C │ │ └── IHI0056C_beta_aaelf64.pdf │ ├── ihi0056_D │ │ └── IHI0056D_aaelf64.xhtml │ ├── ihi0056_E │ │ └── IHI0056E_aaelf64.xhtml │ ├── ihi0056_F │ │ └── IHI0056F_aaelf64.xhtml │ ├── ihi0056_FA │ │ └── IHI0056FA_aaelf64.xhtml │ └── ihi0056_G │ │ ├── IHI0056G_2020Q2_aaelf64.pdf │ │ └── IHI0056G_2020Q2_aaelf64.xhtml ├── aapcs-morello │ └── 102205_0001 │ │ └── 102205_aapcs-morello_final.pdf ├── aapcs32 │ ├── ihi0042_E │ │ └── IHI0042E_aapcs.pdf │ ├── ihi0042_F │ │ └── IHI0042F_aapcs.pdf │ ├── ihi0042_G │ │ ├── 2d381fcb37a07751b1bf433a01b4636618b38377.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── aapcs32-bigendian.png │ │ ├── aapcs32-littleendian.png │ │ ├── bcd4da85204d96b081e2c8553650f6f00cc3e250.png │ │ └── index.xhtml │ ├── ihi0042_GB │ │ └── IHI0042GB_aapcs32.pdf │ ├── ihi0042_H │ │ └── IHI0042H_aapcs32.pdf │ ├── ihi0042_I │ │ ├── 2d381fcb37a07751b1bf433a01b4636618b38377.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── IHI0042I_aapcs32.pdf │ │ ├── IHI0042I_aapcs32.xhtml │ │ ├── aapcs32-bigendian.png │ │ ├── aapcs32-littleendian.png │ │ └── bcd4da85204d96b081e2c8553650f6f00cc3e250.png │ └── ihi0042_J │ │ ├── 2d381fcb37a07751b1bf433a01b4636618b38377.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── IHI0042J_2020Q2_aapcs32.pdf │ │ ├── IHI0042J_2020Q2_aapcs32.xhtml │ │ ├── aapcs32-bigendian.png │ │ ├── aapcs32-littleendian.png │ │ └── bcd4da85204d96b081e2c8553650f6f00cc3e250.png ├── aapcs64-morello │ └── 102205_0001 │ │ └── 102205_aapcs-morello_final.pdf ├── aapcs64-sve │ └── 100986_0000 │ │ └── abi_sve_aapcs64_100986_0000_00_en.pdf ├── aapcs64 │ ├── ihi0055_B │ │ └── IHI0055B_aapcs64.pdf │ ├── ihi0055_C │ │ └── IHI0055C_beta_aapcs64.pdf │ └── ihi0055_D │ │ ├── 2d381fcb37a07751b1bf433a01b4636618b38377.png │ │ ├── IHI0055D_aapcs64.xhtml │ │ ├── aapcs32-bigendian.png │ │ ├── aapcs32-littleendian.png │ │ ├── aapcs64-va-list.png │ │ ├── aapcs64-variadic-stack.png │ │ └── bcd4da85204d96b081e2c8553650f6f00cc3e250.png ├── addenda32 │ ├── ihi0045_D │ │ └── IHI0045D_ABI_addenda.pdf │ ├── ihi0045_E │ │ └── IHI0045E_ABI_addenda.pdf │ ├── ihi0045_F │ │ ├── 3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png │ │ ├── 4e74a8efbc94d49c445ed499a37726a953f6480b.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0045F_ABI_addenda.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ ├── a6edb153454647ff8639d1201865d2e96e498a9c.png │ │ ├── addenda32-linux-tls.png │ │ └── addenda32-toolflow.png │ ├── ihi0045_G │ │ ├── 3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png │ │ ├── 4e74a8efbc94d49c445ed499a37726a953f6480b.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0045G_ABI_addenda.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ ├── a6edb153454647ff8639d1201865d2e96e498a9c.png │ │ ├── addenda32-linux-tls.png │ │ └── addenda32-toolflow.png │ └── ihi0045_H │ │ ├── 3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png │ │ ├── 4e74a8efbc94d49c445ed499a37726a953f6480b.png │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0045H_ABI_addenda.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ ├── a6edb153454647ff8639d1201865d2e96e498a9c.png │ │ ├── addenda32-linux-tls.png │ │ └── addenda32-toolflow.png ├── advnote132 │ ├── ihi0046_B │ │ └── IHI0046B_ABI_Advisory_1.pdf │ └── ihi0046_C │ │ └── IHI0046C_ABI_Advisory_1.xhtml ├── bpabi32 │ ├── ihi0037_C │ │ └── IHI0037C_bpabi.pdf │ └── ihi0037_D │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0037D_bpabi.xhtml │ │ ├── bpabi32-dynamic-linkage-problem.png │ │ ├── bpabi32-exe-file.png │ │ ├── bpabi32-execution-environment.png │ │ ├── bpabi32-platform-views.png │ │ ├── bpabi32-tool-flow.png │ │ └── bpabi32-two-versions.png ├── bsabi32 │ ├── ihi0036_B │ │ └── ihi0036B_bsabi.pdf │ ├── ihi0036_C │ │ ├── bsabi-relationship.png │ │ └── ihi0036C_bsapi.xhtml │ └── ihi0036_D │ │ ├── bsabi-relationship.png │ │ ├── ihi0036D_bsabi.pdf │ │ └── ihi0036D_bsabi.xhtml ├── clibabi32 │ ├── ihi0039_C │ │ └── IHI0039C_clibabi.pdf │ ├── ihi0039_D │ │ └── IHI0039D_clibabi.pdf │ └── ihi0039_E │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0039E_clibabi.xhtml │ │ ├── a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png │ │ └── clibabi32-inter-operation.png ├── cppabi32 │ ├── ihi0041_D │ │ └── IHI0041D_cppabi.pdf │ ├── ihi0041_E │ │ └── IHI0041E_cppabi.xhtml │ └── ihi0041_G │ │ └── IHI0041G_cppabi32.pdf ├── cppabi64 │ ├── ihi0059_B │ │ └── IHI0059B_cppabi64.pdf │ ├── ihi0059_C │ │ └── IHI0059C_cppabi64.xhtml │ ├── ihi0059_D │ │ ├── IHI0059D_cppabi64.pdf │ │ └── IHI0059D_cppabi64.xhtml │ └── ihi0059_E │ │ ├── IHI0059E_2020Q2_cppabi64.pdf │ │ └── IHI0059E_2020Q2_cppabi64.xhtml ├── dbgovl32 │ └── ihi0049_A │ │ └── IHI0049A_dbgovl.pdf ├── ehabi32 │ ├── ihi0038_A │ │ └── IHI0038A_ehabi.pdf │ ├── ihi0038_B │ │ └── IHI0038B_ehabi.pdf │ └── ihi0038_C │ │ ├── IHI0038B_ehabi.xhtml │ │ ├── ehabi32-run-time-calls.png │ │ ├── ehabi32-table-entry-arm.png │ │ └── ehabi32-table-entry-generic.png ├── rtabi32 │ ├── ihi0043_D │ │ └── IHI0043D_rtabi.pdf │ └── ihi0043_E │ │ ├── 671cf21691fd6f03157bda736f8d4910c1261519.png │ │ ├── 744a7e944983312265f2ed7497ddf42da26942a6.png │ │ ├── IHI0043D_rtabi.xhtml │ │ └── clibabi32-inter-operation.png ├── semihosting │ ├── 100863_0200 │ │ └── semihosting.pdf │ └── 100863_0300 │ │ └── semihosting.pdf └── vfabia64 │ ├── 101129_1810 │ └── com.arm.doc.101129_1810_01_en.pdf │ ├── 101129_1910 │ └── com.arm.doc.101129_1910_02_en.pdf │ ├── 101129_1911 │ └── com.arm.doc.101129_1911_03_en.pdf │ └── 101129_1920 │ └── 101129_1920_01_en.pdf ├── memtagabielf64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── memtagabielf64.rst ├── pauthabielf64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── pauthabielf64.rst ├── rtabi32 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── rtabi32-inter-operation-source.svg ├── rtabi32-inter-operation.svg └── rtabi32.rst ├── semihosting ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── semihosting-overview-source.svg ├── semihosting-overview.svg └── semihosting.rst ├── sysvabi64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE ├── sysvabi64-elf-layout-source.svg ├── sysvabi64-elf-layout.svg └── sysvabi64.rst ├── tools ├── LICENSE.txt ├── common │ ├── check-rst-syntax.sh │ ├── generate-release-links.sh │ └── new-release.py ├── inkscape │ └── export-svg.sh └── rst2pdf │ ├── generate-pdfs.sh │ ├── install.sh │ ├── requirements.txt │ └── rst2pdf-abi.style └── vfabia64 ├── Arm_logo_blue_RGB.svg ├── CONTRIBUTIONS ├── LICENSE ├── README.md ├── TRADEMARK_NOTICE └── vfabia64.rst /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: CI 2 | 3 | on: [push, pull_request] 4 | 5 | jobs: 6 | build: 7 | runs-on: ubuntu-latest 8 | 9 | steps: 10 | - uses: actions/checkout@v4 11 | - name: setup python 12 | uses: actions/setup-python@v5 13 | with: 14 | python-version: '3.x' 15 | - name: install packages 16 | run: pip install -r tools/rst2pdf/requirements.txt 17 | - name: check .rst document syntax 18 | run: tools/common/check-rst-syntax.sh 19 | - name: build PDFs 20 | run: tools/rst2pdf/generate-pdfs.sh PDFs 21 | - uses: actions/upload-artifact@v4 22 | with: 23 | name: PDFs 24 | path: PDFs 25 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | build 3 | -------------------------------------------------------------------------------- /Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | # License for the specifications 2 | 3 | The ABI document sources themselves are not dependent on any assets outside of their own directory and all have their own license file included in the directory. The ABI documents are currently licensed under the Creative Commons Attribution-ShareAlike 4.0 International License + grant of Patent License. Contributions to these files are accepted under the same license. 4 | 5 | # License for the legacy releases 6 | 7 | All the ABI documents in the `legacy-specifications` folder are licensed under an Arm proprietary license. These predate the new license of the current versions of the documents. The license is contained within the documents themselves, so for more information, consult the individual documents. 8 | 9 | # License for the rest of the project 10 | 11 | The files in the sub-directories of the tools directory are provided under the Apache 2.0 license. Contributions to these files are accepted under the same license. 12 | -------------------------------------------------------------------------------- /aadwarf32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aadwarf32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aadwarf32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aadwarf32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # DWARF for the Arm Architecture 6 | 7 | ## About this document 8 | 9 | The [DWARF for the Arm Architecture](aadwarf32.rst) describes the 10 | use of the DWARF debug table format in the Application Binary Interface (ABI) for 11 | the Arm architecture. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [DWARF for the Arm Architecture](aadwarf32.rst) 37 | to the [issue tracker page on GitHub](https://github.com/ARM-software/abi-aa/issues). 38 | -------------------------------------------------------------------------------- /aadwarf32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aadwarf64-morello/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aadwarf64-morello/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aadwarf64-morello/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aadwarf64-morello/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Morello Extensions to DWARF for the Arm® 64-bit Architecture (AArch64) 6 | 7 | ## About this document 8 | 9 | This document describes the use of the [Morello extensions to the DWARF debug 10 | table format in the Application Binary Interface (ABI) for the Arm 64-bit 11 | architecture](aadwarf64-morello.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Morello extensions to the DWARF debug 37 | table format in the Application Binary Interface (ABI) for the Arm 64-bit 38 | architecture](aadwarf64-morello.rst) to the [issue tracker page on 39 | GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /aadwarf64-morello/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aadwarf64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aadwarf64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aadwarf64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aadwarf64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # DWARF for the Arm 64-bit Architecture (AArch64) 6 | 7 | ## About this document 8 | 9 | The [DWARF for the Arm 64-bit Architecture (AArch64)](aadwarf64.rst) describes the 10 | use of the DWARF debug table format in the Application Binary Interface (ABI) for 11 | the Arm 64-bit architecture. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [DWARF for the Arm 64-bit Architecture 37 | (AArch64)](aadwarf64.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /aadwarf64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aaelf32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aaelf32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aaelf32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aaelf32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # ELF for the Arm® Architecture 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the use of the [ELF binary file format in the 11 | Application Binary Interface (ABI) for the Arm 32-bit 12 | architecture](aaelf32.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [ELF binary file format in the Application Binary 38 | Interface (ABI) for the Arm 32-bit architecture](aaelf32.rst) to the [issue 39 | tracker page on GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /aaelf32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aaelf64-morello/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aaelf64-morello/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aaelf64-morello/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aaelf64-morello/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Morello extensions to ELF for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the use of the [Morello extensions to ELF binary 11 | file format in the Application Binary Interface (ABI) for the Arm 64-bit 12 | architecture](aaelf64-morello.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [Morello extensions to ELF binary file format 38 | in the Application Binary Interface (ABI) for the Arm 64-bit 39 | architecture](aaelf64-morello.rst) to the [issue tracker page on 40 | GitHub](https://github.com/ARM-software/abi-aa/issues). 41 | -------------------------------------------------------------------------------- /aaelf64-morello/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aaelf64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aaelf64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aaelf64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aaelf64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # ELF for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the use of the [ELF binary file format in the 11 | Application Binary Interface (ABI) for the Arm 64-bit 12 | architecture](aaelf64.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [ELF binary file format in the Application Binary 38 | Interface (ABI) for the Arm 64-bit architecture](aaelf64.rst) to the [issue 39 | tracker page on GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /aaelf64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aapcs32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aapcs32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aapcs32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aapcs32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Procedure Call Standard for the Arm® 32-bit Architecture (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Procedure Call Standard use by the 11 | Application Binary Interface (ABI) for the Arm 32-bit 12 | architecture (AArch32)](aapcs32.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [Procedure Call Standard used by the 38 | Application Binary Interface (ABI) for the Arm 32-bit architecture 39 | (AArch32)](aapcs32.rst) to the [issue tracker page on 40 | GitHub](https://github.com/ARM-software/abi-aa/issues). 41 | -------------------------------------------------------------------------------- /aapcs32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aapcs64-morello/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aapcs64-morello/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aapcs64-morello/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aapcs64-morello/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Morello extensions to Procedure Call Standard for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Morello extensions to Procedure Call Standard 11 | used by the Application Binary Interface (ABI) for the Arm 64-bit 12 | architecture (AArch64)](aapcs64-morello.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | Please report defects in the [Morello extensions to Procedure Call Standard 37 | for the Arm® 64-bit Architecture (AArch64)](aapcs64-morello.rst) to the [issue 38 | tracker page on GitHub](https://github.com/ARM-software/abi-aa/issues). -------------------------------------------------------------------------------- /aapcs64-morello/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aapcs64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /aapcs64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /aapcs64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /aapcs64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Procedure Call Standard for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Procedure Call Standard use by the 11 | Application Binary Interface (ABI) for the Arm 64-bit 12 | architecture (AArch64)](aapcs64.rst). 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [Procedure Call Standard used by the 38 | Application Binary Interface (ABI) for the Arm 64-bit architecture 39 | (AArch64)](aapcs64.rst) to the [issue tracker page on 40 | GitHub](https://github.com/ARM-software/abi-aa/issues). 41 | -------------------------------------------------------------------------------- /aapcs64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /aapcs64/aapcs64-variadic-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/aapcs64/aapcs64-variadic-stack.png -------------------------------------------------------------------------------- /addenda32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /addenda32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /addenda32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /addenda32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Addenda to, and Errata in, the ABI for the Arm® Architecture 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Addenda to, and Errata in, the ABI for the Arm® 11 | Architecture](addenda32.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Addenda to, and Errata in, the ABI for the Arm® 37 | Architecture](addenda32.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /addenda32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /addenda32/vendor-table.txt: -------------------------------------------------------------------------------- 1 | .. table:: Registered Vendors 2 | 3 | +-----------------+---------------------------------------------------------------------+ 4 | | Name | Vendor | 5 | +=================+=====================================================================+ 6 | | ``ADI`` | Analog Devices | 7 | +-----------------+---------------------------------------------------------------------+ 8 | | ``acle`` | Reserved for use by Arm C Language Extensions. | 9 | +-----------------+---------------------------------------------------------------------+ 10 | | ``aeabi`` | Reserved to the ABI for the Arm Architecture (EABI pseudo-vendor) | 11 | +-----------------+---------------------------------------------------------------------+ 12 | | ``Anon``\ *Xyz* | Reserved to private experiments by the Xyz vendor. | 13 | | ``anon``\ *Xyz* | Guaranteed not to clash with any registered vendor name. | 14 | +-----------------+---------------------------------------------------------------------+ 15 | | ``ARM`` | Arm Ltd (Note: the company, not the processor). | 16 | +-----------------+---------------------------------------------------------------------+ 17 | | ``cxa`` | C++ ABI pseudo-vendor | 18 | +-----------------+---------------------------------------------------------------------+ 19 | | ``dig`` | Dignus, LLC | 20 | +-----------------+---------------------------------------------------------------------+ 21 | | ``FSL`` | Freescale Semiconductor Inc. | 22 | +-----------------+---------------------------------------------------------------------+ 23 | | ``GHS`` | Green Hills Systems | 24 | +-----------------+---------------------------------------------------------------------+ 25 | | ``gnu`` | GNU compilers and tools (Free Software Foundation) | 26 | +-----------------+---------------------------------------------------------------------+ 27 | | ``iar`` | IAR Systems | 28 | +-----------------+---------------------------------------------------------------------+ 29 | | ``icc`` | ImageCraft Creations Inc (*ImageCraft C Compiler*) | 30 | +-----------------+---------------------------------------------------------------------+ 31 | | ``intel`` | Intel Corporation | 32 | +-----------------+---------------------------------------------------------------------+ 33 | | ``ixs`` | Intel Xscale | 34 | +-----------------+---------------------------------------------------------------------+ 35 | | ``llvm`` | The LLVM/Clang projects | 36 | +-----------------+---------------------------------------------------------------------+ 37 | | ``mchp`` | Microchip Technology Inc. | 38 | +-----------------+---------------------------------------------------------------------+ 39 | | ``PSI`` | PalmSource Inc. | 40 | +-----------------+---------------------------------------------------------------------+ 41 | | ``RAL`` | Rowley Associates Ltd | 42 | +-----------------+---------------------------------------------------------------------+ 43 | | ``SEGGER`` | SEGGER Microcontroller GmbH | 44 | +-----------------+---------------------------------------------------------------------+ 45 | | ``somn`` | SOMNIUM Technologies Limited. | 46 | +-----------------+---------------------------------------------------------------------+ 47 | | ``TASKING`` | Altium Ltd. | 48 | +-----------------+---------------------------------------------------------------------+ 49 | | ``TI`` | TI Inc. | 50 | +-----------------+---------------------------------------------------------------------+ 51 | | ``tls`` | Reserved for use in thread-local storage routines. | 52 | +-----------------+---------------------------------------------------------------------+ 53 | | ``WRS`` | Wind River Systems. | 54 | +-----------------+---------------------------------------------------------------------+ 55 | -------------------------------------------------------------------------------- /advnote132/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /advnote132/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /advnote132/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /advnote132/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # ABI Advisory Note - SP 8-byte alignment (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document is an [Advisory Note about 8-byte alignment of the stack 11 | pointer](advnote132.rst) in the ABI for the Arm® Architecture. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in this [Advisory Note about 8-byte alignment of 37 | the stack pointer](advnote132.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /advnote132/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /atomicsabi64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /atomicsabi64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /atomicsabi64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /atomicsabi64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # C/C++ Atomics ABI for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Application Binary Interface for the use 11 | of code generated by compiling C/C++ atomics targeting the Arm 64-bit architecture](atomicsabi64.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Atomics Application Binary Interface (ABI) 37 | for the Arm 64-bit architecture](atomicsabi64.rst) to the [issue tracker 38 | page on GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /atomicsabi64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /bpabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /bpabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /bpabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /bpabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Base Platform ABI for the Arm® Architecture (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Base Platform ABI for the Arm® 11 | Architecture](bpabi32.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Base Platform ABI for the Arm® 37 | Architecture](bpabi32.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /bpabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /bsabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /bsabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /bsabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /bsabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # ABI for the Arm® Architecture Base Standard (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document is the [ABI for the Arm® Architecture Base 11 | Standard](bsabi32.rst). It describes the overall structure of the ABI 12 | and how the collection of documents fit into it. 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [ABI for the Arm® Architecture Base 38 | Standard](bsabi32.rst) to the [issue tracker page on 39 | GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /bsabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /clibabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /clibabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /clibabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /clibabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # C Library ABI for the Arm Architecture 6 | 7 | 8 | ## About this document 9 | 10 | This document defines an ANSI C (C89) run-time library ABI for programs written 11 | in Arm and Thumb assembly language, C, and stand alone C++. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [C Library ABI for the Arm 37 | Architecture](clibabi32.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /clibabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /clibabi32/vendor-table.txt: -------------------------------------------------------------------------------- 1 | .. table:: Registered Vendors 2 | 3 | +-----------------+---------------------------------------------------------------------+ 4 | | Name | Vendor | 5 | +=================+=====================================================================+ 6 | | ``ADI`` | Analog Devices | 7 | +-----------------+---------------------------------------------------------------------+ 8 | | ``acle`` | Reserved for use by Arm C Language Extensions. | 9 | +-----------------+---------------------------------------------------------------------+ 10 | | ``aeabi`` | Reserved to the ABI for the Arm Architecture (EABI pseudo-vendor) | 11 | +-----------------+---------------------------------------------------------------------+ 12 | | ``Anon``\ *Xyz* | Reserved to private experiments by the Xyz vendor. | 13 | | ``anon``\ *Xyz* | Guaranteed not to clash with any registered vendor name. | 14 | +-----------------+---------------------------------------------------------------------+ 15 | | ``ARM`` | Arm Ltd (Note: the company, not the processor). | 16 | +-----------------+---------------------------------------------------------------------+ 17 | | ``cxa`` | C++ ABI pseudo-vendor | 18 | +-----------------+---------------------------------------------------------------------+ 19 | | ``dig`` | Dignus, LLC | 20 | +-----------------+---------------------------------------------------------------------+ 21 | | ``FSL`` | Freescale Semiconductor Inc. | 22 | +-----------------+---------------------------------------------------------------------+ 23 | | ``GHS`` | Green Hills Systems | 24 | +-----------------+---------------------------------------------------------------------+ 25 | | ``gnu`` | GNU compilers and tools (Free Software Foundation) | 26 | +-----------------+---------------------------------------------------------------------+ 27 | | ``iar`` | IAR Systems | 28 | +-----------------+---------------------------------------------------------------------+ 29 | | ``icc`` | ImageCraft Creations Inc (*ImageCraft C Compiler*) | 30 | +-----------------+---------------------------------------------------------------------+ 31 | | ``intel`` | Intel Corporation | 32 | +-----------------+---------------------------------------------------------------------+ 33 | | ``ixs`` | Intel Xscale | 34 | +-----------------+---------------------------------------------------------------------+ 35 | | ``llvm`` | The LLVM/Clang projects | 36 | +-----------------+---------------------------------------------------------------------+ 37 | | ``mchp`` | Microchip Technology Inc. | 38 | +-----------------+---------------------------------------------------------------------+ 39 | | ``PSI`` | PalmSource Inc. | 40 | +-----------------+---------------------------------------------------------------------+ 41 | | ``RAL`` | Rowley Associates Ltd | 42 | +-----------------+---------------------------------------------------------------------+ 43 | | ``SEGGER`` | SEGGER Microcontroller GmbH | 44 | +-----------------+---------------------------------------------------------------------+ 45 | | ``somn`` | SOMNIUM Technologies Limited. | 46 | +-----------------+---------------------------------------------------------------------+ 47 | | ``TASKING`` | Altium Ltd. | 48 | +-----------------+---------------------------------------------------------------------+ 49 | | ``TI`` | TI Inc. | 50 | +-----------------+---------------------------------------------------------------------+ 51 | | ``tls`` | Reserved for use in thread-local storage routines. | 52 | +-----------------+---------------------------------------------------------------------+ 53 | | ``WRS`` | Wind River Systems. | 54 | +-----------------+---------------------------------------------------------------------+ 55 | -------------------------------------------------------------------------------- /cppabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /cppabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /cppabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /cppabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # C++ ABI for the Arm® 32-bit Architecture (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Application Binary Interface for the use 11 | of C++ in the Arm 32-bit architecture](cppabi32.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [C++ Application Binary Interface (ABI) 37 | for the Arm 32-bit architecture](cppabi32.rst) to the [issue tracker 38 | page on GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /cppabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /cppabi64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /cppabi64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /cppabi64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /cppabi64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # C++ ABI for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [Application Binary Interface for the use 11 | of C++ in the Arm 64-bit architecture](cppabi64.rst). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [C++ Application Binary Interface (ABI) 37 | for the Arm 64-bit architecture](cppabi64.rst) to the [issue tracker 38 | page on GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /cppabi64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /dbgovl32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /dbgovl32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /dbgovl32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /dbgovl32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Support for Debugging Overlaid Programs (AArch32) 6 | 7 | 8 | ## About this document 9 | 10 | This document is the specification of [Support for Debugging Overlaid 11 | Programs](dbgovl32.rst) in the ABI for the Arm® Architecture. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in [Support for Debugging Overlaid 37 | Programs](dbgovl32.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /dbgovl32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /design-documents/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/design-documents/.keep -------------------------------------------------------------------------------- /ehabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /ehabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /ehabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /ehabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Exception Handling ABI for the Arm Architecture 6 | 7 | ## About this document 8 | 9 | The [Exception Handling ABI for the Arm Architecture](ehabi32.rst) describes the 10 | exception handling component of the Application Binary Interface (ABI) for the 11 | Arm architecture. It covers the exception handling model, encoding in 12 | relocatable ELF files, language-independent unwinding, and C++-specific aspects. 13 | 14 | ## About the license 15 | 16 | As identified more fully in the [LICENSE](LICENSE) file, this project 17 | is licensed under CC-BY-SA-4.0 along with an additional patent 18 | license. The language in the additional patent license is largely 19 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 20 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 21 | exceptions. 22 | 23 | First, several changes were made related to the defined terms so as to 24 | reflect the fact that such defined terms need to align with the 25 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 26 | “Work” to “Licensed Material”). 27 | 28 | Second, the defensive termination clause was changed such that the 29 | scope of defensive termination applies to “any licenses granted to 30 | You” (rather than “any patent licenses granted to You”). This change 31 | is intended to help maintain a healthy ecosystem by providing 32 | additional protection to the community against patent litigation 33 | claims. 34 | 35 | ## Defects report 36 | 37 | Please report defects in the [Exception Handling ABI for the Arm 38 | Architecture](ehabi32.rst) to the [issue tracker page on 39 | GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /ehabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /ehabi32/ehabi32-table-entry-arm.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml3130-2827-2423 48 | 10indexData for personalityRoutine[index]More data for the personality routine ... 58 | 0 65 | -------------------------------------------------------------------------------- /ehabi32/ehabi32-table-entry-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml3130 42 | 0Offset of the personality routineData for the personality routine ... 52 | 0 59 | -------------------------------------------------------------------------------- /legacy-documents/aadwarf32/ihi0040_B/IHI0040B_aadwarf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf32/ihi0040_B/IHI0040B_aadwarf.pdf -------------------------------------------------------------------------------- /legacy-documents/aadwarf64-morello/102215_0001/102215_aadwarf64-morello_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf64-morello/102215_0001/102215_aadwarf64-morello_final.pdf -------------------------------------------------------------------------------- /legacy-documents/aadwarf64-sve/100985_0000/abi_sve_aadwarf_100985_0000_00_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf64-sve/100985_0000/abi_sve_aadwarf_100985_0000_00_en.pdf -------------------------------------------------------------------------------- /legacy-documents/aadwarf64/ihi0057_B/IHI0057B_aadwarf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf64/ihi0057_B/IHI0057B_aadwarf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aadwarf64/ihi0057_D/ihi0057D_aadwarf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf64/ihi0057_D/ihi0057D_aadwarf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aadwarf64/ihi0057_E/IHI0057_E_2020Q2_aadwarf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aadwarf64/ihi0057_E/IHI0057_E_2020Q2_aadwarf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_E/IHI0044E_aaelf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_E/IHI0044E_aaelf.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_F/IHI0044F_aaelf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_F/IHI0044F_aaelf.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/65edd6a76b559686395d0994376ca8854dd8bce7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/65edd6a76b559686395d0994376ca8854dd8bce7.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/IHI0044G_aaelf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/IHI0044G_aaelf.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_G/bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_G/bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/65edd6a76b559686395d0994376ca8854dd8bce7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/65edd6a76b559686395d0994376ca8854dd8bce7.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/IHI0044H_aaelf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/IHI0044H_aaelf.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/aaelf32/ihi0044_H/bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf32/ihi0044_H/bfa81f26fff3db47b3ccc0304a731d7c42a486fb.png -------------------------------------------------------------------------------- /legacy-documents/aaelf64-morello/102072_0001/102072_aaelf64-morello_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf64-morello/102072_0001/102072_aaelf64-morello_final.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf64/ihi0056_B/IHI0056B_aaelf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf64/ihi0056_B/IHI0056B_aaelf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf64/ihi0056_C/IHI0056C_beta_aaelf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf64/ihi0056_C/IHI0056C_beta_aaelf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aaelf64/ihi0056_G/IHI0056G_2020Q2_aaelf64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aaelf64/ihi0056_G/IHI0056G_2020Q2_aaelf64.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs-morello/102205_0001/102205_aapcs-morello_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs-morello/102205_0001/102205_aapcs-morello_final.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_E/IHI0042E_aapcs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_E/IHI0042E_aapcs.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_F/IHI0042F_aapcs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_F/IHI0042F_aapcs.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_G/2d381fcb37a07751b1bf433a01b4636618b38377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_G/2d381fcb37a07751b1bf433a01b4636618b38377.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_G/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_G/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_G/aapcs32-bigendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_G/aapcs32-bigendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_G/aapcs32-littleendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_G/aapcs32-littleendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_G/bcd4da85204d96b081e2c8553650f6f00cc3e250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_G/bcd4da85204d96b081e2c8553650f6f00cc3e250.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_GB/IHI0042GB_aapcs32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_GB/IHI0042GB_aapcs32.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_H/IHI0042H_aapcs32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_H/IHI0042H_aapcs32.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/2d381fcb37a07751b1bf433a01b4636618b38377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/2d381fcb37a07751b1bf433a01b4636618b38377.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/IHI0042I_aapcs32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/IHI0042I_aapcs32.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/aapcs32-bigendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/aapcs32-bigendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/aapcs32-littleendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/aapcs32-littleendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_I/bcd4da85204d96b081e2c8553650f6f00cc3e250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_I/bcd4da85204d96b081e2c8553650f6f00cc3e250.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/2d381fcb37a07751b1bf433a01b4636618b38377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/2d381fcb37a07751b1bf433a01b4636618b38377.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/IHI0042J_2020Q2_aapcs32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/IHI0042J_2020Q2_aapcs32.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/aapcs32-bigendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/aapcs32-bigendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/aapcs32-littleendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/aapcs32-littleendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs32/ihi0042_J/bcd4da85204d96b081e2c8553650f6f00cc3e250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs32/ihi0042_J/bcd4da85204d96b081e2c8553650f6f00cc3e250.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64-morello/102205_0001/102205_aapcs-morello_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64-morello/102205_0001/102205_aapcs-morello_final.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs64-sve/100986_0000/abi_sve_aapcs64_100986_0000_00_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64-sve/100986_0000/abi_sve_aapcs64_100986_0000_00_en.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_B/IHI0055B_aapcs64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_B/IHI0055B_aapcs64.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_C/IHI0055C_beta_aapcs64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_C/IHI0055C_beta_aapcs64.pdf -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/2d381fcb37a07751b1bf433a01b4636618b38377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/2d381fcb37a07751b1bf433a01b4636618b38377.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/aapcs32-bigendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/aapcs32-bigendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/aapcs32-littleendian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/aapcs32-littleendian.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/aapcs64-va-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/aapcs64-va-list.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/aapcs64-variadic-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/aapcs64-variadic-stack.png -------------------------------------------------------------------------------- /legacy-documents/aapcs64/ihi0055_D/bcd4da85204d96b081e2c8553650f6f00cc3e250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/aapcs64/ihi0055_D/bcd4da85204d96b081e2c8553650f6f00cc3e250.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_D/IHI0045D_ABI_addenda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_D/IHI0045D_ABI_addenda.pdf -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_E/IHI0045E_ABI_addenda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_E/IHI0045E_ABI_addenda.pdf -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/4e74a8efbc94d49c445ed499a37726a953f6480b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/4e74a8efbc94d49c445ed499a37726a953f6480b.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/a6edb153454647ff8639d1201865d2e96e498a9c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/a6edb153454647ff8639d1201865d2e96e498a9c.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/addenda32-linux-tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/addenda32-linux-tls.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_F/addenda32-toolflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_F/addenda32-toolflow.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/4e74a8efbc94d49c445ed499a37726a953f6480b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/4e74a8efbc94d49c445ed499a37726a953f6480b.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/a6edb153454647ff8639d1201865d2e96e498a9c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/a6edb153454647ff8639d1201865d2e96e498a9c.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/addenda32-linux-tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/addenda32-linux-tls.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_G/addenda32-toolflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_G/addenda32-toolflow.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/3cf6ac86b595d882dba5a5a746f6f4410ba9feb4.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/4e74a8efbc94d49c445ed499a37726a953f6480b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/4e74a8efbc94d49c445ed499a37726a953f6480b.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/a6edb153454647ff8639d1201865d2e96e498a9c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/a6edb153454647ff8639d1201865d2e96e498a9c.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/addenda32-linux-tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/addenda32-linux-tls.png -------------------------------------------------------------------------------- /legacy-documents/addenda32/ihi0045_H/addenda32-toolflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/addenda32/ihi0045_H/addenda32-toolflow.png -------------------------------------------------------------------------------- /legacy-documents/advnote132/ihi0046_B/IHI0046B_ABI_Advisory_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/advnote132/ihi0046_B/IHI0046B_ABI_Advisory_1.pdf -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_C/IHI0037C_bpabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_C/IHI0037C_bpabi.pdf -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-dynamic-linkage-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-dynamic-linkage-problem.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-exe-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-exe-file.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-execution-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-execution-environment.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-platform-views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-platform-views.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-tool-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-tool-flow.png -------------------------------------------------------------------------------- /legacy-documents/bpabi32/ihi0037_D/bpabi32-two-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bpabi32/ihi0037_D/bpabi32-two-versions.png -------------------------------------------------------------------------------- /legacy-documents/bsabi32/ihi0036_B/ihi0036B_bsabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bsabi32/ihi0036_B/ihi0036B_bsabi.pdf -------------------------------------------------------------------------------- /legacy-documents/bsabi32/ihi0036_C/bsabi-relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bsabi32/ihi0036_C/bsabi-relationship.png -------------------------------------------------------------------------------- /legacy-documents/bsabi32/ihi0036_D/bsabi-relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bsabi32/ihi0036_D/bsabi-relationship.png -------------------------------------------------------------------------------- /legacy-documents/bsabi32/ihi0036_D/ihi0036D_bsabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/bsabi32/ihi0036_D/ihi0036D_bsabi.pdf -------------------------------------------------------------------------------- /legacy-documents/clibabi32/ihi0039_C/IHI0039C_clibabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/clibabi32/ihi0039_C/IHI0039C_clibabi.pdf -------------------------------------------------------------------------------- /legacy-documents/clibabi32/ihi0039_D/IHI0039D_clibabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/clibabi32/ihi0039_D/IHI0039D_clibabi.pdf -------------------------------------------------------------------------------- /legacy-documents/clibabi32/ihi0039_E/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/clibabi32/ihi0039_E/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/clibabi32/ihi0039_E/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/clibabi32/ihi0039_E/a6b912fd3b00d82e1d9b2f71c9c0daf7a7f439b7.png -------------------------------------------------------------------------------- /legacy-documents/clibabi32/ihi0039_E/clibabi32-inter-operation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/clibabi32/ihi0039_E/clibabi32-inter-operation.png -------------------------------------------------------------------------------- /legacy-documents/cppabi32/ihi0041_D/IHI0041D_cppabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/cppabi32/ihi0041_D/IHI0041D_cppabi.pdf -------------------------------------------------------------------------------- /legacy-documents/cppabi32/ihi0041_G/IHI0041G_cppabi32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/cppabi32/ihi0041_G/IHI0041G_cppabi32.pdf -------------------------------------------------------------------------------- /legacy-documents/cppabi64/ihi0059_B/IHI0059B_cppabi64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/cppabi64/ihi0059_B/IHI0059B_cppabi64.pdf -------------------------------------------------------------------------------- /legacy-documents/cppabi64/ihi0059_D/IHI0059D_cppabi64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/cppabi64/ihi0059_D/IHI0059D_cppabi64.pdf -------------------------------------------------------------------------------- /legacy-documents/cppabi64/ihi0059_E/IHI0059E_2020Q2_cppabi64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/cppabi64/ihi0059_E/IHI0059E_2020Q2_cppabi64.pdf -------------------------------------------------------------------------------- /legacy-documents/dbgovl32/ihi0049_A/IHI0049A_dbgovl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/dbgovl32/ihi0049_A/IHI0049A_dbgovl.pdf -------------------------------------------------------------------------------- /legacy-documents/ehabi32/ihi0038_A/IHI0038A_ehabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/ehabi32/ihi0038_A/IHI0038A_ehabi.pdf -------------------------------------------------------------------------------- /legacy-documents/ehabi32/ihi0038_B/IHI0038B_ehabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/ehabi32/ihi0038_B/IHI0038B_ehabi.pdf -------------------------------------------------------------------------------- /legacy-documents/ehabi32/ihi0038_C/ehabi32-run-time-calls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/ehabi32/ihi0038_C/ehabi32-run-time-calls.png -------------------------------------------------------------------------------- /legacy-documents/ehabi32/ihi0038_C/ehabi32-table-entry-arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/ehabi32/ihi0038_C/ehabi32-table-entry-arm.png -------------------------------------------------------------------------------- /legacy-documents/ehabi32/ihi0038_C/ehabi32-table-entry-generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/ehabi32/ihi0038_C/ehabi32-table-entry-generic.png -------------------------------------------------------------------------------- /legacy-documents/rtabi32/ihi0043_D/IHI0043D_rtabi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/rtabi32/ihi0043_D/IHI0043D_rtabi.pdf -------------------------------------------------------------------------------- /legacy-documents/rtabi32/ihi0043_E/671cf21691fd6f03157bda736f8d4910c1261519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/rtabi32/ihi0043_E/671cf21691fd6f03157bda736f8d4910c1261519.png -------------------------------------------------------------------------------- /legacy-documents/rtabi32/ihi0043_E/744a7e944983312265f2ed7497ddf42da26942a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/rtabi32/ihi0043_E/744a7e944983312265f2ed7497ddf42da26942a6.png -------------------------------------------------------------------------------- /legacy-documents/rtabi32/ihi0043_E/clibabi32-inter-operation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/rtabi32/ihi0043_E/clibabi32-inter-operation.png -------------------------------------------------------------------------------- /legacy-documents/semihosting/100863_0200/semihosting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/semihosting/100863_0200/semihosting.pdf -------------------------------------------------------------------------------- /legacy-documents/semihosting/100863_0300/semihosting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/semihosting/100863_0300/semihosting.pdf -------------------------------------------------------------------------------- /legacy-documents/vfabia64/101129_1810/com.arm.doc.101129_1810_01_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/vfabia64/101129_1810/com.arm.doc.101129_1810_01_en.pdf -------------------------------------------------------------------------------- /legacy-documents/vfabia64/101129_1910/com.arm.doc.101129_1910_02_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/vfabia64/101129_1910/com.arm.doc.101129_1910_02_en.pdf -------------------------------------------------------------------------------- /legacy-documents/vfabia64/101129_1911/com.arm.doc.101129_1911_03_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/vfabia64/101129_1911/com.arm.doc.101129_1911_03_en.pdf -------------------------------------------------------------------------------- /legacy-documents/vfabia64/101129_1920/101129_1920_01_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/abi-aa/3952cfbfd2404c442bb6bb6f59ff7b923ab0c148/legacy-documents/vfabia64/101129_1920/101129_1920_01_en.pdf -------------------------------------------------------------------------------- /memtagabielf64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /memtagabielf64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /memtagabielf64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /memtagabielf64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Memtag Extension to ELF (MemtagABI) for the Arm® 64-bit Architecture (AArch64) 6 | 7 | ## About this document 8 | 9 | The [Memtag Extension to ELF for the Arm 64-bit 10 | Architecture](memtagabielf64.rst) describes the Memtag-related Extensions to ELF 11 | for the Arm 64-bit architecture (AArch64). 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions: 21 | 22 | - First, several changes were made related to the defined terms so as to reflect 23 | the fact that such defined terms need to align with the terminology in 24 | CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing “Work” to “Licensed 25 | Material”). 26 | - Second, the defensive termination clause was changed such that the scope of 27 | defensive termination applies to “any licenses granted to You” (rather than 28 | “any patent licenses granted to You”). This change is intended to help 29 | maintain a healthy ecosystem by providing additional protection to the 30 | community against patent litigation claims. 31 | 32 | ## Defects report 33 | 34 | Please report defects in the [Memtag Extension to ELF for the Arm 64-bit 35 | Architecture](memtagabielf64.rst) to the [issue tracker page on 36 | GitHub](https://github.com/ARM-software/abi-aa/issues). 37 | -------------------------------------------------------------------------------- /memtagabielf64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /pauthabielf64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /pauthabielf64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /pauthabielf64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /pauthabielf64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # PAuth Extension to ELF for the Arm® 64-bit Architecture (AArch64) 6 | 7 | ## About this document 8 | 9 | The [PAuth Extension to ELF for the Arm 64-bit Architecture](pauthabielf64.rst) describes the PAUTH Extensions to ELF for the Arm 64-bit architecture (AArch64). A high-level language may use these extensions to make wider use of pointer authentication than is possible within the base standard. 10 | 11 | ## About the license 12 | 13 | As identified more fully in the [LICENSE](LICENSE) file, this project 14 | is licensed under CC-BY-SA-4.0 along with an additional patent 15 | license. The language in the additional patent license is largely 16 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 17 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 18 | exceptions. 19 | 20 | First, several changes were made related to the defined terms so as to 21 | reflect the fact that such defined terms need to align with the 22 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 23 | “Work” to “Licensed Material”). 24 | 25 | Second, the defensive termination clause was changed such that the 26 | scope of defensive termination applies to “any licenses granted to 27 | You” (rather than “any patent licenses granted to You”). This change 28 | is intended to help maintain a healthy ecosystem by providing 29 | additional protection to the community against patent litigation 30 | claims. 31 | 32 | ## Defects report 33 | 34 | Please report defects in the [PAuth Extension to ELF for the Arm 64-bit Architecture](pauthabielf64.rst) to the [issue 35 | tracker page on 36 | GitHub](https://github.com/ARM-software/abi-aa/issues). 37 | -------------------------------------------------------------------------------- /pauthabielf64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /rtabi32/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /rtabi32/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /rtabi32/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /rtabi32/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Run-time ABI for the Arm® Architecture 6 | 7 | 8 | ## About this document 9 | 10 | This document defines a run-time helper-function ABI for programs 11 | written in Arm-Thumb assembly language, C, and C++. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Run-time ABI for the Arm 32-bit 37 | architecture](rtabi32.rst) to the [issue tracker page on 38 | GitHub](https://github.com/ARM-software/abi-aa/issues). 39 | -------------------------------------------------------------------------------- /rtabi32/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /semihosting/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /semihosting/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /semihosting/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /semihosting/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Semihosting for AArch32 and Aarch64 6 | 7 | ## About this document 8 | 9 | The [Semihosting for AArch32 and AArch64](semihosting.rst) describes the 10 | use of the DWARF debug table format in the Application Binary Interface (ABI) for 11 | the Arm architecture. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Semihosting for AArch32 and AArch64](semihosting.rst) 37 | to the [issue tracker page on GitHub](https://github.com/ARM-software/abi-aa/issues). 38 | -------------------------------------------------------------------------------- /semihosting/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /sysvabi64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /sysvabi64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /sysvabi64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /sysvabi64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # System V ABI for the Arm® 64-bit Architecture (AArch64) 6 | 7 | 8 | ## About this document 9 | 10 | This document describes the [System V ABI for the Arm® 64-bit Architecture (AArch64)](sysvabi64.rst). 11 | 12 | ## About the license 13 | 14 | As identified more fully in the [LICENSE](LICENSE) file, this project 15 | is licensed under CC-BY-SA-4.0 along with an additional patent 16 | license. The language in the additional patent license is largely 17 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 18 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 19 | exceptions. 20 | 21 | First, several changes were made related to the defined terms so as to 22 | reflect the fact that such defined terms need to align with the 23 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 24 | “Work” to “Licensed Material”). 25 | 26 | Second, the defensive termination clause was changed such that the 27 | scope of defensive termination applies to “any licenses granted to 28 | You” (rather than “any patent licenses granted to You”). This change 29 | is intended to help maintain a healthy ecosystem by providing 30 | additional protection to the community against patent litigation 31 | claims. 32 | 33 | ## Defects report 34 | 35 | Please report defects in the [System V ABI for the Arm® 64-bit Architecture (AArch64)](sysvabi64.rst) to the [issue tracker page on 36 | GitHub](https://github.com/ARM-software/abi-aa/issues). 37 | -------------------------------------------------------------------------------- /sysvabi64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | -------------------------------------------------------------------------------- /tools/common/check-rst-syntax.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Copyright (c) 2020-2021, Arm Limited 4 | # SPDX-License-Identifier: Apache-2.0 5 | # 6 | # Licensed under the Apache License, Version 2.0 (the "License"); 7 | # you may not use this file except in compliance with the License. 8 | # You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | set -e 19 | 20 | CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 21 | ABI_ROOT=${CURR_DIR}/../.. 22 | 23 | declare -a docs=( 24 | # 32-bit 25 | "aadwarf32" "aaelf32" "aapcs32" "addenda32" "advnote132" "bpabi32" "bsabi32" "clibabi32" "cppabi32" "dbgovl32" "ehabi32" "rtabi32" 26 | 27 | # 64-bit 28 | "aadwarf64" "aaelf64" "aapcs64" "cppabi64" "sysvabi64" "vfabia64" 29 | 30 | # pauth extension 31 | "pauthabielf64" 32 | 33 | # memtag extension 34 | "memtagabielf64" 35 | 36 | # morello 37 | "aadwarf64-morello" "aaelf64-morello" "aapcs64-morello" 38 | 39 | # semihosting 40 | "semihosting" 41 | 42 | # atomics 43 | "atomicsabi64" 44 | ) 45 | 46 | for doc in "${docs[@]}"; do 47 | ( set -x; rstcheck --ignore-languages=c,cpp --report-level=warning ${ABI_ROOT}/${doc}/${doc}.rst ) 48 | done 49 | -------------------------------------------------------------------------------- /tools/common/generate-release-links.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Copyright (c) 2020-2021, Arm Limited 4 | # SPDX-License-Identifier: Apache-2.0 5 | # 6 | # Licensed under the Apache License, Version 2.0 (the "License"); 7 | # you may not use this file except in compliance with the License. 8 | # You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | # helper script to aid in writing release notes 19 | 20 | if [ $# -ne 2 ]; then 21 | echo "usage: `basename $0` " 22 | echo " - name of the release, for example '2020Q3'" 23 | echo " - the git commit hash of the release" 24 | exit 1 25 | fi 26 | 27 | URL="https://github.com/ARM-software/abi-aa" 28 | RELEASE=$1 29 | HASH=$2 30 | 31 | spec() { 32 | DOC=$1 33 | NAME=$2 34 | echo "${NAME} - [pdf](${URL}/releases/download/${RELEASE}/${DOC}.pdf), [html](${URL}/blob/${HASH}/${DOC}/${DOC}.rst)" 35 | } 36 | 37 | cat <&2 "usage: export-svg.sh " 38 | exit 1 39 | fi 40 | 41 | set -e 42 | 43 | temp_eps=$(mktemp -t abiXXXXXX.eps) 44 | temp_svg=$(mktemp -t abiXXXXXX.svg) 45 | 46 | inkscape "$1" --export-eps="$temp_eps" 47 | inkscape "$temp_eps" --export-plain-svg="$temp_svg" 48 | rm -f "$temp_eps" 49 | 50 | # Also, while we're processing this file, coerce the font 51 | # specifications back to something sensible. The round-trip process 52 | # will have unhelpfully converted the generic specification 53 | # 'sans-serif' into a specific thing like 'DejaVu Sans' which won't be 54 | # what we want. 55 | # 56 | # In fact, a good choice is Helvetica, on the grounds that it's a 57 | # standard built-in font in the PDF spec. 58 | sed 's/font-family:[^;]*/font-family:Helvetica/g' "$temp_svg" > "$2" 59 | rm -f "$temp_svg" 60 | -------------------------------------------------------------------------------- /tools/rst2pdf/generate-pdfs.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Copyright (c) 2020-2021, Arm Limited 4 | # SPDX-License-Identifier: Apache-2.0 5 | # 6 | # Licensed under the Apache License, Version 2.0 (the "License"); 7 | # you may not use this file except in compliance with the License. 8 | # You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | 19 | if [ $# -ne 1 ]; then 20 | echo "usage: `basename $0` " 21 | echo " - dir that will contain the pdfs" 22 | exit 1 23 | fi 24 | 25 | CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 26 | ABI_ROOT=${CURR_DIR}/../.. 27 | OUTPUT_DIR=$1 28 | 29 | mkdir -p ${OUTPUT_DIR} 30 | declare -a docs=( 31 | # 32-bit 32 | "aadwarf32" "aaelf32" "aapcs32" "addenda32" "advnote132" "bpabi32" "bsabi32" "clibabi32" "cppabi32" "dbgovl32" "ehabi32" "rtabi32" 33 | 34 | # 64-bit 35 | "aadwarf64" "aaelf64" "aapcs64" "cppabi64" "sysvabi64" "vfabia64" 36 | 37 | # pauth extension 38 | "pauthabielf64" 39 | 40 | # memtag extension 41 | "memtagabielf64" 42 | 43 | # morello 44 | "aadwarf64-morello" "aaelf64-morello" "aapcs64-morello" 45 | 46 | # semihosting 47 | "semihosting" 48 | 49 | # atomics 50 | "atomicsabi64" 51 | ) 52 | 53 | for doc in "${docs[@]}"; do 54 | ( set -x ; rst2pdf ${ABI_ROOT}/${doc}/${doc}.rst \ 55 | -s ${CURR_DIR}/rst2pdf-abi.style \ 56 | --repeat-table-rows \ 57 | --default-dpi=110 \ 58 | -c \ 59 | -o ${OUTPUT_DIR}/${doc}.pdf ) 60 | done 61 | -------------------------------------------------------------------------------- /tools/rst2pdf/install.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Copyright (c) 2020-2021, Arm Limited 4 | # SPDX-License-Identifier: Apache-2.0 5 | # 6 | # Licensed under the Apache License, Version 2.0 (the "License"); 7 | # you may not use this file except in compliance with the License. 8 | # You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | 19 | cd $(dirname $BASH_SOURCE) 20 | 21 | # we need a very recent version of rst2pdf, as (currently) the latest release 22 | # installed with Ubuntu 16.04 contains a bug where the contents section links 23 | # are broken 24 | # the rst2pdf release below is 0.98 25 | pip install -r requirements.txt 26 | -------------------------------------------------------------------------------- /tools/rst2pdf/requirements.txt: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2020-2021, Arm Limited 2 | # SPDX-License-Identifier: Apache-2.0 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | git+https://github.com/rst2pdf/rst2pdf@ed41beda8eae0239803d15dd2b829faef14c0160 17 | rstcheck 18 | matplotlib 19 | svglib 20 | -------------------------------------------------------------------------------- /vfabia64/Arm_logo_blue_RGB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /vfabia64/CONTRIBUTIONS: -------------------------------------------------------------------------------- 1 | Contributions to this project are licensed under an inbound=outbound 2 | model such that any such contributions are licensed by the contributor 3 | under the same terms as those in the LICENSE file. 4 | -------------------------------------------------------------------------------- /vfabia64/LICENSE: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons 2 | Attribution-ShareAlike 4.0 International License. To view a copy of 3 | this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or 4 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 5 | 94042, USA. 6 | 7 | Grant of Patent License. Subject to the terms and conditions of this 8 | license (both the Public License and this Patent License), each 9 | Licensor hereby grants to You a perpetual, worldwide, non-exclusive, 10 | no-charge, royalty-free, irrevocable (except as stated in this 11 | section) patent license to make, have made, use, offer to sell, sell, 12 | import, and otherwise transfer the Licensed Material, where such 13 | license applies only to those patent claims licensable by such 14 | Licensor that are necessarily infringed by their contribution(s) alone 15 | or by combination of their contribution(s) with the Licensed Material 16 | to which such contribution(s) was submitted. If You institute patent 17 | litigation against any entity (including a cross-claim or counterclaim 18 | in a lawsuit) alleging that the Licensed Material or a contribution 19 | incorporated within the Licensed Material constitutes direct or 20 | contributory patent infringement, then any licenses granted to You 21 | under this license for that Licensed Material shall terminate as of 22 | the date such litigation is filed. 23 | -------------------------------------------------------------------------------- /vfabia64/README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # Vector Function Application Binary Interface Specification for AArch64 6 | 7 | ## About this document 8 | 9 | The [Vector Function Application Binary Interface Specification for 10 | AArch64](vfabia64.rst) describes the application binary interface for 11 | vector functions generated by a compiler. 12 | 13 | ## About the license 14 | 15 | As identified more fully in the [LICENSE](LICENSE) file, this project 16 | is licensed under CC-BY-SA-4.0 along with an additional patent 17 | license. The language in the additional patent license is largely 18 | identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0 19 | as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two 20 | exceptions. 21 | 22 | First, several changes were made related to the defined terms so as to 23 | reflect the fact that such defined terms need to align with the 24 | terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing 25 | “Work” to “Licensed Material”). 26 | 27 | Second, the defensive termination clause was changed such that the 28 | scope of defensive termination applies to “any licenses granted to 29 | You” (rather than “any patent licenses granted to You”). This change 30 | is intended to help maintain a healthy ecosystem by providing 31 | additional protection to the community against patent litigation 32 | claims. 33 | 34 | ## Defects report 35 | 36 | Please report defects in the [Vector Function Application Binary 37 | Interface Specification for AArch64](vfabia64.rst) to the [issue 38 | tracker page on 39 | GitHub](https://github.com/ARM-software/abi-aa/issues). 40 | -------------------------------------------------------------------------------- /vfabia64/TRADEMARK_NOTICE: -------------------------------------------------------------------------------- 1 | The text of and illustrations in this document are licensed 2 | under a Creative Commons Attribution–Share Alike 4.0 International 3 | license ("CC-BY-SA-4.0”), with an additional clause on patents. 4 | The Arm trademarks featured here are registered trademarks or 5 | trademarks of Arm Limited (or its subsidiaries) in the US and/or 6 | elsewhere. All rights reserved. Please visit 7 | https://www.arm.com/company/policies/trademarks for more information 8 | about Arm’s trademarks. 9 | --------------------------------------------------------------------------------