dllprt0.as 905 B

12345678910111213141516171819202122232425262728293031323334
  1. .file "androidprt0.as"
  2. .text
  3. .globl _haltproc
  4. .type _haltproc,#function
  5. _haltproc:
  6. /* r0 contains exitcode */
  7. swi 0x900001
  8. b _haltproc
  9. .globl _haltproc_eabi
  10. .type _haltproc_eabi,#function
  11. _haltproc_eabi:
  12. /* r0 contains exitcode */
  13. mov r7,#248
  14. swi 0x0
  15. b _haltproc_eabi
  16. .data
  17. .type operatingsystem_parameters,#object
  18. .size operatingsystem_parameters,12
  19. operatingsystem_parameters:
  20. .skip 3*4
  21. .global operatingsystem_parameter_envp
  22. .global operatingsystem_parameter_argc
  23. .global operatingsystem_parameter_argv
  24. .set operatingsystem_parameter_envp,operatingsystem_parameters+0
  25. .set operatingsystem_parameter_argc,operatingsystem_parameters+4
  26. .set operatingsystem_parameter_argv,operatingsystem_parameters+8
  27. .bss
  28. .comm __stkptr,4