jmpbuf-offsets.h 554 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  3. *
  4. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  5. */
  6. #define jmpbuf_l0 0x00
  7. #define jmpbuf_l1 0x01
  8. #define jmpbuf_l2 0x02
  9. #define jmpbuf_l3 0x03
  10. #define jmpbuf_l4 0x04
  11. #define jmpbuf_l5 0x05
  12. #define jmpbuf_l6 0x06
  13. #define jmpbuf_l7 0x07
  14. #define jmpbuf_i0 0x08
  15. #define jmpbuf_i1 0x09
  16. #define jmpbuf_i2 0x0a
  17. #define jmpbuf_i3 0x0b
  18. #define jmpbuf_i4 0x0c
  19. #define jmpbuf_i5 0x0d
  20. #define jmpbuf_sp 0x0e
  21. #define jmpbuf_jmpret 0x0f
  22. #define jmpbuf_callersret 0x10