reference.qbk 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [/
  2. Copyright Oliver Kowalke 2014.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt
  6. ]
  7. [section:reference Reference]
  8. [heading ARM]
  9. * AAPCS ABI: Procedure Call Standard for the ARM Architecture
  10. * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
  11. [heading MIPS]
  12. * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
  13. [heading PowerPC32]
  14. * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
  15. [heading PowerPC64]
  16. * SYSV ABI: PowerPC User Instruction Set Architecture, Book I
  17. [heading X86-32]
  18. * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
  19. * MS PE: [@http://msdn.microsoft.com/en-us/library/k2b2ssfy.aspx Calling Conventions]
  20. [heading X86-64]
  21. * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
  22. * MS PE: [@http://msdn.microsoft.com/en-us/library/7kcdt6fy%28VS.80%29.aspx x64 Software Conventions]
  23. [endsect]