dl-debug.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* FR-V FDPIC ELF shared library loader suppport
  2. Copyright (C) 2003, 2004 Red Hat, Inc.
  3. Contributed by Alexandre Oliva <aoliva@redhat.com>
  4. Lots of code copied from ../i386/elfinterp.c, so:
  5. Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
  6. David Engel, Hongjiu Lu and Mitch D'Souza
  7. Copyright (C) 2001-2002, Erik Andersen
  8. All rights reserved.
  9. This file is part of uClibc.
  10. uClibc is free software; you can redistribute it and/or modify it
  11. under the terms of the GNU Lesser General Public License as
  12. published by the Free Software Foundation; either version 2.1 of the
  13. License, or (at your option) any later version.
  14. uClibc is distributed in the hope that it will be useful, but WITHOUT
  15. ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. Library General Public License for more details.
  18. You should have received a copy of the GNU Lesser General Public
  19. License along with uClibc; see the file COPYING.LIB. If not, write to
  20. the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
  21. USA. */
  22. static const char *_dl_reltypes_tab[] =
  23. {
  24. [0] "R_FRV_NONE", "R_FRV_32",
  25. [2] "R_FRV_LABEL16", "R_FRV_LABEL24",
  26. [4] "R_FRV_LO16", "R_FRV_HI16",
  27. [6] "R_FRV_GPREL12", "R_FRV_GPRELU12",
  28. [8] "R_FRV_GPREL32", "R_FRV_GPRELHI", "R_FRV_GPRELLO",
  29. [11] "R_FRV_GOT12", "R_FRV_GOTHI", "R_FRV_GOTLO",
  30. [14] "R_FRV_FUNCDESC",
  31. [15] "R_FRV_FUNCDESC_GOT12", "R_FRV_FUNCDESC_GOTHI", "R_FRV_FUNCDESC_GOTLO",
  32. [18] "R_FRV_FUNCDESC_VALUE", "R_FRV_FUNCDESC_GOTOFF12",
  33. [20] "R_FRV_FUNCDESC_GOTOFFHI", "R_FRV_FUNCDESC_GOTOFFLO",
  34. [22] "R_FRV_GOTOFF12", "R_FRV_GOTOFFHI", "R_FRV_GOTOFFLO",
  35. #if 0
  36. [200] "R_FRV_GNU_VTINHERIT", "R_FRV_GNU_VTENTRY"
  37. #endif
  38. };