crtn.S 530 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .file 1 "initfini.c"
  2. .section .mdebug.abi32
  3. .previous
  4. .abicalls
  5. #APP
  6. .section .init
  7. #NO_APP
  8. .align 2
  9. .globl _init
  10. .ent _init
  11. .type _init, @function
  12. #NO_APP
  13. lw $31,28($sp)
  14. #nop
  15. .set noreorder
  16. .set nomacro
  17. j $31
  18. addu $sp,$sp,32
  19. .set macro
  20. .set reorder
  21. .end _init
  22. #APP
  23. .section .fini
  24. #NO_APP
  25. .align 2
  26. .globl _fini
  27. .ent _fini
  28. .type _fini, @function
  29. #NO_APP
  30. lw $31,28($sp)
  31. #nop
  32. .set noreorder
  33. .set nomacro
  34. j $31
  35. addu $sp,$sp,32
  36. .set macro
  37. .set reorder
  38. .end _fini
  39. #APP
  40. .ident "GCC: (GNU) 3.3.2"