dl-debug.h 389 B

123456789101112131415161718
  1. /* nios2 shared library loader suppport */
  2. static const char * const _dl_reltypes_tab[] =
  3. {
  4. "R_NIOS2_NONE",
  5. "R_NIOS2_BFD_RELOC_32",
  6. "R_NIOS2_BFD_RELOC_16",
  7. "R_NIOS2_BFD_RELOC_8",
  8. "R_NIOS2_GNU_VTINHERIT",
  9. "R_NIOS2_GNU_VTENTRY",
  10. "R_NIOS2_GOT16",
  11. "R_NIOS2_CALL16",
  12. "R_NIOS2_JUMP_SLOT",
  13. "R_NIOS2_GLOB_DAT",
  14. "R_NIOS2_RELATIVE",
  15. "R_NIOS2_GOTOFF",
  16. "R_NIOS2_COPY",
  17. };