dl-debug.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* vi: set sw=4 ts=4: */
  2. /* microblaze shared library loader suppport
  3. *
  4. * Copyright (C) 2011 Ryan Flux
  5. *
  6. * All rights reserved.
  7. *
  8. * Redistribution and use in source and binary forms, with or without
  9. * modification, are permitted provided that the following conditions
  10. * are met:
  11. * 1. Redistributions of source code must retain the above copyright
  12. * notice, this list of conditions and the following disclaimer.
  13. * 2. The name of the above contributors may not be
  14. * used to endorse or promote products derived from this software
  15. * without specific prior written permission.
  16. *
  17. * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND
  18. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  19. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  20. * ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE
  21. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  22. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  23. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  24. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  25. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  26. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  27. * SUCH DAMAGE.
  28. */
  29. static const char * const _dl_reltypes_tab[] =
  30. {
  31. "R_MICROBLAZE_NONE",
  32. "R_MICROBLAZE_32",
  33. "R_MICROBLAZE_32_PCREL",
  34. "R_MICROBLAZE_64_PCREL",
  35. "R_MICROBLAZE_32_PCREL_LO",
  36. "R_MICROBLAZE_64",
  37. "R_MICROBLAZE_32_LO",
  38. "R_MICROBLAZE_SRO32",
  39. "R_MICROBLAZE_SRW32",
  40. "R_MICROBLAZE_64_NONE",
  41. "R_MICROBLAZE_32_SYM_OP_SYM",
  42. "R_MICROBLAZE_GNU_VTINHERIT",
  43. "R_MICROBLAZE_GNU_VTENTRY",
  44. "R_MICROBLAZE_GOTPC_64",
  45. "R_MICROBLAZE_GOT_64",
  46. "R_MICROBLAZE_PLT_64",
  47. "R_MICROBLAZE_REL",
  48. "R_MICROBLAZE_JUMP_SLOT",
  49. "R_MICROBLAZE_GLOB_DAT",
  50. "R_MICROBLAZE_GOTOFF_64",
  51. "R_MICROBLAZE_GOTOFF_32",
  52. "R_MICROBLAZE_COPY",
  53. "R_MICROBLAZE_TLS",
  54. "R_MICROBLAZE_TLSGD",
  55. "R_MICROBLAZE_TLSLD",
  56. "R_MICROBLAZE_TLSDTPMOD32",
  57. "R_MICROBLAZE_TLSDTPREL32",
  58. "R_MICROBLAZE_TLSDTPREL64",
  59. "R_MICROBLAZE_TLSGOTTPREL32",
  60. "R_MICROBLAZE_TLSTPREL32",
  61. };