elfnames.h 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /****************************************************************************/
  2. /* elfnames.h v8.2.2 */
  3. /* */
  4. /* Copyright (c) 1997-2017 Texas Instruments Incorporated */
  5. /* http://www.ti.com/ */
  6. /* */
  7. /* Redistribution and use in source and binary forms, with or without */
  8. /* modification, are permitted provided that the following conditions */
  9. /* are met: */
  10. /* */
  11. /* Redistributions of source code must retain the above copyright */
  12. /* notice, this list of conditions and the following disclaimer. */
  13. /* */
  14. /* Redistributions in binary form must reproduce the above copyright */
  15. /* notice, this list of conditions and the following disclaimer in */
  16. /* the documentation and/or other materials provided with the */
  17. /* distribution. */
  18. /* */
  19. /* Neither the name of Texas Instruments Incorporated nor the names */
  20. /* of its contributors may be used to endorse or promote products */
  21. /* derived from this software without specific prior written */
  22. /* permission. */
  23. /* */
  24. /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */
  25. /* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT */
  26. /* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR */
  27. /* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT */
  28. /* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, */
  29. /* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT */
  30. /* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */
  31. /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY */
  32. /* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT */
  33. /* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE */
  34. /* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
  35. /* */
  36. /****************************************************************************/
  37. #ifndef __elfnames__
  38. #define __elfnames__
  39. #pragma diag_push
  40. #pragma CHECK_MISRA("-19.4") /* macros required for implementation */
  41. #pragma CHECK_MISRA("-19.7") /* macros required for implementation */
  42. #pragma CHECK_MISRA("-19.13") /* # and ## required for implementation */
  43. #if defined(__TI_EABI__)
  44. #include <abi_prefix.h>
  45. #define _divd __TI_P(divd)
  46. #define _divf __TI_P(divf)
  47. #define _absd __TI_P(absd)
  48. #define _absf __TI_P(absf)
  49. #define _addd __TI_P(addd)
  50. #define _addf __TI_P(addf)
  51. #define _cmpd __TI_P(cmpd)
  52. #define _eqd __TI_P(eqd)
  53. #define _neqd __TI_P(neqd)
  54. #define _ltd __TI_P(ltd)
  55. #define _gtd __TI_P(gtd)
  56. #define _led __TI_P(led)
  57. #define _ged __TI_P(ged)
  58. #define _cmpf __TI_P(cmpf)
  59. #define _eqf __TI_P(eqf)
  60. #define _neqf __TI_P(neqf)
  61. #define _ltf __TI_P(ltf)
  62. #define _gtf __TI_P(gtf)
  63. #define _lef __TI_P(lef)
  64. #define _gef __TI_P(gef)
  65. #define _nround __TI_P(nround)
  66. #define _roundf __TI_P(roundf)
  67. #define _roundl __TI_P(roundl)
  68. #define _cvtdf __TI_P(cvtdf)
  69. #define _cvtfd __TI_P(cvtfd)
  70. #define _fixdi __TI_P(fixdi)
  71. #define _fixdli __TI_P(fixdli)
  72. #define _fixdlli __TI_P(fixdlli)
  73. #define _fixdu __TI_P(fixdu)
  74. #define _fixdul __TI_P(fixdul)
  75. #define _fixdull __TI_P(fixdull)
  76. #define _fixfi __TI_P(fixfi)
  77. #define _fixfli __TI_P(fixfli)
  78. #define _fixflli __TI_P(fixflli)
  79. #define _fixfu __TI_P(fixfu)
  80. #define _fixful __TI_P(fixful)
  81. #define _fixfull __TI_P(fixfull)
  82. #define _fltid __TI_P(fltid)
  83. #define _fltif __TI_P(fltif)
  84. #define _fltlid __TI_P(fltlid)
  85. #define _fltlif __TI_P(fltlif)
  86. #define _fltllid __TI_P(fltllid)
  87. #define _fltllif __TI_P(fltllif)
  88. #define _fltud __TI_P(fltud)
  89. #define _fltuf __TI_P(fltuf)
  90. #define _fltuld __TI_P(fltuld)
  91. #define _fltulf __TI_P(fltulf)
  92. #define _fltulld __TI_P(fltulld)
  93. #define _fltullf __TI_P(fltullf)
  94. #define __fpclassify __TI_P(fpclassify)
  95. #define __fpclassifyf __TI_P(fpclassifyf)
  96. #define __isfinite __TI_P(isfinite)
  97. #define __isfinitef __TI_P(isfinitef)
  98. #define __isfinitel __TI_P(isfinitel)
  99. #define __isinf __TI_P(isinf)
  100. #define __isinff __TI_P(isinff)
  101. #define __isinfl __TI_P(isinfl)
  102. #define __isnan __TI_P(isnan)
  103. #define __isnanf __TI_P(isnanf)
  104. #define __isnanl __TI_P(isnanl)
  105. #define __isnormal __TI_P(isnormal)
  106. #define __isnormalf __TI_P(isnormalf)
  107. #define __isnormall __TI_P(isnormall)
  108. #define _mpyd __TI_P(mpyd)
  109. #define _mpyf __TI_P(mpyf)
  110. #define _negd __TI_P(negd)
  111. #define _negf __TI_P(negf)
  112. #define _subd __TI_P(subd)
  113. #define _subf __TI_P(subf)
  114. #define _trunc __TI_P(trunc)
  115. #define _truncf __TI_P(truncf)
  116. #define _truncl __TI_P(truncl)
  117. #define _divli __TI_P(divli)
  118. #define _divul __TI_P(divul)
  119. #define _remli __TI_P(remli)
  120. #define _remul __TI_P(remul)
  121. #endif /* defined(__TI_EABI__) */
  122. #pragma diag_pop
  123. #endif /* __elfnames__ */