dl-debug.h 1.1 KB

1234567891011121314151617181920212223242526272829
  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. *
  10. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  11. */
  12. static const char * const _dl_reltypes_tab[] =
  13. {
  14. [0] "R_FRV_NONE", "R_FRV_32",
  15. [2] "R_FRV_LABEL16", "R_FRV_LABEL24",
  16. [4] "R_FRV_LO16", "R_FRV_HI16",
  17. [6] "R_FRV_GPREL12", "R_FRV_GPRELU12",
  18. [8] "R_FRV_GPREL32", "R_FRV_GPRELHI", "R_FRV_GPRELLO",
  19. [11] "R_FRV_GOT12", "R_FRV_GOTHI", "R_FRV_GOTLO",
  20. [14] "R_FRV_FUNCDESC",
  21. [15] "R_FRV_FUNCDESC_GOT12", "R_FRV_FUNCDESC_GOTHI", "R_FRV_FUNCDESC_GOTLO",
  22. [18] "R_FRV_FUNCDESC_VALUE", "R_FRV_FUNCDESC_GOTOFF12",
  23. [20] "R_FRV_FUNCDESC_GOTOFFHI", "R_FRV_FUNCDESC_GOTOFFLO",
  24. [22] "R_FRV_GOTOFF12", "R_FRV_GOTOFFHI", "R_FRV_GOTOFFLO",
  25. #if 0
  26. [200] "R_FRV_GNU_VTINHERIT", "R_FRV_GNU_VTENTRY"
  27. #endif
  28. };