x86-64.h 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* x86_64 ELF support for BFD.
  2. Copyright (C) 2000-2022 Free Software Foundation, Inc.
  3. Contributed by Jan Hubicka <jh@suse.cz>
  4. This file is part of BFD, the Binary File Descriptor library.
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software Foundation,
  15. Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
  16. #ifndef _ELF_X86_64_H
  17. #define _ELF_X86_64_H
  18. #include "elf/reloc-macros.h"
  19. START_RELOC_NUMBERS (elf_x86_64_reloc_type)
  20. RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
  21. RELOC_NUMBER (R_X86_64_64, 1) /* Direct 64 bit */
  22. RELOC_NUMBER (R_X86_64_PC32, 2) /* PC relative 32 bit signed */
  23. RELOC_NUMBER (R_X86_64_GOT32, 3) /* 32 bit GOT entry */
  24. RELOC_NUMBER (R_X86_64_PLT32, 4) /* 32 bit PLT address */
  25. RELOC_NUMBER (R_X86_64_COPY, 5) /* Copy symbol at runtime */
  26. RELOC_NUMBER (R_X86_64_GLOB_DAT, 6) /* Create GOT entry */
  27. RELOC_NUMBER (R_X86_64_JUMP_SLOT,7) /* Create PLT entry */
  28. RELOC_NUMBER (R_X86_64_RELATIVE, 8) /* Adjust by program base */
  29. RELOC_NUMBER (R_X86_64_GOTPCREL, 9) /* 32 bit signed pc relative
  30. offset to GOT entry */
  31. RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */
  32. RELOC_NUMBER (R_X86_64_32S, 11) /* Direct 32 bit sign extended */
  33. RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */
  34. RELOC_NUMBER (R_X86_64_PC16, 13) /* 16 bit sign extended pc relative*/
  35. RELOC_NUMBER (R_X86_64_8, 14) /* Direct 8 bit sign extended */
  36. RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/
  37. RELOC_NUMBER (R_X86_64_DTPMOD64, 16) /* ID of module containing symbol */
  38. RELOC_NUMBER (R_X86_64_DTPOFF64, 17) /* Offset in TLS block */
  39. RELOC_NUMBER (R_X86_64_TPOFF64, 18) /* Offset in initial TLS block */
  40. RELOC_NUMBER (R_X86_64_TLSGD, 19) /* PC relative offset to GD GOT block */
  41. RELOC_NUMBER (R_X86_64_TLSLD, 20) /* PC relative offset to LD GOT block */
  42. RELOC_NUMBER (R_X86_64_DTPOFF32, 21) /* Offset in TLS block */
  43. RELOC_NUMBER (R_X86_64_GOTTPOFF, 22) /* PC relative offset to IE GOT entry */
  44. RELOC_NUMBER (R_X86_64_TPOFF32, 23) /* Offset in initial TLS block */
  45. RELOC_NUMBER (R_X86_64_PC64, 24) /* PC relative 64 bit */
  46. RELOC_NUMBER (R_X86_64_GOTOFF64, 25) /* 64 bit offset to GOT */
  47. RELOC_NUMBER (R_X86_64_GOTPC32, 26) /* 32 bit signed pc relative
  48. offset to GOT */
  49. RELOC_NUMBER (R_X86_64_GOT64, 27) /* 64 bit GOT entry offset */
  50. RELOC_NUMBER (R_X86_64_GOTPCREL64, 28) /* 64 bit signed pc relative
  51. offset to GOT entry */
  52. RELOC_NUMBER (R_X86_64_GOTPC64, 29) /* 64 bit signed pc relative
  53. offset to GOT */
  54. RELOC_NUMBER (R_X86_64_GOTPLT64, 30) /* Obsolete. The same as GOT64. */
  55. RELOC_NUMBER (R_X86_64_PLTOFF64, 31) /* 64 bit GOT relative offset
  56. to PLT entry */
  57. RELOC_NUMBER (R_X86_64_SIZE32, 32) /* 32-bit symbol size */
  58. RELOC_NUMBER (R_X86_64_SIZE64, 33) /* 64-bit symbol size */
  59. RELOC_NUMBER (R_X86_64_GOTPC32_TLSDESC, 34)
  60. /* 32 bit signed pc relative
  61. offset to TLS descriptor
  62. in the GOT. */
  63. RELOC_NUMBER (R_X86_64_TLSDESC_CALL, 35) /* Relaxable call through TLS
  64. descriptor. */
  65. RELOC_NUMBER (R_X86_64_TLSDESC, 36) /* 2x64-bit TLS descriptor. */
  66. RELOC_NUMBER (R_X86_64_IRELATIVE, 37) /* Adjust indirectly by program base */
  67. RELOC_NUMBER (R_X86_64_RELATIVE64, 38) /* 64bit adjust by program base */
  68. RELOC_NUMBER (R_X86_64_PC32_BND, 39) /* PC relative 32 bit
  69. signed with BND prefix */
  70. RELOC_NUMBER (R_X86_64_PLT32_BND, 40) /* 32 bit PLT address with
  71. BND prefix */
  72. /* Load from 32 bit signed pc relative offset to GOT entry without
  73. REX prefix, relaxable. */
  74. RELOC_NUMBER (R_X86_64_GOTPCRELX, 41)
  75. /* Load from 32 bit signed pc relative offset to GOT entry with
  76. REX prefix, relaxable. */
  77. RELOC_NUMBER (R_X86_64_REX_GOTPCRELX, 42)
  78. RELOC_NUMBER (R_X86_64_GNU_VTINHERIT, 250) /* GNU C++ hack */
  79. RELOC_NUMBER (R_X86_64_GNU_VTENTRY, 251) /* GNU C++ hack */
  80. END_RELOC_NUMBERS (R_X86_64_max)
  81. /* Processor specific section types. */
  82. #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */
  83. /* Like SHN_COMMON but the symbol will be allocated in the .lbss
  84. section. */
  85. #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
  86. #define SHF_X86_64_LARGE 0x10000000
  87. #endif