elf.h 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. /*
  2. * S390 version
  3. *
  4. * Derived from "include/asm-i386/elf.h"
  5. */
  6. #ifndef __ASMS390_ELF_H
  7. #define __ASMS390_ELF_H
  8. /* s390 relocations defined by the ABIs */
  9. #define R_390_NONE 0 /* No reloc. */
  10. #define R_390_8 1 /* Direct 8 bit. */
  11. #define R_390_12 2 /* Direct 12 bit. */
  12. #define R_390_16 3 /* Direct 16 bit. */
  13. #define R_390_32 4 /* Direct 32 bit. */
  14. #define R_390_PC32 5 /* PC relative 32 bit. */
  15. #define R_390_GOT12 6 /* 12 bit GOT offset. */
  16. #define R_390_GOT32 7 /* 32 bit GOT offset. */
  17. #define R_390_PLT32 8 /* 32 bit PC relative PLT address. */
  18. #define R_390_COPY 9 /* Copy symbol at runtime. */
  19. #define R_390_GLOB_DAT 10 /* Create GOT entry. */
  20. #define R_390_JMP_SLOT 11 /* Create PLT entry. */
  21. #define R_390_RELATIVE 12 /* Adjust by program base. */
  22. #define R_390_GOTOFF32 13 /* 32 bit offset to GOT. */
  23. #define R_390_GOTPC 14 /* 32 bit PC rel. offset to GOT. */
  24. #define R_390_GOT16 15 /* 16 bit GOT offset. */
  25. #define R_390_PC16 16 /* PC relative 16 bit. */
  26. #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */
  27. #define R_390_PLT16DBL 18 /* 16 bit PC rel. PLT shifted by 1. */
  28. #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */
  29. #define R_390_PLT32DBL 20 /* 32 bit PC rel. PLT shifted by 1. */
  30. #define R_390_GOTPCDBL 21 /* 32 bit PC rel. GOT shifted by 1. */
  31. #define R_390_64 22 /* Direct 64 bit. */
  32. #define R_390_PC64 23 /* PC relative 64 bit. */
  33. #define R_390_GOT64 24 /* 64 bit GOT offset. */
  34. #define R_390_PLT64 25 /* 64 bit PC relative PLT address. */
  35. #define R_390_GOTENT 26 /* 32 bit PC rel. to GOT entry >> 1. */
  36. #define R_390_GOTOFF16 27 /* 16 bit offset to GOT. */
  37. #define R_390_GOTOFF64 28 /* 64 bit offset to GOT. */
  38. #define R_390_GOTPLT12 29 /* 12 bit offset to jump slot. */
  39. #define R_390_GOTPLT16 30 /* 16 bit offset to jump slot. */
  40. #define R_390_GOTPLT32 31 /* 32 bit offset to jump slot. */
  41. #define R_390_GOTPLT64 32 /* 64 bit offset to jump slot. */
  42. #define R_390_GOTPLTENT 33 /* 32 bit rel. offset to jump slot. */
  43. #define R_390_PLTOFF16 34 /* 16 bit offset from GOT to PLT. */
  44. #define R_390_PLTOFF32 35 /* 32 bit offset from GOT to PLT. */
  45. #define R_390_PLTOFF64 36 /* 16 bit offset from GOT to PLT. */
  46. #define R_390_TLS_LOAD 37 /* Tag for load insn in TLS code. */
  47. #define R_390_TLS_GDCALL 38 /* Tag for function call in general
  48. dynamic TLS code. */
  49. #define R_390_TLS_LDCALL 39 /* Tag for function call in local
  50. dynamic TLS code. */
  51. #define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic
  52. thread local data. */
  53. #define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic
  54. thread local data. */
  55. #define R_390_TLS_GOTIE12 42 /* 12 bit GOT offset for static TLS
  56. block offset. */
  57. #define R_390_TLS_GOTIE32 43 /* 32 bit GOT offset for static TLS
  58. block offset. */
  59. #define R_390_TLS_GOTIE64 44 /* 64 bit GOT offset for static TLS
  60. block offset. */
  61. #define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic
  62. thread local data in LD code. */
  63. #define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic
  64. thread local data in LD code. */
  65. #define R_390_TLS_IE32 47 /* 32 bit address of GOT entry for
  66. negated static TLS block offset. */
  67. #define R_390_TLS_IE64 48 /* 64 bit address of GOT entry for
  68. negated static TLS block offset. */
  69. #define R_390_TLS_IEENT 49 /* 32 bit rel. offset to GOT entry for
  70. negated static TLS block offset. */
  71. #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to
  72. static TLS block. */
  73. #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to
  74. static TLS block. */
  75. #define R_390_TLS_LDO32 52 /* 32 bit offset relative to TLS
  76. block. */
  77. #define R_390_TLS_LDO64 53 /* 64 bit offset relative to TLS
  78. block. */
  79. #define R_390_TLS_DTPMOD 54 /* ID of module containing symbol. */
  80. #define R_390_TLS_DTPOFF 55 /* Offset in TLS block. */
  81. #define R_390_TLS_TPOFF 56 /* Negate offset in static TLS
  82. block. */
  83. #define R_390_20 57 /* Direct 20 bit. */
  84. #define R_390_GOT20 58 /* 20 bit GOT offset. */
  85. #define R_390_GOTPLT20 59 /* 20 bit offset to jump slot. */
  86. #define R_390_TLS_GOTIE20 60 /* 20 bit GOT offset for static TLS
  87. block offset. */
  88. /* Keep this the last entry. */
  89. #define R_390_NUM 61
  90. /* Bits present in AT_HWCAP. */
  91. #define HWCAP_S390_ESAN3 1
  92. #define HWCAP_S390_ZARCH 2
  93. #define HWCAP_S390_STFLE 4
  94. #define HWCAP_S390_MSA 8
  95. #define HWCAP_S390_LDISP 16
  96. #define HWCAP_S390_EIMM 32
  97. #define HWCAP_S390_DFP 64
  98. #define HWCAP_S390_HPAGE 128
  99. #define HWCAP_S390_ETF3EH 256
  100. #define HWCAP_S390_HIGH_GPRS 512
  101. #define HWCAP_S390_TE 1024
  102. #define HWCAP_S390_VXRS 2048
  103. /* Internal bits, not exposed via elf */
  104. #define HWCAP_INT_SIE 1UL
  105. /*
  106. * These are used to set parameters in the core dumps.
  107. */
  108. #define ELF_CLASS ELFCLASS64
  109. #define ELF_DATA ELFDATA2MSB
  110. #define ELF_ARCH EM_S390
  111. /*
  112. * ELF register definitions..
  113. */
  114. #include <asm/ptrace.h>
  115. #include <asm/compat.h>
  116. #include <asm/syscall.h>
  117. #include <asm/user.h>
  118. typedef s390_fp_regs elf_fpregset_t;
  119. typedef s390_regs elf_gregset_t;
  120. typedef s390_fp_regs compat_elf_fpregset_t;
  121. typedef s390_compat_regs compat_elf_gregset_t;
  122. #include <linux/compat.h>
  123. #include <linux/sched.h> /* for task_struct */
  124. #include <asm/mmu_context.h>
  125. #include <asm/vdso.h>
  126. extern unsigned int vdso_enabled;
  127. /*
  128. * This is used to ensure we don't load something for the wrong architecture.
  129. */
  130. #define elf_check_arch(x) \
  131. (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
  132. && (x)->e_ident[EI_CLASS] == ELF_CLASS)
  133. #define compat_elf_check_arch(x) \
  134. (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
  135. && (x)->e_ident[EI_CLASS] == ELF_CLASS)
  136. #define compat_start_thread start_thread31
  137. /* For SVR4/S390 the function pointer to be registered with `atexit` is
  138. passed in R14. */
  139. #define ELF_PLAT_INIT(_r, load_addr) \
  140. do { \
  141. _r->gprs[14] = 0; \
  142. } while (0)
  143. #define CORE_DUMP_USE_REGSET
  144. #define ELF_EXEC_PAGESIZE 4096
  145. /*
  146. * This is the base location for PIE (ET_DYN with INTERP) loads. On
  147. * 64-bit, this is raised to 4GB to leave the entire 32-bit address
  148. * space open for things that want to use the area for 32-bit pointers.
  149. */
  150. #define ELF_ET_DYN_BASE (is_compat_task() ? 0x000400000UL : \
  151. 0x100000000UL)
  152. /* This yields a mask that user programs can use to figure out what
  153. instruction set this CPU supports. */
  154. extern unsigned long elf_hwcap;
  155. #define ELF_HWCAP (elf_hwcap)
  156. /* Internal hardware capabilities, not exposed via elf */
  157. extern unsigned long int_hwcap;
  158. /* This yields a string that ld.so will use to load implementation
  159. specific libraries for optimization. This is more specific in
  160. intent than poking at uname or /proc/cpuinfo.
  161. For the moment, we have only optimizations for the Intel generations,
  162. but that could change... */
  163. #define ELF_PLATFORM_SIZE 8
  164. extern char elf_platform[];
  165. #define ELF_PLATFORM (elf_platform)
  166. #ifndef CONFIG_COMPAT
  167. #define SET_PERSONALITY(ex) \
  168. do { \
  169. set_personality(PER_LINUX | \
  170. (current->personality & (~PER_MASK))); \
  171. current_thread_info()->sys_call_table = \
  172. (unsigned long) &sys_call_table; \
  173. } while (0)
  174. #else /* CONFIG_COMPAT */
  175. #define SET_PERSONALITY(ex) \
  176. do { \
  177. if (personality(current->personality) != PER_LINUX32) \
  178. set_personality(PER_LINUX | \
  179. (current->personality & ~PER_MASK)); \
  180. if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
  181. set_thread_flag(TIF_31BIT); \
  182. current_thread_info()->sys_call_table = \
  183. (unsigned long) &sys_call_table_emu; \
  184. } else { \
  185. clear_thread_flag(TIF_31BIT); \
  186. current_thread_info()->sys_call_table = \
  187. (unsigned long) &sys_call_table; \
  188. } \
  189. } while (0)
  190. #endif /* CONFIG_COMPAT */
  191. /*
  192. * Cache aliasing on the latest machines calls for a mapping granularity
  193. * of 512KB. For 64-bit processes use a 512KB alignment and a randomization
  194. * of up to 1GB. For 31-bit processes the virtual address space is limited,
  195. * use no alignment and limit the randomization to 8MB.
  196. */
  197. #define BRK_RND_MASK (is_compat_task() ? 0x7ffUL : 0x3ffffUL)
  198. #define MMAP_RND_MASK (is_compat_task() ? 0x7ffUL : 0x3ff80UL)
  199. #define MMAP_ALIGN_MASK (is_compat_task() ? 0 : 0x7fUL)
  200. #define STACK_RND_MASK MMAP_RND_MASK
  201. /* update AT_VECTOR_SIZE_ARCH if the number of NEW_AUX_ENT entries changes */
  202. #define ARCH_DLINFO \
  203. do { \
  204. if (vdso_enabled) \
  205. NEW_AUX_ENT(AT_SYSINFO_EHDR, \
  206. (unsigned long)current->mm->context.vdso_base); \
  207. } while (0)
  208. struct linux_binprm;
  209. #define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
  210. int arch_setup_additional_pages(struct linux_binprm *, int);
  211. #endif