riscv.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* RISC-V ELF support for BFD.
  2. Copyright (C) 2011-2022 Free Software Foundation, Inc.
  3. Contributed by Andrew Waterman (andrew@sifive.com).
  4. Based on MIPS ELF support for BFD, by Ian Lance Taylor.
  5. This file is part of BFD, the Binary File Descriptor library.
  6. This program is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 3 of the License, or
  9. (at your option) any later version.
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with this program; see the file COPYING3. If not,
  16. see <http://www.gnu.org/licenses/>. */
  17. /* This file holds definitions specific to the RISCV ELF ABI. Note
  18. that most of this is not actually implemented by BFD. */
  19. #ifndef _ELF_RISCV_H
  20. #define _ELF_RISCV_H
  21. #include "elf/reloc-macros.h"
  22. #include "libiberty.h"
  23. /* Relocation types. */
  24. START_RELOC_NUMBERS (elf_riscv_reloc_type)
  25. /* Relocation types used by the dynamic linker. */
  26. RELOC_NUMBER (R_RISCV_NONE, 0)
  27. RELOC_NUMBER (R_RISCV_32, 1)
  28. RELOC_NUMBER (R_RISCV_64, 2)
  29. RELOC_NUMBER (R_RISCV_RELATIVE, 3)
  30. RELOC_NUMBER (R_RISCV_COPY, 4)
  31. RELOC_NUMBER (R_RISCV_JUMP_SLOT, 5)
  32. RELOC_NUMBER (R_RISCV_TLS_DTPMOD32, 6)
  33. RELOC_NUMBER (R_RISCV_TLS_DTPMOD64, 7)
  34. RELOC_NUMBER (R_RISCV_TLS_DTPREL32, 8)
  35. RELOC_NUMBER (R_RISCV_TLS_DTPREL64, 9)
  36. RELOC_NUMBER (R_RISCV_TLS_TPREL32, 10)
  37. RELOC_NUMBER (R_RISCV_TLS_TPREL64, 11)
  38. /* Relocation types not used by the dynamic linker. */
  39. RELOC_NUMBER (R_RISCV_BRANCH, 16)
  40. RELOC_NUMBER (R_RISCV_JAL, 17)
  41. RELOC_NUMBER (R_RISCV_CALL, 18)
  42. RELOC_NUMBER (R_RISCV_CALL_PLT, 19)
  43. RELOC_NUMBER (R_RISCV_GOT_HI20, 20)
  44. RELOC_NUMBER (R_RISCV_TLS_GOT_HI20, 21)
  45. RELOC_NUMBER (R_RISCV_TLS_GD_HI20, 22)
  46. RELOC_NUMBER (R_RISCV_PCREL_HI20, 23)
  47. RELOC_NUMBER (R_RISCV_PCREL_LO12_I, 24)
  48. RELOC_NUMBER (R_RISCV_PCREL_LO12_S, 25)
  49. RELOC_NUMBER (R_RISCV_HI20, 26)
  50. RELOC_NUMBER (R_RISCV_LO12_I, 27)
  51. RELOC_NUMBER (R_RISCV_LO12_S, 28)
  52. RELOC_NUMBER (R_RISCV_TPREL_HI20, 29)
  53. RELOC_NUMBER (R_RISCV_TPREL_LO12_I, 30)
  54. RELOC_NUMBER (R_RISCV_TPREL_LO12_S, 31)
  55. RELOC_NUMBER (R_RISCV_TPREL_ADD, 32)
  56. RELOC_NUMBER (R_RISCV_ADD8, 33)
  57. RELOC_NUMBER (R_RISCV_ADD16, 34)
  58. RELOC_NUMBER (R_RISCV_ADD32, 35)
  59. RELOC_NUMBER (R_RISCV_ADD64, 36)
  60. RELOC_NUMBER (R_RISCV_SUB8, 37)
  61. RELOC_NUMBER (R_RISCV_SUB16, 38)
  62. RELOC_NUMBER (R_RISCV_SUB32, 39)
  63. RELOC_NUMBER (R_RISCV_SUB64, 40)
  64. RELOC_NUMBER (R_RISCV_GNU_VTINHERIT, 41)
  65. RELOC_NUMBER (R_RISCV_GNU_VTENTRY, 42)
  66. RELOC_NUMBER (R_RISCV_ALIGN, 43)
  67. RELOC_NUMBER (R_RISCV_RVC_BRANCH, 44)
  68. RELOC_NUMBER (R_RISCV_RVC_JUMP, 45)
  69. RELOC_NUMBER (R_RISCV_RVC_LUI, 46)
  70. RELOC_NUMBER (R_RISCV_GPREL_I, 47)
  71. RELOC_NUMBER (R_RISCV_GPREL_S, 48)
  72. RELOC_NUMBER (R_RISCV_TPREL_I, 49)
  73. RELOC_NUMBER (R_RISCV_TPREL_S, 50)
  74. RELOC_NUMBER (R_RISCV_RELAX, 51)
  75. RELOC_NUMBER (R_RISCV_SUB6, 52)
  76. RELOC_NUMBER (R_RISCV_SET6, 53)
  77. RELOC_NUMBER (R_RISCV_SET8, 54)
  78. RELOC_NUMBER (R_RISCV_SET16, 55)
  79. RELOC_NUMBER (R_RISCV_SET32, 56)
  80. RELOC_NUMBER (R_RISCV_32_PCREL, 57)
  81. RELOC_NUMBER (R_RISCV_IRELATIVE, 58)
  82. END_RELOC_NUMBERS (R_RISCV_max)
  83. /* Processor specific flags for the ELF header e_flags field. */
  84. /* File may contain compressed instructions. */
  85. #define EF_RISCV_RVC 0x0001
  86. /* Which floating-point ABI a file uses. */
  87. #define EF_RISCV_FLOAT_ABI 0x0006
  88. /* File uses the soft-float ABI. */
  89. #define EF_RISCV_FLOAT_ABI_SOFT 0x0000
  90. /* File uses the single-float ABI. */
  91. #define EF_RISCV_FLOAT_ABI_SINGLE 0x0002
  92. /* File uses the double-float ABI. */
  93. #define EF_RISCV_FLOAT_ABI_DOUBLE 0x0004
  94. /* File uses the quad-float ABI. */
  95. #define EF_RISCV_FLOAT_ABI_QUAD 0x0006
  96. /* File uses the 32E base integer instruction. */
  97. #define EF_RISCV_RVE 0x0008
  98. /* The name of the global pointer symbol. */
  99. #define RISCV_GP_SYMBOL "__global_pointer$"
  100. /* Processor specific dynamic array tags. */
  101. #define DT_RISCV_VARIANT_CC (DT_LOPROC + 1)
  102. /* RISC-V specific values for st_other. */
  103. #define STO_RISCV_VARIANT_CC 0x80
  104. /* Additional section types. */
  105. #define SHT_RISCV_ATTRIBUTES 0x70000003 /* Section holds attributes. */
  106. /* Processor specific program header types. */
  107. /* Location of RISC-V ELF attribute section. */
  108. #define PT_RISCV_ATTRIBUTES 0x70000003
  109. /* Object attributes. */
  110. enum
  111. {
  112. /* 0-3 are generic. */
  113. Tag_RISCV_stack_align = 4,
  114. Tag_RISCV_arch = 5,
  115. Tag_RISCV_unaligned_access = 6,
  116. Tag_RISCV_priv_spec = 8,
  117. Tag_RISCV_priv_spec_minor = 10,
  118. Tag_RISCV_priv_spec_revision = 12
  119. };
  120. #endif /* _ELF_RISCV_H */