dl-debug.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* C6X DSBT ELF shared library loader suppport.
  2. *
  3. * Copyright (C) 2010 Texas Instruments Incorporated
  4. * Contributed by Mark Salter <msalter@redhat.com>
  5. *
  6. * All rights reserved.
  7. *
  8. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  9. */
  10. static const char * const _dl_reltypes_tab[] =
  11. {
  12. "R_C6000_NONE", /* 0 */
  13. "R_C6000_ABS32",
  14. "R_C6000_ABS16",
  15. "R_C6000_ABS8",
  16. "R_C6000_PCR_S21",
  17. "R_C6000_PCR_S12", /* 5 */
  18. "R_C6000_PCR_S10",
  19. "R_C6000_PCR_S7",
  20. "R_C6000_ABS_S16",
  21. "R_C6000_ABS_L16",
  22. "R_C6000_ABS_H16", /* 10 */
  23. "R_C6000_SBR_U15_B",
  24. "R_C6000_SBR_U15_H",
  25. "R_C6000_SBR_U15_W",
  26. "R_C6000_SBR_S16",
  27. "R_C6000_SBR_L16_B", /* 15 */
  28. "R_C6000_SBR_L16_H",
  29. "R_C6000_SBR_L16_W",
  30. "R_C6000_SBR_H16_B",
  31. "R_C6000_SBR_H16_H",
  32. "R_C6000_SBR_H16_W", /* 20 */
  33. "R_C6000_SBR_GOT_U15_W",
  34. "R_C6000_SBR_GOT_L16_W",
  35. "R_C6000_SBR_GOT_H16_W",
  36. "R_C6000_DSBT_INDEX",
  37. "R_C6000_PREL31", /* 25 */
  38. "R_C6000_COPY",
  39. "R_C6000_JUMP_SLOT",
  40. "R_C6000_SBR_GOT32",
  41. "R_C6000_PCR_H16",
  42. "R_C6000_PCR_L16", /* 30 */
  43. #if 0
  44. "R_C6000_ALIGN", /* 253 */
  45. "R_C6000_FPHEAD", /* 254 */
  46. "R_C6000_NOCMP", /* 255 */
  47. #endif
  48. };