crti.S 764 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. _init:
  13. .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 16, extra= 8
  14. .mask 0x90000000,-4
  15. .fmask 0x00000000,0
  16. .set noreorder
  17. .cpload $25
  18. .set reorder
  19. subu $sp,$sp,32
  20. .cprestore 16
  21. sw $31,28($sp)
  22. sw $28,24($sp)
  23. #APP
  24. .align 2
  25. .end _init
  26. .section .fini
  27. #NO_APP
  28. .align 2
  29. .globl _fini
  30. .ent _fini
  31. .type _fini, @function
  32. _fini:
  33. .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 16, extra= 8
  34. .mask 0x90000000,-4
  35. .fmask 0x00000000,0
  36. .set noreorder
  37. .cpload $25
  38. .set reorder
  39. subu $sp,$sp,32
  40. .cprestore 16
  41. sw $31,28($sp)
  42. sw $28,24($sp)
  43. #APP
  44. .align 2
  45. .end _fini
  46. .ident "GCC: (GNU) 3.3.2"