Crossplatform App der Caritas (Versuch).
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

environment.x86.s 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .file "environment.x86.x86.s"
  2. .section .rodata.env.str.1,"aMS",@progbits,1
  3. .type .L.env.str.1, @object
  4. .L.env.str.1:
  5. .asciz "ch.integrate.caritasapp"
  6. .size .L.env.str.1, 24
  7. .section .data.application_config,"aw",@progbits
  8. .type application_config, @object
  9. .p2align 2
  10. .global application_config
  11. application_config:
  12. /* uses_mono_llvm */
  13. .byte 0
  14. /* uses_mono_aot */
  15. .byte 0
  16. /* uses_assembly_preload */
  17. .byte 1
  18. /* is_a_bundled_app */
  19. .byte 0
  20. /* broken_exception_transitions */
  21. .byte 0
  22. /* instant_run_enabled */
  23. .byte 0
  24. /* jni_add_native_method_registration_attribute_present */
  25. .byte 0
  26. /* bound_exception_type */
  27. .byte 1
  28. /* package_naming_policy */
  29. .long 3
  30. /* environment_variable_count */
  31. .long 12
  32. /* system_property_count */
  33. .long 0
  34. /* android_package_name */
  35. .long .L.env.str.1
  36. .size application_config, 24
  37. .section .rodata.env.str.2,"aMS",@progbits,1
  38. .type .L.env.str.2, @object
  39. .L.env.str.2:
  40. .asciz "none"
  41. .size .L.env.str.2, 5
  42. .section .data.mono_aot_mode_name,"aw",@progbits
  43. .global mono_aot_mode_name
  44. mono_aot_mode_name:
  45. .long .L.env.str.2
  46. .section .rodata.env.str.3,"aMS",@progbits,1
  47. .type .L.env.str.3, @object
  48. .L.env.str.3:
  49. .asciz "MONO_GC_PARAMS"
  50. .size .L.env.str.3, 15
  51. .section .rodata.env.str.4,"aMS",@progbits,1
  52. .type .L.env.str.4, @object
  53. .L.env.str.4:
  54. .asciz "major=marksweep-conc"
  55. .size .L.env.str.4, 21
  56. .section .rodata.env.str.5,"aMS",@progbits,1
  57. .type .L.env.str.5, @object
  58. .L.env.str.5:
  59. .asciz "MONO_LOG_LEVEL"
  60. .size .L.env.str.5, 15
  61. .section .rodata.env.str.6,"aMS",@progbits,1
  62. .type .L.env.str.6, @object
  63. .L.env.str.6:
  64. .asciz "info"
  65. .size .L.env.str.6, 5
  66. .section .rodata.env.str.7,"aMS",@progbits,1
  67. .type .L.env.str.7, @object
  68. .L.env.str.7:
  69. .asciz "XAMARIN_BUILD_ID"
  70. .size .L.env.str.7, 17
  71. .section .rodata.env.str.8,"aMS",@progbits,1
  72. .type .L.env.str.8, @object
  73. .L.env.str.8:
  74. .asciz "0ff4757c-5333-4140-bf7f-39d3c48ab9ac"
  75. .size .L.env.str.8, 37
  76. .section .rodata.env.str.9,"aMS",@progbits,1
  77. .type .L.env.str.9, @object
  78. .L.env.str.9:
  79. .asciz "XA_HTTP_CLIENT_HANDLER_TYPE"
  80. .size .L.env.str.9, 28
  81. .section .rodata.env.str.10,"aMS",@progbits,1
  82. .type .L.env.str.10, @object
  83. .L.env.str.10:
  84. .asciz "Xamarin.Android.Net.AndroidClientHandler"
  85. .size .L.env.str.10, 41
  86. .section .rodata.env.str.11,"aMS",@progbits,1
  87. .type .L.env.str.11, @object
  88. .L.env.str.11:
  89. .asciz "XA_TLS_PROVIDER"
  90. .size .L.env.str.11, 16
  91. .section .rodata.env.str.12,"aMS",@progbits,1
  92. .type .L.env.str.12, @object
  93. .L.env.str.12:
  94. .asciz "btls"
  95. .size .L.env.str.12, 5
  96. .section .rodata.env.str.13,"aMS",@progbits,1
  97. .type .L.env.str.13, @object
  98. .L.env.str.13:
  99. .asciz "__XA_PACKAGE_NAMING_POLICY__"
  100. .size .L.env.str.13, 29
  101. .section .rodata.env.str.14,"aMS",@progbits,1
  102. .type .L.env.str.14, @object
  103. .L.env.str.14:
  104. .asciz "LowercaseCrc64"
  105. .size .L.env.str.14, 15
  106. .section .data.app_environment_variables,"aw",@progbits
  107. .type app_environment_variables, @object
  108. .p2align 2
  109. .global app_environment_variables
  110. app_environment_variables:
  111. .long .L.env.str.3
  112. .long .L.env.str.4
  113. .long .L.env.str.5
  114. .long .L.env.str.6
  115. .long .L.env.str.7
  116. .long .L.env.str.8
  117. .long .L.env.str.9
  118. .long .L.env.str.10
  119. .long .L.env.str.11
  120. .long .L.env.str.12
  121. .long .L.env.str.13
  122. .long .L.env.str.14
  123. .size app_environment_variables, 48
  124. .section .data.app_system_properties,"aw",@progbits
  125. .type app_system_properties, @object
  126. .p2align 2
  127. .global app_system_properties
  128. app_system_properties:
  129. .size app_system_properties, 0